Lines Matching refs:fScaling
170 …bool bRtl, long &rWidth, float fScaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2… in fill_from() argument
228 nNextChar, nFirstGlyphInCluster, nGlyphIndex, fScaling, in fill_from()
292 nFirstGlyphInCluster, nGlyphIndex, fScaling, in fill_from()
297 long nXOffset = round2long(fMinX * fScaling); in fill_from()
298 rWidth = round2long(fMaxX * fScaling) - nXOffset + nDxOffset; in fill_from()
343 int nNextGlyph, float fScaling, std::vector<int> & rChar2Base, in appendCluster() argument
409 nNextOrigin = round2long(fSegmentAdvance * fScaling + rDXOffset); in appendCluster()
417 nNextOrigin = round2long(fNextOrigin * fScaling + rDXOffset); in appendCluster()
427 …append(rSeg, rArgs, aGlyph, fNextOrigin, fScaling, rChar2Base, rGlyph2Char, rCharDxs, rDXOffset, b… in appendCluster()
435 round2long(aFirstGlyph.attachedClusterBase()->origin() * fScaling) + rDXOffset : in appendCluster()
436 round2long(aBounds.second * fScaling) + rDXOffset; in appendCluster()