Searched refs:rGlyph2Char (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/source/glyphs/ |
| H A D | graphite_layout.cxx | 170 …dth, float fScaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, std::vector<in… in fill_from() argument 181 rGlyph2Char.assign(nGlyphs, -1); in fill_from() 229 rChar2Base, rGlyph2Char, rCharDxs, nDxOffset); in fill_from() 293 rChar2Base, rGlyph2Char, rCharDxs, nDxOffset); in fill_from() 344 std::vector<int> & rGlyph2Char, std::vector<int> & rCharDxs, long & rDXOffset) in appendCluster() argument 356 assert(size() < rGlyph2Char.size()); in appendCluster() 358 rGlyph2Char[size()] = nFirstCharInCluster; in appendCluster() 427 …append(rSeg, rArgs, aGlyph, fNextOrigin, fScaling, rChar2Base, rGlyph2Char, rCharDxs, rDXOffset, b… in appendCluster() 463 …igin, float scaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, std::vector<in… in append() argument 467 assert(size() < rGlyph2Char.size()); in append() [all …]
|
| /trunk/main/vcl/inc/ |
| H A D | graphite_layout.hxx | 96 std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, 106 std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, 108 …gin, float fScaling, std::vector<int> & rChar2Base, std::vector<int> & rGlyph2Char, std::vector<in…
|