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 34 SkBitmap new_bitmap = orig_bitmap; local
48 orig_bitmap.extractSubset(&new_bitmap,
53 orig_bitmap.extractSubset(&new_bitmap,
57 new_bitmap = skia::ImageOperations::Resize(
82 new_bitmap = skia::ImageOperations::Resize(
89 *resized_bitmap_out = new_bitmap;

Completed in 99 milliseconds