Searched refs:dst_row_bytes (Results 1 – 1 of 1) sorted by relevance
236 const size_t dst_row_bytes = SkAlign4(dst_info.minRowBytes()); in ReleaseBitmapForBuffer() local237 DCHECK_EQ(0u, dst_row_bytes % 4); in ReleaseBitmapForBuffer()238 bool success = bitmap->readPixels(dst_info, buffer, dst_row_bytes, 0, 0); in ReleaseBitmapForBuffer()