OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageSkiaStorage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/image/
image_skia.cc
51
// refptr instance of
ImageSkiaStorage
, which in turn holds all of ImageSkia's
54
// the 'thread-non-safe modifiable
ImageSkiaStorage
' into
55
// the 'thread-safe read-only
ImageSkiaStorage
'.
56
class
ImageSkiaStorage
: public base::RefCountedThreadSafe<
ImageSkiaStorage
>,
59
ImageSkiaStorage
(ImageSkiaSource* source, const gfx::Size& size)
65
ImageSkiaStorage
(ImageSkiaSource* source, float scale)
113
ImageSkiaStorage
* non_const = const_cast<
ImageSkiaStorage
*>(this);
165
virtual ~
ImageSkiaStorage
() {
[
all
...]
image_skia.h
22
class
ImageSkiaStorage
;
90
// Returns true if this object is backed by the same
ImageSkiaStorage
as
155
// Initialize
ImageSkiaStorage
with passed in parameters.
170
scoped_refptr<internal::
ImageSkiaStorage
> storage_;
Completed in 617 milliseconds