OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiscardablePixelRefAllocator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DiscardablePixelRef.h
40
class PLATFORM_EXPORT
DiscardablePixelRefAllocator
: public SkBitmap::Allocator {
DiscardablePixelRef.cpp
42
bool
DiscardablePixelRefAllocator
::allocPixelRef(SkBitmap* dst, SkColorTable* ctable)
ImageFrameGenerator.cpp
55
, m_allocator(adoptPtr(new
DiscardablePixelRefAllocator
()))
ImageFrameGeneratorTest.cpp
431
, m_defaultAllocator(adoptPtr(new
DiscardablePixelRefAllocator
()))
Completed in 36 milliseconds