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

12

/external/icu/icu4c/source/layout/
H A DSegmentSingleProcessor2.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DSimpleArrayProcessor.cpp37 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DSimpleArrayProcessor2.cpp40 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DSingleTableProcessor.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DSingleTableProcessor2.cpp41 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DLEGlyphStorage.h137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const function in class:LEGlyphStorage
H A DSegmentArrayProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DSegmentArrayProcessor2.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DSegmentSingleProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DTrimmedArrayProcessor.cpp46 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DTrimmedArrayProcessor2.cpp42 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DStateTableProcessor.cpp53 le_int32 glyphCount = glyphStorage.getGlyphCount();
H A DLayoutEngine.cpp161 le_int32 LayoutEngine::getGlyphCount() const function in class:LayoutEngine
163 return fGlyphStorage->getGlyphCount();
327 return glyphStorage.getGlyphCount();
344 le_int32 i, glyphCount = glyphStorage.getGlyphCount();
390 le_int32 p, glyphCount = glyphStorage.getGlyphCount();
427 le_int32 glyphCount = glyphStorage.getGlyphCount();
501 if (fGlyphStorage->getGlyphCount() > 0) {
H A DLigatureSubstProc.cpp93 if(componentGlyph > (le_uint32)glyphStorage.getGlyphCount()) {
H A Dloengine.cpp70 return le->getGlyphCount();
H A DKernTable.cpp200 for (int i = 1, e = storage.getGlyphCount(); LE_SUCCESS(success)&& i < e; ++i) {
252 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
H A DLayoutEngine.h386 le_int32 getGlyphCount() const;
H A DLigatureSubstProc2.cpp98 if(componentGlyph > glyphStorage.getGlyphCount() || componentGlyph < 0) {
H A DArabicLayoutEngine.cpp155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount();
H A DStateTableProcessor2.cpp60 le_int32 glyphCount = glyphStorage.getGlyphCount();
/external/skia/src/gpu/
H A DGrPathRendering.cpp28 return fScalerContext->getGlyphCount();
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h239 inline le_int32 getGlyphCount() const;
690 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const function in class:ParagraphLayout::VisualRun
/external/skia/src/core/
H A DSkScalerContext.h219 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
222 unsigned getGlyphCount() { return this->generateGlyphCount(); } function in class:SkScalerContext
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp255 return vr->getGlyphCount();
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp239 le_int32 glyphCount = visualRun->getGlyphCount();

Completed in 344 milliseconds

12