OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiscardablePixelRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.h
39
// Class for allocating the
DiscardablePixelRef
object.
48
class PLATFORM_EXPORT
DiscardablePixelRef
: public SkPixelRef {
50
DiscardablePixelRef
(const SkImageInfo&, PassOwnPtr<SkMutex>);
51
~
DiscardablePixelRef
();
DiscardablePixelRef.cpp
27
#include "platform/graphics/
DiscardablePixelRef
.h"
55
SkAutoTUnref<
DiscardablePixelRef
> pixelRef(new
DiscardablePixelRef
(info, adoptPtr(new SkMutex())));
59
// This method is only called when a
DiscardablePixelRef
is created to back a SkBitmap.
71
DiscardablePixelRef
::
DiscardablePixelRef
(const SkImageInfo& info, PassOwnPtr<SkMutex> mutex)
78
DiscardablePixelRef
::~
DiscardablePixelRef
()
82
bool
DiscardablePixelRef
::allocAndLockDiscardableMemory(size_t bytes)
92
void*
DiscardablePixelRef
::onLockPixels(SkColorTable** ctable
[
all
...]
Completed in 32 milliseconds