/external/icu4c/layout/ |
D | LayoutEngine.cpp | 159 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()
|
D | LEGlyphStorage.h | 137 inline le_int32 getGlyphCount() const; 533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
|
D | KernTable.cpp | 178 for (int i = 1, e = storage.getGlyphCount(); i < e; ++i) { in process() 226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success); in process()
|
D | SimpleArrayProcessor2.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SingleTableProcessor2.cpp | 40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SimpleArrayProcessor.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SingleTableProcessor.cpp | 40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentSingleProcessor.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentSingleProcessor2.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | TrimmedArrayProcessor.cpp | 40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | TrimmedArrayProcessor2.cpp | 40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentArrayProcessor2.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentArrayProcessor.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | StateTableProcessor.cpp | 49 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | loengine.cpp | 70 return le->getGlyphCount(); in le_getGlyphCount()
|
D | LayoutEngine.h | 373 le_int32 getGlyphCount() const;
|
D | StateTableProcessor2.cpp | 48 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | OpenTypeLayoutEngine.cpp | 394 return glyphStorage.getGlyphCount(); in glyphPostProcessing() 451 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
|
D | ArabicLayoutEngine.cpp | 153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
|
/external/icu4c/layoutex/layout/ |
D | ParagraphLayout.h | 232 inline le_int32 getGlyphCount() const; 683 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
|
/external/skia/src/core/ |
D | SkGlyphCache.h | 77 unsigned getGlyphCount();
|
D | SkScalerContext.h | 180 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkGlyphCache.h | 77 unsigned getGlyphCount();
|
D | SkScalerContext.h | 180 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
|
/external/icu4c/layoutex/ |
D | playout.cpp | 255 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
|