Searched refs:mfScaling (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 543 mfScaling(1.0), in GraphiteLayout() 707 mfScaling = 1.0f / mnUnitsPerPixel; in CreateSegment() 794 …s.mnEndCharPos, limit, rArgs.mnLength, maLayout.rightToLeft(), pSegment->rightToLeft(), mfScaling); in CreateSegment() 833 (pSegRecord->fontScale() == mfScaling) && in LayoutGlyphs() 863 mnWidth, mfScaling, mvChar2BaseGlyph, mvGlyph2Char, mvCharDxs); in LayoutGlyphs() 880 mfScaling); in LayoutGlyphs()
|
/trunk/main/vcl/inc/ |
H A D | graphite_layout.hxx | 122 float mfScaling; member in GraphiteLayout 162 void SetFontScale(float s) { mfScaling = s; }; in SetFontScale()
|
Completed in 24 milliseconds