Home
last modified time | relevance | path

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

/external/skqp/tests/
DPDFTaggedTest.cpp40 root.fType = SkPDF::DocumentStructureType::kDocument; in DEF_TEST()
48 h1.fType = SkPDF::DocumentStructureType::kH1; in DEF_TEST()
54 p.fType = SkPDF::DocumentStructureType::kP; in DEF_TEST()
61 div.fType = SkPDF::DocumentStructureType::kDiv; in DEF_TEST()
67 l.fType = SkPDF::DocumentStructureType::kL; in DEF_TEST()
74 lm1.fType = SkPDF::DocumentStructureType::kLbl; in DEF_TEST()
78 li1.fType = SkPDF::DocumentStructureType::kLI; in DEF_TEST()
83 lm2.fType = SkPDF::DocumentStructureType::kLbl; in DEF_TEST()
87 li2.fType = SkPDF::DocumentStructureType::kLI; in DEF_TEST()
93 p2.fType = SkPDF::DocumentStructureType::kP; in DEF_TEST()
/external/skia/tests/
DPDFTaggedTest.cpp40 root.fType = SkPDF::DocumentStructureType::kDocument; in DEF_TEST()
48 h1.fType = SkPDF::DocumentStructureType::kH1; in DEF_TEST()
54 p.fType = SkPDF::DocumentStructureType::kP; in DEF_TEST()
61 div.fType = SkPDF::DocumentStructureType::kDiv; in DEF_TEST()
67 l.fType = SkPDF::DocumentStructureType::kL; in DEF_TEST()
74 lm1.fType = SkPDF::DocumentStructureType::kLbl; in DEF_TEST()
78 li1.fType = SkPDF::DocumentStructureType::kLI; in DEF_TEST()
83 lm2.fType = SkPDF::DocumentStructureType::kLbl; in DEF_TEST()
87 li2.fType = SkPDF::DocumentStructureType::kLI; in DEF_TEST()
93 p2.fType = SkPDF::DocumentStructureType::kP; in DEF_TEST()
/external/skia/include/docs/
DSkPDFDocument.h18 enum class DocumentStructureType { enum
79 DocumentStructureType fType;
/external/skqp/include/docs/
DSkPDFDocument.h18 enum class DocumentStructureType { enum
79 DocumentStructureType fType;
/external/skqp/src/pdf/
DSkPDFTag.cpp12 static const char* tag_name_from_type(SkPDF::DocumentStructureType type) { in tag_name_from_type()
14 #define M(X) case SkPDF::DocumentStructureType::k ## X: return #X in tag_name_from_type()
79 SkPDF::DocumentStructureType fType;
/external/skia/src/pdf/
DSkPDFTag.cpp12 static const char* tag_name_from_type(SkPDF::DocumentStructureType type) { in tag_name_from_type()
14 #define M(X) case SkPDF::DocumentStructureType::k ## X: return #X in tag_name_from_type()
79 SkPDF::DocumentStructureType fType;