Searched refs:SkPDFFillGraphicState (Results 1 – 6 of 6) sorted by relevance
62 struct SkPDFFillGraphicState { struct66 bool operator==(const SkPDFFillGraphicState& o) const { return !memcmp(this, &o, sizeof(o)); } argument67 bool operator!=(const SkPDFFillGraphicState& o) const { return !(*this == o); }
27 struct SkPDFFillGraphicState;110 SkTHashMap<SkPDFFillGraphicState, SkPDFIndirectReference> fFillGSMap;
60 SkPDFFillGraphicState fillKey = {p.getColor4f().fA, pdf_blend_mode(p.getBlendMode())}; in GetGraphicStateForPaint()
27 struct SkPDFFillGraphicState;152 SkTHashMap<SkPDFFillGraphicState, SkPDFIndirectReference> fFillGSMap;