Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFGraphicState.h62 struct SkPDFFillGraphicState { struct
65 bool operator==(const SkPDFFillGraphicState& o) const { return !memcmp(this, &o, sizeof(o)); } argument
66 bool operator!=(const SkPDFFillGraphicState& o) const { return !(*this == o); }
DSkPDFCanon.h43 SkTHashMap<SkPDFFillGraphicState, sk_sp<SkPDFDict>> fFillGSMap;
DSkPDFGraphicState.cpp89 SkPDFFillGraphicState fillKey = {p.getAlpha(), pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint()
/external/skqp/src/pdf/
DSkPDFGraphicState.h62 struct SkPDFFillGraphicState { struct
65 bool operator==(const SkPDFFillGraphicState& o) const { return !memcmp(this, &o, sizeof(o)); } argument
66 bool operator!=(const SkPDFFillGraphicState& o) const { return !(*this == o); }
DSkPDFCanon.h43 SkTHashMap<SkPDFFillGraphicState, sk_sp<SkPDFDict>> fFillGSMap;
DSkPDFGraphicState.cpp89 SkPDFFillGraphicState fillKey = {p.getAlpha(), pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint()