Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFDocument.cpp338 int structParentKey = createStructParentKeyForNodeId(link->fNodeId); in getAnnotations() local
339 if (structParentKey != -1) { in getAnnotations()
340 annotation.insertInt("StructParent", structParentKey); in getAnnotations()
DSkPDFTag.cpp354 int structParentKey = kFirstAnnotationStructParentKey + static_cast<int>(j); in makeStructTreeRoot() local
361 parentTreeNums->appendInt(structParentKey); in makeStructTreeRoot()