Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLayoutEngine.cpp155 le_int32 LayoutEngine::getGlyphCount() const in getGlyphCount() function in LayoutEngine
157 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()
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()
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()
DTrimmedArrayProcessor.cpp40 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()
DOpenTypeLayoutEngine.cpp296 return glyphStorage.getGlyphCount(); in glyphPostProcessing()
351 le_int32 glyphCount = glyphStorage.getGlyphCount(); in adjustGlyphPositions()
Dloengine.cpp70 return le->getGlyphCount(); in le_getGlyphCount()
DLayoutEngine.h363 le_int32 getGlyphCount() const;
DArabicLayoutEngine.cpp153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()
DLookupProcessor.cpp57 le_int32 glyphCount = glyphStorage.getGlyphCount(); in process()
DGlyphIterator.cpp26 le_int32 glyphCount = glyphStorage.getGlyphCount(); in GlyphIterator()
/external/icu4c/layoutex/layout/
DParagraphLayout.h232 inline le_int32 getGlyphCount() const;
680 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const in getGlyphCount() function
/external/skia/src/core/
DSkScalerContext.cpp216 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount()); in getNextContext()
227 unsigned count = ctx->getGlyphCount(); in getGlyphContext()
273 rangeEnd += ctx->getGlyphCount(); in glyphIDToChar()
/external/skia/include/core/
DSkScalerContext.h220 unsigned getGlyphCount() const { return this->generateGlyphCount(); } in getGlyphCount() function
/external/icu4c/layoutex/
Dplayout.cpp255 return vr->getGlyphCount(); in pl_getVisualRunGlyphCount()
DParagraphLayout.cpp1178 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
/external/icu4c/samples/layout/
Dparagraph.cpp239 le_int32 glyphCount = visualRun->getGlyphCount(); in draw()
/external/icu4c/test/letest/
Dletest.cpp64 glyphCount = engine->getGlyphCount(); in ParamTest()
895 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest()
/external/chromium/third_party/icu/source/test/letest/
Dletest.cpp64 glyphCount = engine->getGlyphCount(); in ParamTest()
895 le_int32 glyphCount = visualRun->getGlyphCount(); in GlyphToCharTest()