Home
last modified time | relevance | path

Searched refs:fScaling (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx170 …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()
[all …]
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx95 bool bRtl, long &rWidth, float fScaling,
105 int nFirstGlyphInCluster, int nNextGlyph, float fScaling,
108 …plLayoutArgs & rArgs, gr::GlyphInfo & rGi, float nextGlyphOrigin, float fScaling, std::vector<int>…
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx396 double fScaling = (double)nTxtHeight / 120.0; in GetId() local
397 if ( ( fScaling > 0.50 ) && ( fScaling < 1.5 ) ) in GetId()
398 rEntry.Scaling = fScaling; in GetId()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx279 double fScaling; member

Completed in 58 milliseconds