Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFGraphicState.cpp89 SkPDFFillGraphicState fillKey = {p.getAlpha(), pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint() local
91 if (sk_sp<SkPDFDict>* statePtr = fillMap.find(fillKey)) { in GetGraphicStateForPaint()
96 state->insertScalar("ca", fillKey.fAlpha / 255.0f); in GetGraphicStateForPaint()
97 state->insertName("BM", as_pdf_blend_mode_name((SkBlendMode)fillKey.fBlendMode)); in GetGraphicStateForPaint()
98 fillMap.set(fillKey, state); in GetGraphicStateForPaint()