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

  /external/icu4c/layout/
LEGlyphStorage.h 137 inline le_int32 getGlyphCount() const;
534 inline le_int32 LEGlyphStorage::getGlyphCount() const
LayoutEngine.cpp 155 le_int32 LayoutEngine::getGlyphCount() const
157 return fGlyphStorage->getGlyphCount();
321 return glyphStorage.getGlyphCount();
338 le_int32 i, glyphCount = glyphStorage.getGlyphCount();
384 le_int32 p, glyphCount = glyphStorage.getGlyphCount();
421 le_int32 glyphCount = glyphStorage.getGlyphCount();
495 if (fGlyphStorage->getGlyphCount() > 0) {
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 232 inline le_int32 getGlyphCount() const;
670 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const
  /external/skia/include/core/
SkScalerContext.h 220 unsigned getGlyphCount() const { return this->generateGlyphCount(); }

Completed in 242 milliseconds