Home
last modified time | relevance | path

Searched refs:getGlyphCount (Results 1 – 25 of 41) sorted by relevance

12

/external/icu4c/layout/
DLayoutEngine.cpp159 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine
161 return fGlyphStorage->getGlyphCount(); in getGlyphCount()
325 return glyphStorage.getGlyphCount(); in computeGlyphs()
342 le_int32 i, glyphCount = glyphStorage.getGlyphCount(); in positionGlyphs()
388 le_int32 p, glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
425 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustMarkGlyphs()
499 if (fGlyphStorage->getGlyphCount() > 0) { in layoutChars()
DLEGlyphStorage.h137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
DKernTable.cpp178 for (int i = 1, e = storage.getGlyphCount(); i < e; ++i) { in process()
226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success); in process()
DSimpleArrayProcessor2.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSingleTableProcessor2.cpp40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSimpleArrayProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSingleTableProcessor.cpp40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentSingleProcessor.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentSingleProcessor2.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DTrimmedArrayProcessor.cpp40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DTrimmedArrayProcessor2.cpp40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentArrayProcessor2.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentArrayProcessor.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DStateTableProcessor.cpp49 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
Dloengine.cpp70 return le->getGlyphCount(); in le_getGlyphCount()
DLayoutEngine.h373 le_int32 getGlyphCount() const;
DStateTableProcessor2.cpp48 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DOpenTypeLayoutEngine.cpp394 return glyphStorage.getGlyphCount(); in glyphPostProcessing()
451 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
DArabicLayoutEngine.cpp153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
/external/icu4c/layoutex/layout/
DParagraphLayout.h232 inline le_int32 getGlyphCount() const;
683 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/external/skia/src/core/
DSkGlyphCache.h77 unsigned getGlyphCount();
DSkScalerContext.h180 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
/external/chromium_org/third_party/skia/src/core/
DSkGlyphCache.h77 unsigned getGlyphCount();
DSkScalerContext.h180 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
/external/icu4c/layoutex/
Dplayout.cpp255 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()

12