Home
last modified time | relevance | path

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

/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx344 std::vector<int> & rGlyph2Char, std::vector<int> & rCharDxs, long & rDXOffset) in appendCluster() argument
409 nNextOrigin = round2long(fSegmentAdvance * fScaling + rDXOffset); in appendCluster()
417 nNextOrigin = round2long(fNextOrigin * fScaling + rDXOffset); in appendCluster()
427 …g, rArgs, aGlyph, fNextOrigin, fScaling, rChar2Base, rGlyph2Char, rCharDxs, rDXOffset, bBaseGlyph); in appendCluster()
435 round2long(aFirstGlyph.attachedClusterBase()->origin() * fScaling) + rDXOffset : in appendCluster()
436 round2long(aBounds.second * fScaling) + rDXOffset; in appendCluster()
463 …2Base, std::vector<int> & rGlyph2Char, std::vector<int> & rCharDxs, long & rDXOffset, bool bIsBase) in append() argument
516 Point(round2long(gi.origin() * scaling + rDXOffset), in append()
524 rDXOffset += deltaOffset; in append()
530 …segment, args, *agi, nextGlyphOrigin, scaling, rChar2Base, rGlyph2Char,rCharDxs, rDXOffset, false); in append()
[all …]
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx107 std::vector<int> & rCharDxs, long & rDXOffset);
108 …Base, std::vector<int> & rGlyph2Char, std::vector<int> & rCharDxs, long & rDXOffset, bool bIsBase);

Completed in 26 milliseconds