Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1536 SkPDFIndirectReference newGraphicState; in populate_graphic_state_entry_from_paint() local
1538 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, paint); in populate_graphic_state_entry_from_paint()
1542 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, newPaint); in populate_graphic_state_entry_from_paint()
1544 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState); in populate_graphic_state_entry_from_paint()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1549 SkPDFIndirectReference newGraphicState; in populate_graphic_state_entry_from_paint() local
1551 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, paint); in populate_graphic_state_entry_from_paint()
1555 newGraphicState = SkPDFGraphicState::GetGraphicStateForPaint(doc, newPaint); in populate_graphic_state_entry_from_paint()
1557 entry->fGraphicStateIndex = add_resource(*graphicStateResources, newGraphicState); in populate_graphic_state_entry_from_paint()