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

  /external/icu4c/layout/
SimpleArrayProcessor.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
SingleTableProcessor.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
SegmentArrayProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
SegmentSingleProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
TrimmedArrayProcessor.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 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) {
LayoutEngine.h 366 le_int32 getGlyphCount() const;
loengine.cpp 70 return le->getGlyphCount();
OpenTypeLayoutEngine.cpp 296 return glyphStorage.getGlyphCount();
351 le_int32 glyphCount = glyphStorage.getGlyphCount();
ArabicLayoutEngine.cpp 153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount();
LookupProcessor.cpp 57 le_int32 glyphCount = glyphStorage.getGlyphCount();
GlyphIterator.cpp 26 le_int32 glyphCount = glyphStorage.getGlyphCount();
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 232 inline le_int32 getGlyphCount() const;
680 inline le_int32 ParagraphLayout::VisualRun::getGlyphCount() const
  /external/skia/src/core/
SkGlyphCache.h 74 unsigned getGlyphCount();
SkGlyphCache.cpp 114 unsigned SkGlyphCache::getGlyphCount() {
115 return fScalerContext->getGlyphCount();
SkScalerContext.cpp 152 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());
163 unsigned count = ctx->getGlyphCount();
235 rangeEnd += ctx->getGlyphCount();
  /external/icu4c/layoutex/
playout.cpp 255 return vr->getGlyphCount();
ParagraphLayout.cpp     [all...]
  /external/icu4c/samples/layout/
paragraph.cpp 239 le_int32 glyphCount = visualRun->getGlyphCount();
  /external/skia/include/core/
SkScalerContext.h 293 unsigned getGlyphCount() { return this->generateGlyphCount(); }
  /external/icu4c/test/letest/
letest.cpp 64 glyphCount = engine->getGlyphCount();
66 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount);
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 215 milliseconds