Searched refs:newGraphicState (Results 1 – 2 of 2) sorted by relevance
1536 SkPDFIndirectReference newGraphicState; in populate_graphic_state_entry_from_paint() local1538 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()
1549 SkPDFIndirectReference newGraphicState; in populate_graphic_state_entry_from_paint() local1551 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()