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

/external/icu4c/layout/
H A DLEGlyphStorage.h137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const function in class:LEGlyphStorage
H A DLayoutEngine.cpp159 le_int32 LayoutEngine::getGlyphCount() const function in class:LayoutEngine
161 return fGlyphStorage->getGlyphCount();
325 return glyphStorage.getGlyphCount();
342 le_int32 i, glyphCount = glyphStorage.getGlyphCount();
388 le_int32 p, glyphCount = glyphStorage.getGlyphCount();
425 le_int32 glyphCount = glyphStorage.getGlyphCount();
499 if (fGlyphStorage->getGlyphCount() > 0) {
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.h183 unsigned getGlyphCount() { return this->generateGlyphCount(); } function in class:SkScalerContext
H A DSkGlyphCache.cpp144 unsigned SkGlyphCache::getGlyphCount() { function in class:SkGlyphCache
145 return fScalerContext->getGlyphCount();
/external/icu4c/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.h183 unsigned getGlyphCount() { return this->generateGlyphCount(); } function in class:SkScalerContext
H A DSkGlyphCache.cpp144 unsigned SkGlyphCache::getGlyphCount() { function in class:SkGlyphCache
145 return fScalerContext->getGlyphCount();

Completed in 614 milliseconds