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

  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 241 inline le_int32 getGlyphCount() const;
692 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const
  /external/skia/src/core/
SkScalerContext.h 244 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
247 unsigned getGlyphCount() { return this->generateGlyphCount(); }
SkGlyphCache.h 71 unsigned getGlyphCount() const;
SkGlyphCache.cpp 94 unsigned SkGlyphCache::getGlyphCount() const {
95 return fScalerContext->getGlyphCount();
  /external/skia/src/gpu/
GrPathRendering.cpp 58 return fScalerContext->getGlyphCount();
  /frameworks/base/libs/hwui/font/
CacheTexture.h 141 inline uint16_t getGlyphCount() const {
  /external/icu/icu4c/source/layoutex/
playout.cpp 257 return vr->getGlyphCount();
ParagraphLayout.cpp     [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 250 le_int32 glyphCount = visualRun->getGlyphCount();
  /external/skia/src/fonts/
SkRandomScalerContext.cpp 51 return fProxy->getGlyphCount();
  /external/skia/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 162 int num_glyphs = SkToInt(cache->getGlyphCount());
  /external/icu/icu4c/source/test/letest/
letest.cpp 66 glyphCount = engine->getGlyphCount();
68 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount);
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 299 milliseconds