Home
last modified time | relevance | path

Searched refs:createMarkIdForNodeId (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFTag.h28 int createMarkIdForNodeId(int nodeId, unsigned pageIndex);
H A DSkPDFDocumentPriv.h122 int createMarkIdForNodeId(int nodeId);
H A DSkPDFDocument.cpp529 int SkPDFDocument::createMarkIdForNodeId(int nodeId) { in createMarkIdForNodeId() function in SkPDFDocument
530 return fTagTree.createMarkIdForNodeId(nodeId, SkToUInt(this->currentPageIndex())); in createMarkIdForNodeId()
H A DSkPDFTag.cpp190 int SkPDFTagTree::createMarkIdForNodeId(int nodeId, unsigned pageIndex) { in createMarkIdForNodeId() function in SkPDFTagTree
H A DSkPDFDevice.cpp77 fMarkId = document->createMarkIdForNodeId(nodeId); in ScopedOutputMarkedContentTags()

Completed in 7 milliseconds