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

  /external/skia/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/pdf/
SkPDFDevice.cpp 68 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
86 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
815 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
816 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y);
866 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
880 align_text(glyphCacheProc, textPaint, glyphIDs + i, 1, &x, &y);
    [all...]

Completed in 3486 milliseconds