Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/layout/
DLayoutEngine.cpp161 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()
DLEGlyphStorage.h137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const in getGlyphCount() function
DSingleTableProcessor.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSingleTableProcessor2.cpp41 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DKernTable.cpp200 for (int i = 1, e = storage.getGlyphCount(); LE_SUCCESS(success)&& i < e; ++i) {
252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
DSimpleArrayProcessor2.cpp40 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentSingleProcessor2.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSimpleArrayProcessor.cpp37 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentSingleProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DTrimmedArrayProcessor2.cpp42 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentArrayProcessor2.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DTrimmedArrayProcessor.cpp46 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DSegmentArrayProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DStateTableProcessor.cpp53 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
Dloengine.cpp70 return le->getGlyphCount(); in le_getGlyphCount()
DLigatureSubstProc.cpp93 if(componentGlyph > (le_uint32)glyphStorage.getGlyphCount()) { in processStateEntry()
DLigatureSubstProc2.cpp98 if(componentGlyph > glyphStorage.getGlyphCount() || componentGlyph < 0) { in processStateEntry()
DLayoutEngine.h386 le_int32 getGlyphCount() const;
DOpenTypeLayoutEngine.cpp400 return glyphStorage.getGlyphCount(); in glyphPostProcessing()
457 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
DArabicLayoutEngine.cpp155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
DStateTableProcessor2.cpp60 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
/external/skia/src/core/
DSkScalerContext.h219 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0; in glyphIDToChar()
222 unsigned getGlyphCount() { return this->generateGlyphCount(); } in getGlyphCount() function
DSkGlyphCache.h80 unsigned getGlyphCount();
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h239 inline le_int32 getGlyphCount() const;
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/external/skia/src/gpu/
DGrPathRendering.cpp28 return fScalerContext->getGlyphCount(); in getNumPaths()

12