Searched refs:DocumentStructureType (Results 1 – 6 of 6) sorted by relevance
40 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()
18 enum class DocumentStructureType { enum79 DocumentStructureType fType;
12 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;