Home
last modified time | relevance | path

Searched refs:GetGraphicStateForPaint (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFGraphicState.h36 SkPDFIndirectReference GetGraphicStateForPaint(SkPDFDocument*, const SkPaint&);
DSkPDFGraphicState.cpp62 SkPDFIndirectReference SkPDFGraphicState::GetGraphicStateForPaint(SkPDFDocument* doc, in GetGraphicStateForPaint() function in SkPDFGraphicState
DSkPDFDevice.cpp1327 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, paint); in populate_graphic_state_entry_from_paint()
1331 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, newPaint); in populate_graphic_state_entry_from_paint()