HomeSort by relevance Sort by last modified time
    Searched defs:SkPDFIndirectReference (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkPDFTypes.h 36 struct SkPDFIndirectReference {
41 inline static bool operator==(SkPDFIndirectReference u, SkPDFIndirectReference v) {
45 inline static bool operator!=(SkPDFIndirectReference u, SkPDFIndirectReference v) {
113 void appendRef(SkPDFIndirectReference);
169 void insertRef(const char key[], SkPDFIndirectReference);
170 void insertRef(SkString, SkPDFIndirectReference);
200 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict,
  /external/skqp/src/pdf/
SkPDFTypes.h 36 struct SkPDFIndirectReference {
41 inline static bool operator==(SkPDFIndirectReference u, SkPDFIndirectReference v) {
45 inline static bool operator!=(SkPDFIndirectReference u, SkPDFIndirectReference v) {
113 void appendRef(SkPDFIndirectReference);
169 void insertRef(const char key[], SkPDFIndirectReference);
170 void insertRef(SkString, SkPDFIndirectReference);
200 SkPDFIndirectReference SkPDFStreamOut(std::unique_ptr<SkPDFDict> dict,

Completed in 104 milliseconds