Searched refs:fNextOrigin (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 404 float fNextOrigin; in appendCluster() local 408 fNextOrigin = fSegmentAdvance; in appendCluster() 415 fNextOrigin = std::max(aNextGlyph.attachedClusterBase()->origin(), aNextGlyph.origin()); in appendCluster() 416 aBounds.second = std::max(fNextOrigin, aBounds.second); in appendCluster() 417 nNextOrigin = round2long(fNextOrigin * fScaling + rDXOffset); in appendCluster() 427 …append(rSeg, rArgs, aGlyph, fNextOrigin, fScaling, rChar2Base, rGlyph2Char, rCharDxs, rDXOffset, b… in appendCluster()
|
Completed in 23 milliseconds