Searched refs:fScaling (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 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() [all …]
|
/aoo4110/main/vcl/inc/ |
H A D | graphite_layout.hxx | 95 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>…
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 279 double fScaling; member
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 396 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()
|
Completed in 76 milliseconds