HomeSort by relevance Sort by last modified time
    Searched defs:rasterized_pixel_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/debug/
rendering_stats.h 53 int64 rasterized_pixel_count; member in struct:cc::ImplThreadRenderingStats
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 253 int rasterized_pixel_count = 0; local
260 rasterized_pixel_count = picture->Raster(
273 rasterized_pixel_count);
276 rasterized_pixel_count);

Completed in 404 milliseconds