Searched refs:fPainter (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphPainterImpl.h | 47 : 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 D | SkOverdrawCanvas.cpp | 51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {} 69 fPainter.drawForBitmapDevice(glyphRunList, paint, SkMatrix(), this); 74 SkGlyphRunListPainter fPainter; member in __anon18707::TextDevice
|
H A D | SkGlyphRunPainter.cpp | 388 : fPainter{painter} { in ScopedBuffers() 389 fPainter->fDrawable.ensureSize(size); 393 fPainter->fDrawable.reset(); in ~ScopedBuffers() 394 fPainter->fRejects.reset(); in ~ScopedBuffers()
|
H A D | SkGlyphRunPainter.h | 113 SkGlyphRunListPainter* fPainter; member
|
H A D | SkRemoteGlyphCache.cpp | 791 , fPainter{props, kUnknown_SkColorType, imageInfo().colorSpace(), fStrikeServerImpl} { in GlyphTrackingDevice() 814 fPainter.processGlyphRun(glyphRun, 827 SkGlyphRunListPainter fPainter; member in final
|
Completed in 5 milliseconds