HomeSort by relevance Sort by last modified time
    Searched refs:LazyPixelRef (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/skia/ext/
lazy_pixel_ref.cc 9 LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) {
12 LazyPixelRef::~LazyPixelRef() {
lazy_pixel_ref.h 15 class SK_API LazyPixelRef : public SkPixelRef {
17 explicit LazyPixelRef(const SkImageInfo& info);
18 virtual ~LazyPixelRef();
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
LazyDecodingPixelRef.h 39 using skia::LazyPixelRef;
48 class LazyDecodingPixelRef FINAL : public LazyPixelRef {
61 virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&) OVERRIDE;
LazyDecodingPixelRef.cpp 37 : LazyPixelRef(info)
111 bool LazyDecodingPixelRef::PrepareToDecode(const LazyPixelRef::PrepareParams& params)
  /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);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingTimelineModel.js 89 DrawLazyPixelRef: "Draw LazyPixelRef",
90 DecodeLazyPixelRef: "Decode LazyPixelRef",
92 LazyPixelRef: "LazyPixelRef",
433 paintImageEvent = decodeLazyPixelRefEvent && this._paintImageEventByPixelRefId[decodeLazyPixelRefEvent.args["LazyPixelRef"]];
445 this._paintImageEventByPixelRefId[event.args["LazyPixelRef"]] = paintImageEvent;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 368 dispatcher->addListener(PlatformInstrumentation::LazyPixelRef, TRACE_EVENT_PHASE_DELETE_OBJECT, this, &InspectorTimelineAgent::onLazyPixelRefDeleted, m_client);
    [all...]

Completed in 555 milliseconds