Searched refs:fillKey (Results 1 – 2 of 2) sorted by relevance
60 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint() local62 if (SkPDFIndirectReference* statePtr = fillMap.find(fillKey)) { in GetGraphicStateForPaint()67 state.insertColorComponentF("ca", fillKey.fAlpha); in GetGraphicStateForPaint()68 state.insertName("BM", as_pdf_blend_mode_name((SkBlendMode)fillKey.fBlendMode)); in GetGraphicStateForPaint()70 fillMap.set(fillKey, ref); in GetGraphicStateForPaint()
62 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(mode)}; in GetGraphicStateForPaint() local64 if (SkPDFIndirectReference* statePtr = fillMap.find(fillKey)) { in GetGraphicStateForPaint()69 state.insertColorComponentF("ca", fillKey.fAlpha); in GetGraphicStateForPaint()70 state.insertName("BM", as_pdf_blend_mode_name((SkBlendMode)fillKey.fBlendMode)); in GetGraphicStateForPaint()72 fillMap.set(fillKey, ref); in GetGraphicStateForPaint()