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

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

Completed in 295 milliseconds