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

  /external/skia/legacy/include/core/
SkScalerContext.h 286 fBaseGlyphCount = baseGlyphCount;
324 unsigned fBaseGlyphCount;
  /external/skia/src/core/
SkScalerContext.h 170 fBaseGlyphCount = baseGlyphCount;
210 unsigned fBaseGlyphCount;
SkScalerContext.cpp 81 , fBaseGlyphCount(0)
161 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());
223 return ctx->fBaseGlyphCount;
226 return this->fBaseGlyphCount;
242 glyphID += ctx->fBaseGlyphCount;
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 224 GlyphID glyphID = glyph->getGlyphID(fBaseGlyphCount);
274 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
SkFontHost_mac_coretext.cpp 956 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 224 GlyphID glyphID = glyph->getGlyphID(fBaseGlyphCount);
274 CGGlyph glyphID = glyph.getGlyphID(fBaseGlyphCount);
SkFontHost_mac_coretext.cpp 927 cgGlyph = (CGGlyph) glyph->getGlyphID(fBaseGlyphCount);
    [all...]
  /external/skia/legacy/src/core/
SkScalerContext.cpp 77 fBaseGlyphCount = 0;
158 next->setBaseGlyphCount(fBaseGlyphCount + this->getGlyphCount());
220 return ctx->fBaseGlyphCount;
223 return this->fBaseGlyphCount;
239 glyphID += ctx->fBaseGlyphCount;

Completed in 45 milliseconds