Searched refs:dst_info (Results 1 – 1 of 1) sorted by relevance
231 SkImageInfo dst_info = bitmap->info(); in ReleaseBitmapForBuffer() local232 dst_info.fColorType = buffer_color_type; in ReleaseBitmapForBuffer()236 const size_t dst_row_bytes = SkAlign4(dst_info.minRowBytes()); in ReleaseBitmapForBuffer()238 bool success = bitmap->readPixels(dst_info, buffer, dst_row_bytes, 0, 0); in ReleaseBitmapForBuffer()