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

1 2

  /external/icu4c/layout/
SimpleArrayProcessor.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
SimpleArrayProcessor2.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
SingleTableProcessor.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
SingleTableProcessor2.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
SegmentArrayProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
SegmentArrayProcessor2.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
SegmentSingleProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
SegmentSingleProcessor2.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
TrimmedArrayProcessor.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
TrimmedArrayProcessor2.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
LEGlyphStorage.h 137 inline le_int32 getGlyphCount() const;
533 inline le_int32 LEGlyphStorage::getGlyphCount() const
StateTableProcessor.cpp 49 le_int32 glyphCount = glyphStorage.getGlyphCount();
KernTable.cpp 178 for (int i = 1, e = storage.getGlyphCount(); i < e; ++i) {
226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
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) {
LayoutEngine.h 373 le_int32 getGlyphCount() const;
loengine.cpp 70 return le->getGlyphCount();
StateTableProcessor2.cpp 48 le_int32 glyphCount = glyphStorage.getGlyphCount();
ArabicLayoutEngine.cpp 153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount();
LookupProcessor.cpp 57 le_int32 glyphCount = glyphStorage.getGlyphCount();
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 232 inline le_int32 getGlyphCount() const;
683 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const
  /external/chromium_org/third_party/skia/src/core/
SkGlyphCache.h 77 unsigned getGlyphCount();
SkScalerContext.h 183 unsigned getGlyphCount() { return this->generateGlyphCount(); }
  /external/skia/src/core/
SkGlyphCache.h 77 unsigned getGlyphCount();
  /frameworks/base/libs/hwui/font/
CacheTexture.h 137 inline uint16_t getGlyphCount() const {
  /external/icu4c/layoutex/
playout.cpp 255 return vr->getGlyphCount();

Completed in 2487 milliseconds

1 2