OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LazyPixelRef
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/skia/ext/
lazy_pixel_ref.cc
11
LazyPixelRef
::
LazyPixelRef
() {
15
LazyPixelRef
::
LazyPixelRef
(const SkImageInfo& info) : SkPixelRef(info) {
18
LazyPixelRef
::~
LazyPixelRef
() {
lazy_pixel_ref.h
15
class SK_API
LazyPixelRef
: public SkPixelRef {
19
LazyPixelRef
();
22
explicit
LazyPixelRef
(const SkImageInfo& info);
23
virtual ~
LazyPixelRef
();
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.cpp
41
const char PlatformInstrumentation::DrawLazyPixelRefEvent[] = "Draw
LazyPixelRef
";
42
const char PlatformInstrumentation::DecodeLazyPixelRefEvent[] = "Decode
LazyPixelRef
";
44
const char PlatformInstrumentation::
LazyPixelRef
[] = "
LazyPixelRef
";
PlatformInstrumentation.h
56
: TraceEvent::TraceScopedTrackableObject<void*>(CategoryName,
LazyPixelRef
, instance)
69
static const char
LazyPixelRef
[];
120
TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent,
LazyPixelRef
, lazyPixelRefId);
125
TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent,
LazyPixelRef
, lazyPixelRefId);
130
TRACE_EVENT_END1(CategoryName, DecodeLazyPixelRefEvent,
LazyPixelRef
, lazyPixelRefId);
Completed in 190 milliseconds