Searched refs:serialized_layout_bounds (Results 1 – 1 of 1) sorted by relevance
454 std::unique_ptr<uint8_t[]> serialized_layout_bounds; in WriteNinePatch() local456 serialized_layout_bounds = nine_patch->SerializeLayoutBounds(&chunk_len); in WriteNinePatch()459 unknown_chunks[index].data = (png_bytep)serialized_layout_bounds.get(); in WriteNinePatch()