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

/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp454 std::unique_ptr<uint8_t[]> serialized_layout_bounds; local
456 serialized_layout_bounds = nine_patch->SerializeLayoutBounds(&chunk_len);
459 unknown_chunks[index].data = (png_bytep)serialized_layout_bounds.get();

Completed in 32 milliseconds