Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFGraphicState.cpp73 SkPDFStrokeGraphicState strokeKey = { in GetGraphicStateForPaint() local
82 if (SkPDFIndirectReference* statePtr = sMap.find(strokeKey)) { in GetGraphicStateForPaint()
87 state.insertColorComponentF("CA", strokeKey.fAlpha); in GetGraphicStateForPaint()
88 state.insertColorComponentF("ca", strokeKey.fAlpha); in GetGraphicStateForPaint()
89 state.insertInt("LC", to_stroke_cap(strokeKey.fStrokeCap)); in GetGraphicStateForPaint()
90 state.insertInt("LJ", to_stroke_join(strokeKey.fStrokeJoin)); in GetGraphicStateForPaint()
91 state.insertScalar("LW", strokeKey.fStrokeWidth); in GetGraphicStateForPaint()
92 state.insertScalar("ML", strokeKey.fStrokeMiter); in GetGraphicStateForPaint()
94 state.insertName("BM", as_pdf_blend_mode_name((SkBlendMode)strokeKey.fBlendMode)); in GetGraphicStateForPaint()
96 sMap.set(strokeKey, ref); in GetGraphicStateForPaint()
/third_party/skia/src/pdf/
DSkPDFGraphicState.cpp75 SkPDFStrokeGraphicState strokeKey = { in GetGraphicStateForPaint() local
84 if (SkPDFIndirectReference* statePtr = sMap.find(strokeKey)) { in GetGraphicStateForPaint()
89 state.insertColorComponentF("CA", strokeKey.fAlpha); in GetGraphicStateForPaint()
90 state.insertColorComponentF("ca", strokeKey.fAlpha); in GetGraphicStateForPaint()
91 state.insertInt("LC", to_stroke_cap(strokeKey.fStrokeCap)); in GetGraphicStateForPaint()
92 state.insertInt("LJ", to_stroke_join(strokeKey.fStrokeJoin)); in GetGraphicStateForPaint()
93 state.insertScalar("LW", strokeKey.fStrokeWidth); in GetGraphicStateForPaint()
94 state.insertScalar("ML", strokeKey.fStrokeMiter); in GetGraphicStateForPaint()
96 state.insertName("BM", as_pdf_blend_mode_name((SkBlendMode)strokeKey.fBlendMode)); in GetGraphicStateForPaint()
98 sMap.set(strokeKey, ref); in GetGraphicStateForPaint()