HomeSort by relevance Sort by last modified time
    Searched defs:getGlyphCount (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const
LayoutEngine.cpp 161 le_int32 LayoutEngine::getGlyphCount() const
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) {
  /frameworks/base/libs/hwui/font/
CacheTexture.h 137 inline uint16_t getGlyphCount() const {
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.cpp 162 unsigned SkGlyphCache::getGlyphCount() {
163 return fScalerContext->getGlyphCount();
SkScalerContext.h 180 unsigned getGlyphCount() { return this->generateGlyphCount(); }
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 232 inline le_int32 getGlyphCount() const;
683 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const
  /external/skia/src/core/
SkGlyphCache.cpp 162 unsigned SkGlyphCache::getGlyphCount() {
163 return fScalerContext->getGlyphCount();
SkScalerContext.h 180 unsigned getGlyphCount() { return this->generateGlyphCount(); }

Completed in 170 milliseconds