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

  /art/runtime/gc/space/
space.cc 121 accounting::ContinuousSpaceBitmap* new_bitmap = temp_bitmap_.release(); local
122 Runtime::Current()->GetHeap()->GetMarkBitmap()->ReplaceBitmap(mark_bitmap_.get(), new_bitmap);
124 mark_bitmap_.reset(new_bitmap);
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.cc 35 SkBitmap new_bitmap = orig_bitmap; local
49 orig_bitmap.extractSubset(&new_bitmap,
54 orig_bitmap.extractSubset(&new_bitmap,
58 new_bitmap = skia::ImageOperations::Resize(
83 new_bitmap = skia::ImageOperations::Resize(
90 *resized_bitmap_out = new_bitmap;

Completed in 831 milliseconds