Searched refs:FPDF_STRUCTTREE (Results 1 – 5 of 5) sorted by relevance
24 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV35 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);
53 typedef void* FPDF_STRUCTTREE; typedef
17 CPDF_StructTree* ToStructTree(FPDF_STRUCTTREE struct_tree) { in ToStructTree()40 FPDF_EXPORT FPDF_STRUCTTREE FPDF_CALLCONV51 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()
18 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()
44 inline void operator()(FPDF_STRUCTTREE tree) { FPDF_StructTree_Close(tree); } in operator()