Home
last modified time | relevance | path

Searched defs:StructureElementNode (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/docs/
DSkPDFDocument.h61 struct StructureElementNode { struct
63 std::vector<std::unique_ptr<StructureElementNode>> fChildVector; argument
64 int fNodeId = 0;
65 std::vector<int> fAdditionalNodeIds;
66 AttributeList fAttributes;
67 SkString fAlt;
68 SkString fLang;
/third_party/flutter/skia/include/docs/
DSkPDFDocument.h75 struct StructureElementNode { struct
76 const StructureElementNode* fChildren = nullptr; argument
77 size_t fChildCount;
78 int fNodeId;
79 DocumentStructureType fType;