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

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 67 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
82 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &textPtr, 0, 0);
108 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0);
147 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
155 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0);
165 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0);
177 const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0);
GrBitmapTextContext.cpp 192 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
210 MeasureText(cache, glyphCacheProc, text, byteLength, &stop);
251 const SkGlyph& glyph = glyphCacheProc(cache, &text, fx & fxMask, fy & fyMask);
285 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
326 const SkGlyph& glyph = glyphCacheProc(cache, &text,
342 const SkGlyph& metricGlyph = glyphCacheProc(cache, &text, 0, 0);
356 const SkGlyph& glyph = glyphCacheProc(cache, &currentText,
378 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
398 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
GrDistanceFieldTextContext.cpp 550 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
569 const SkGlyph& glyph = glyphCacheProc(cache, &textPtr, 0, 0);
592 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
625 SkDrawCacheProc glyphCacheProc = fSkPaint.getDrawCacheProc();
638 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
657 const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0);
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp     [all...]
SkPaint.cpp 1040 SkMeasureCacheProc glyphCacheProc;
1041 glyphCacheProc = this->getMeasureCacheProc(kForward_TextBufferDirection,
1056 const SkGlyph* g = &glyphCacheProc(cache, &text);
1069 g = &glyphCacheProc(cache, &text);
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 76 static void align_text(SkDrawCacheProc glyphCacheProc, const SkPaint& paint,
94 const SkGlyph& glyph = glyphCacheProc(cache, &start, 0, 0);
    [all...]

Completed in 143 milliseconds