Searched refs:getGlyphCount (Results 1 – 25 of 35) sorted by relevance
12
161 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine163 return fGlyphStorage->getGlyphCount(); in getGlyphCount()327 return glyphStorage.getGlyphCount(); in computeGlyphs()344 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()390 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()427 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()501 if (fGlyphStorage->getGlyphCount() > 0) { in layoutChars()
137 inline le_int32 getGlyphCount() const;533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
41 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
200 for (int i = 1, e = storage.getGlyphCount(); LE_SUCCESS(success)&& i < e; ++i) {252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
37 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
42 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
46 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
53 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
70 return le->getGlyphCount(); in le_getGlyphCount()
93 if(componentGlyph > (le_uint32)glyphStorage.getGlyphCount()) { in processStateEntry()
98 if(componentGlyph > glyphStorage.getGlyphCount() || componentGlyph < 0) { in processStateEntry()
386 le_int32 getGlyphCount() const;
400 return glyphStorage.getGlyphCount(); in glyphPostProcessing()457 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
60 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
219 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()222 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
80 unsigned getGlyphCount();
239 inline le_int32 getGlyphCount() const;690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
28 return fScalerContext->getGlyphCount(); in getNumPaths()