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

  /external/skia/include/core/
SkPaint.h 41 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**,
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 40 typedef const SkGlyph& (*SkDrawCacheProc)(SkGlyphCache*, const char**,
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 71 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
890 SkDrawCacheProc glyphCacheProc = textPaint.getDrawCacheProc();
    [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp 817 SkDrawCacheProc SkPaint::getDrawCacheProc() const {
818 static const SkDrawCacheProc gDrawCacheProcs[] = {
    [all...]
  /external/skia/src/core/
SkPaint.cpp 909 SkDrawCacheProc SkPaint::getDrawCacheProc() const {
910 static const SkDrawCacheProc gDrawCacheProcs[] = {
    [all...]
SkDraw.cpp     [all...]

Completed in 312 milliseconds