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

  /external/skia/src/gpu/text/
GrTextUtils.cpp 307 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(skPaint.getTextEncoding(),
336 const SkGlyph& glyph = glyphCacheProc(origPaintCache, &textPtr);
399 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(dfPaint.getTextEncoding(),
409 const SkGlyph& glyph = glyphCacheProc(cache, &text);
433 const SkGlyph& glyph = glyphCacheProc(cache, &text);
551 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(),
566 const SkGlyph& glyph = glyphCacheProc(cache, &text)
    [all...]
GrStencilAndCoverTextContext.cpp 438 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(fFont.getTextEncoding(),
457 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr);
480 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
500 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(fFont.getTextEncoding(),
514 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
  /external/skia/src/core/
SkPaint.cpp 641 SkPaint::GlyphCacheProc SkPaint::GetGlyphCacheProc(TextEncoding encoding,
644 static const GlyphCacheProc gGlyphCacheProcs[] = {
756 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(this->getTextEncoding(),
772 const SkGlyph* g = &glyphCacheProc(cache, &text);
779 g = &glyphCacheProc(cache, &text);
784 x += advance(glyphCacheProc(cache, &text), xyIndex);
792 g = &glyphCacheProc(cache, &text);
799 g = &glyphCacheProc(cache, &text);
876 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding()
    [all...]
SkDraw.cpp     [all...]

Completed in 127 milliseconds