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

  /external/skia/legacy/src/core/
SkPaint.cpp 917 SkMeasureCacheProc glyphCacheProc;
918 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
933 const SkGlyph* g = &glyphCacheProc(cache, &text);
946 g = &glyphCacheProc(cache, &text);
951 x += advance(glyphCacheProc(cache, &text), xyIndex);
960 g = &glyphCacheProc(cache, &text);
967 g = &glyphCacheProc(cache, &text);
1078 SkMeasureCacheProc glyphCacheProc = this->getMeasureCacheProc(tbd, false);
1092 const SkGlyph& g = glyphCacheProc(cache, &text)
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp 1020 SkMeasureCacheProc glyphCacheProc;
1021 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1036 const SkGlyph* g = &glyphCacheProc(cache, &text);
1049 g = &glyphCacheProc(cache, &text);
1054 x += advance(glyphCacheProc(cache, &text), xyIndex);
1063 g = &glyphCacheProc(cache, &text);
1070 g = &glyphCacheProc(cache, &text);
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 71 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
89 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
890 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
891 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
    [all...]

Completed in 181 milliseconds