Searched refs:bmpSize (Results 1 – 2 of 2) sorted by relevance
58 const size_t bmpSize = sizeof(BITMAPINFOHEADER) + w * h * sizeof(uint32_t); in resize() local59 fSurfaceMemory.reset(bmpSize); in resize()
199 size_t bmpSize = area * sizeof(SkPMColor); // assume 32bit pixels in should_tile_image_id() local201 if (bmpSize < cacheSize / 2) { in should_tile_image_id()214 return usedTileBytes * 2 < bmpSize; in should_tile_image_id()