Home
last modified time | relevance | path

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

/external/skqp/src/pdf/
DSkPDFGraphicState.h62 struct SkPDFFillGraphicState { struct
66 bool operator==(const SkPDFFillGraphicState& o) const { return !memcmp(this, &o, sizeof(o)); } argument
67 bool operator!=(const SkPDFFillGraphicState& o) const { return !(*this == o); }
DSkPDFDocumentPriv.h27 struct SkPDFFillGraphicState;
110 SkTHashMap<SkPDFFillGraphicState, SkPDFIndirectReference> fFillGSMap;
DSkPDFGraphicState.cpp60 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint()
/external/skia/src/pdf/
DSkPDFGraphicState.h62 struct SkPDFFillGraphicState { struct
66 bool operator==(const SkPDFFillGraphicState& o) const { return !memcmp(this, &o, sizeof(o)); } argument
67 bool operator!=(const SkPDFFillGraphicState& o) const { return !(*this == o); }
DSkPDFDocumentPriv.h27 struct SkPDFFillGraphicState;
152 SkTHashMap<SkPDFFillGraphicState, SkPDFIndirectReference> fFillGSMap;
DSkPDFGraphicState.cpp60 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint()