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

  /external/skia/src/gpu/
GrTextContext.cpp 186 SkDrawCacheProc glyphCacheProc = paint.getDrawCacheProc();
199 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
218 int GrTextContext::MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
229 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
GrStencilAndCoverTextContext.cpp 116 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
129 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &textPtr, 0, 0);
155 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0);
198 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
205 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0);
GrTextContext.h 90 static int MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
GrAtlasTextContext.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp 841 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(NULL != bounds);
855 const SkGlyph* g = &glyphCacheProc(cache, &text);
868 g = &glyphCacheProc(cache, &text);
873 x += advance(glyphCacheProc(cache, &text), xyIndex);
882 g = &glyphCacheProc(cache, &text);
889 g = &glyphCacheProc(cache, &text);
966 SkMeasureCacheProc glyphCacheProc = paint.getMeasureCacheProc(false);
978 const SkGlyph& g = glyphCacheProc(cache, &text);
990 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex);
1084 SkMeasureCacheProc glyphCacheProc;
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 80 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
98 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
    [all...]

Completed in 57 milliseconds