Searched refs:getGlyphCount (Results 1 – 23 of 23) sorted by relevance
155 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine157 return fGlyphStorage->getGlyphCount(); in getGlyphCount()321 return glyphStorage.getGlyphCount(); in computeGlyphs()338 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()384 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()421 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()495 if (fGlyphStorage->getGlyphCount() > 0) { in layoutChars()
137 inline le_int32 getGlyphCount() const;533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
178 for (int i = 1, e = storage.getGlyphCount(); i < e; ++i) { in process()226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success); in process()
38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
49 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
296 return glyphStorage.getGlyphCount(); in glyphPostProcessing()351 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
70 return le->getGlyphCount(); in le_getGlyphCount()
363 le_int32 getGlyphCount() const;
153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
57 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
26 le_int32 glyphCount = glyphStorage.getGlyphCount(); in GlyphIterator()
232 inline le_int32 getGlyphCount() const;680 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
216 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount()); in getNextContext()227 unsigned count = ctx->getGlyphCount(); in getGlyphContext()273 rangeEnd += ctx->getGlyphCount(); in glyphIDToChar()
220 unsigned getGlyphCount() const { return this->generateGlyphCount(); } in getGlyphCount() function
255 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
1178 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
239 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
64 glyphCount = engine->getGlyphCount(); in ParamTest()895 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest()