Home
last modified time | relevance | path

Searched refs:FPDF_STRUCTTREE (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/public/
Dfpdf_structtree.h24 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV
35 FPDF_StructTree_Close(FPDF_STRUCTTREE struct_tree);
45 FPDF_StructTree_CountChildren(FPDF_STRUCTTREE struct_tree);
56 FPDF_StructTree_GetChildAtIndex(FPDF_STRUCTTREE struct_tree, int index);
Dfpdfview.h53 typedef void* FPDF_STRUCTTREE; typedef
/external/pdfium/fpdfsdk/
Dfpdf_structtree.cpp17 CPDF_StructTree* ToStructTree(FPDF_STRUCTTREE struct_tree) { in ToStructTree()
40 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV
51 FPDF_StructTree_Close(FPDF_STRUCTTREE struct_tree) { in FPDF_StructTree_Close()
56 FPDF_StructTree_CountChildren(FPDF_STRUCTTREE struct_tree) { in FPDF_StructTree_CountChildren()
66 FPDF_StructTree_GetChildAtIndex(FPDF_STRUCTTREE struct_tree, int index) { in FPDF_StructTree_GetChildAtIndex()
Dfpdf_structtree_embeddertest.cpp18 FPDF_STRUCTTREE struct_tree = FPDF_StructTree_GetForPage(page); in TEST_F()
82 FPDF_STRUCTTREE struct_tree = FPDF_StructTree_GetForPage(page); in TEST_F()
98 FPDF_STRUCTTREE struct_tree = FPDF_StructTree_GetForPage(page); in TEST_F()
/external/pdfium/public/cpp/
Dfpdf_deleters.h44 inline void operator()(FPDF_STRUCTTREE tree) { FPDF_StructTree_Close(tree); } in operator()