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

  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 1060 SkMeasureCacheProc glyphCacheProc;
1061 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1076 const SkGlyph* g = &glyphCacheProc(cache, &text);
1089 g = &glyphCacheProc(cache, &text);
1094 x += advance(glyphCacheProc(cache, &text), xyIndex);
    [all...]
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp 1060 SkMeasureCacheProc glyphCacheProc;
1061 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1076 const SkGlyph* g = &glyphCacheProc(cache, &text);
1089 g = &glyphCacheProc(cache, &text);
1094 x += advance(glyphCacheProc(cache, &text), xyIndex);
    [all...]
SkDraw.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 90 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
108 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 90 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
108 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
    [all...]

Completed in 54 milliseconds