HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphCount (Results 1 - 20 of 20) 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 282 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
285 unsigned getGlyphCount() { return this->generateGlyphCount(); }
SkGlyphCache.h 71 unsigned getGlyphCount() const;
SkGlyphCache.cpp 95 unsigned SkGlyphCache::getGlyphCount() const {
96 return fScalerContext->getGlyphCount();
  /external/skqp/src/core/
SkScalerContext.h 255 return (glyphID < getGlyphCount()) ? generateGlyphToChar(glyphID) : 0;
258 unsigned getGlyphCount() { return this->generateGlyphCount(); }
SkGlyphCache.h 71 unsigned getGlyphCount() const;
SkGlyphCache.cpp 95 unsigned SkGlyphCache::getGlyphCount() const {
96 return fScalerContext->getGlyphCount();
  /external/skia/src/gpu/
GrPathRendering.cpp 59 return fScalerContext->getGlyphCount();
  /external/skqp/src/gpu/
GrPathRendering.cpp 59 return fScalerContext->getGlyphCount();
  /frameworks/base/libs/hwui/font/
CacheTexture.h 124 inline uint16_t getGlyphCount() const { return mNumGlyphs; }
  /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/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 162 int num_glyphs = SkToInt(cache->getGlyphCount());
  /external/skia/tools/fonts/
SkRandomScalerContext.cpp 50 return fProxy->getGlyphCount();
  /external/skqp/src/pdf/
SkPDFMakeCIDGlyphWidthsArray.cpp 162 int num_glyphs = SkToInt(cache->getGlyphCount());
  /external/skqp/tools/
SkRandomScalerContext.cpp 50 return fProxy->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...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 858 milliseconds