OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_bitmap_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
caching_bitmap_content_layer_updater.cc
50
pixels_did_change_ = new_bitmap.config() !=
cached_bitmap_
.config() ||
51
new_bitmap.height() !=
cached_bitmap_
.height() ||
52
new_bitmap.width() !=
cached_bitmap_
.width() ||
54
cached_bitmap_
.getPixels(),
58
new_bitmap.deepCopyTo(&
cached_bitmap_
, new_bitmap.config());
caching_bitmap_content_layer_updater.h
39
SkBitmap
cached_bitmap_
;
member in class:cc::CachingBitmapContentLayerUpdater
Completed in 67 milliseconds