Home
last modified time | relevance | path

Searched refs:structTreeRoot (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFTag.cpp202 SkPDFDict structTreeRoot("StructTreeRoot"); in makeStructTreeRoot() local
203 structTreeRoot.insertRef("K", prepare_tag_tree_to_emit(ref, fRoot, doc)); in makeStructTreeRoot()
204 structTreeRoot.insertInt("ParentTreeNextKey", SkToInt(pageCount)); in makeStructTreeRoot()
223 structTreeRoot.insertRef("ParentTree", doc->emit(parentTree)); in makeStructTreeRoot()
224 return doc->emit(structTreeRoot, ref); in makeStructTreeRoot()
/third_party/skia/src/pdf/
DSkPDFTag.cpp326 SkPDFDict structTreeRoot("StructTreeRoot"); in makeStructTreeRoot() local
327 structTreeRoot.insertRef("K", PrepareTagTreeToEmit(ref, fRoot, doc)); in makeStructTreeRoot()
328 structTreeRoot.insertInt("ParentTreeNextKey", SkToInt(pageCount)); in makeStructTreeRoot()
366 structTreeRoot.insertRef("ParentTree", doc->emit(parentTree)); in makeStructTreeRoot()
396 structTreeRoot.insertRef("IDTree", doc->emit(idTree)); in makeStructTreeRoot()
399 return doc->emit(structTreeRoot, ref); in makeStructTreeRoot()