Home
last modified time | relevance | path

Searched refs:fPainter (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DParagraphPainterImpl.h35 : fPainter(painter) { in ParagraphPainterAutoRestore()
36 fPainter->save(); in ParagraphPainterAutoRestore()
40 fPainter->restore(); in ~ParagraphPainterAutoRestore()
44 ParagraphPainter* fPainter;
/external/skia/src/core/
DSkOverdrawCanvas.cpp53 fPainter{props, kN32_SkColorType, nullptr} {}
75 fPainter.drawForBitmapDevice(canvas, this, glyphRunList, drawingPaint, in onDrawGlyphRunList()
81 SkGlyphRunListPainterCPU fPainter; member in __anonf639b0710111::TextDevice