Home
last modified time | relevance | path

Searched refs:round2long (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx110 inline long round2long(const float n) { in round2long() function
297 long nXOffset = round2long(fMinX * fScaling); in fill_from()
298 rWidth = round2long(fMaxX * fScaling) - nXOffset + nDxOffset; in fill_from()
409 nNextOrigin = round2long(fSegmentAdvance * fScaling + rDXOffset); in appendCluster()
417 nNextOrigin = round2long(fNextOrigin * fScaling + rDXOffset); in appendCluster()
435 round2long(aFirstGlyph.attachedClusterBase()->origin() * fScaling) + rDXOffset : in appendCluster()
436 round2long(aBounds.second * fScaling) + rDXOffset; in appendCluster()
477 int glyphWidth = round2long(nextOrigin * scaling) - round2long(gi.origin() * scaling); in append()
516 Point(round2long(gi.origin() * scaling + rDXOffset), in append()
517 round2long((-gi.yOffset() * scaling) - segment.AscentOffset()* scaling)), in append()
[all …]

Completed in 16 milliseconds