Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx404 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 19 milliseconds