Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFGraphicState.h49 struct SkPDFStrokeGraphicState { struct
56 bool operator==(const SkPDFStrokeGraphicState& o) const { return !memcmp(this, &o, sizeof(o)); } argument
57 bool operator!=(const SkPDFStrokeGraphicState& o) const { return !(*this == o); }
DSkPDFCanon.h43 SkTHashMap<SkPDFStrokeGraphicState, sk_sp<SkPDFDict>> fStrokeGSMap;
DSkPDFGraphicState.cpp101 SkPDFStrokeGraphicState strokeKey = { in GetGraphicStateForPaint()