Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test_dump_helper.cc33 const char* box_type, in DumpBoxInfo() argument
39 printf("Page %d: No %s.\n", page_idx, box_type); in DumpBoxInfo()
42 printf("Page %d: %s: %0.2f %0.2f %0.2f %0.2f\n", page_idx, box_type, in DumpBoxInfo()
/external/rust/crates/nom/tests/
Dmp4.rs275 fn box_type(input: &[u8]) -> IResult<&[u8], MP4BoxType> { in box_type() function
307 tag: box_type >>