Searched defs:getGlyphCount (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/layout/
H A DLEGlyphStorage.h137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const function in class:LEGlyphStorage
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) {
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.h175 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
178 unsigned getGlyphCount() { return this->generateGlyphCount(); } function in class:SkScalerContext
H A DSkGlyphCache.cpp162 unsigned SkGlyphCache::getGlyphCount() { function in class:SkGlyphCache
163 return fScalerContext->getGlyphCount();
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h232 inline le_int32 getGlyphCount() const;
683 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const function in class:ParagraphLayout::VisualRun
/external/skia/src/core/
H A DSkScalerContext.h180 unsigned getGlyphCount() { return this->generateGlyphCount(); } function in class:SkScalerContext
H A DSkGlyphCache.cpp162 unsigned SkGlyphCache::getGlyphCount() { function in class:SkGlyphCache
163 return fScalerContext->getGlyphCount();

Completed in 546 milliseconds