Home
last modified time | relevance | path

Searched refs:fPainter (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DParagraphPainterImpl.h47 : fPainter(painter) { in ParagraphPainterAutoRestore()
48 fPainter->save(); in ParagraphPainterAutoRestore()
52 fPainter->restore(); in ~ParagraphPainterAutoRestore()
56 ParagraphPainter* fPainter; member in skia::textlayout::ParagraphPainterAutoRestore
/third_party/skia/src/core/
H A DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
69 fPainter.drawForBitmapDevice(glyphRunList, paint, SkMatrix(), this);
74 SkGlyphRunListPainter fPainter; member in __anon18707::TextDevice
H A DSkGlyphRunPainter.cpp388 : fPainter{painter} { in ScopedBuffers()
389 fPainter->fDrawable.ensureSize(size);
393 fPainter->fDrawable.reset(); in ~ScopedBuffers()
394 fPainter->fRejects.reset(); in ~ScopedBuffers()
H A DSkGlyphRunPainter.h113 SkGlyphRunListPainter* fPainter; member
H A DSkRemoteGlyphCache.cpp791 , fPainter{props, kUnknown_SkColorType, imageInfo().colorSpace(), fStrikeServerImpl} { in GlyphTrackingDevice()
814 fPainter.processGlyphRun(glyphRun,
827 SkGlyphRunListPainter fPainter; member in final

Completed in 5 milliseconds