/external/icu/icu4c/source/layout/ |
D | LayoutEngine.cpp | 161 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine 163 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()
|
D | LEGlyphStorage.h | 137 inline le_int32 getGlyphCount() const; 533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
|
D | SingleTableProcessor.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SingleTableProcessor2.cpp | 41 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SimpleArrayProcessor2.cpp | 40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SimpleArrayProcessor.cpp | 37 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentSingleProcessor2.cpp | 39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentSingleProcessor.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | KernTable.cpp | 200 for (int i = 1, e = storage.getGlyphCount(); LE_SUCCESS(success)&& i < e; ++i) { 252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
|
D | TrimmedArrayProcessor2.cpp | 42 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentArrayProcessor2.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | TrimmedArrayProcessor.cpp | 46 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | SegmentArrayProcessor.cpp | 38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | StateTableProcessor.cpp | 53 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
|
D | LigatureSubstProc.cpp | 93 if(componentGlyph > (le_uint32)glyphStorage.getGlyphCount()) { in processStateEntry()
|
D | loengine.cpp | 70 return le->getGlyphCount(); in le_getGlyphCount()
|
D | LigatureSubstProc2.cpp | 98 if(componentGlyph > glyphStorage.getGlyphCount() || componentGlyph < 0) { in processStateEntry()
|
D | LayoutEngine.h | 379 le_int32 getGlyphCount() const;
|
D | ArabicLayoutEngine.cpp | 155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkScalerContext.h | 175 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar() 178 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
|
D | SkGlyphCache.h | 77 unsigned getGlyphCount();
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrPathRendering.cpp | 28 return fScalerContext->getGlyphCount(); in getNumPaths()
|
/external/icu/icu4c/source/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
|