/external/chromium_org/skia/ext/ |
D | lazy_pixel_ref.cc | 11 LazyPixelRef::LazyPixelRef() { in LazyPixelRef() function in skia::LazyPixelRef 15 LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) { in LazyPixelRef() function in skia::LazyPixelRef 18 LazyPixelRef::~LazyPixelRef() { in ~LazyPixelRef()
|
D | lazy_pixel_ref.h | 15 class SK_API LazyPixelRef : public SkPixelRef { 19 LazyPixelRef(); 22 explicit LazyPixelRef(const SkImageInfo& info); 23 virtual ~LazyPixelRef();
|
D | lazy_pixel_ref_utils.h | 15 class LazyPixelRef; variable 20 skia::LazyPixelRef* lazy_pixel_ref;
|
D | lazy_pixel_ref_utils.cc | 39 static_cast<skia::LazyPixelRef*>(pixel_ref); in Add()
|
D | lazy_pixel_ref_utils_unittest.cc | 42 class TestLazyPixelRef : public skia::LazyPixelRef {
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformInstrumentation.h | 56 : TraceEvent::TraceScopedTrackableObject<void*>(CategoryName, LazyPixelRef, instance) in LazyPixelRefTracker() 69 static const char LazyPixelRef[]; variable 120 TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId); in didDrawLazyPixelRef() 125 TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId); in willDecodeLazyPixelRef() 130 TRACE_EVENT_END1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId); in didDecodeLazyPixelRef()
|
D | PlatformInstrumentation.cpp | 44 const char PlatformInstrumentation::LazyPixelRef[] = "LazyPixelRef"; member in WebCore::PlatformInstrumentation
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | LazyDecodingPixelRef.h | 39 using skia::LazyPixelRef; 48 class LazyDecodingPixelRef : public LazyPixelRef { 61 virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&);
|
D | LazyDecodingPixelRef.cpp | 37 : LazyPixelRef(info) in LazyDecodingPixelRef() 108 bool LazyDecodingPixelRef::PrepareToDecode(const LazyPixelRef::PrepareParams& params) in PrepareToDecode()
|
/external/chromium_org/cc/resources/ |
D | picture.h | 43 typedef std::vector<skia::LazyPixelRef*> PixelRefs; 90 skia::LazyPixelRef* operator->() const { 95 skia::LazyPixelRef* operator*() const {
|
D | picture_pile_impl.h | 90 skia::LazyPixelRef* operator->() const { return *pixel_ref_iterator_; } 91 skia::LazyPixelRef* operator*() const { return *pixel_ref_iterator_; }
|
D | tile_manager.h | 157 skia::LazyPixelRef* pixel_ref, 175 Tile* tile, skia::LazyPixelRef* pixel_ref);
|
D | raster_worker_pool.h | 21 class LazyPixelRef; variable 207 skia::LazyPixelRef* pixel_ref,
|
D | raster_worker_pool.cc | 256 ImageDecodeWorkerPoolTaskImpl(skia::LazyPixelRef* pixel_ref, in ImageDecodeWorkerPoolTaskImpl() 280 skia::RefPtr<skia::LazyPixelRef> pixel_ref_; 454 skia::LazyPixelRef* pixel_ref, in CreateImageDecodeTask()
|
D | tile_manager.cc | 837 Tile* tile, skia::LazyPixelRef* pixel_ref) { in CreateImageDecodeTask() 862 skia::LazyPixelRef* pixel_ref = *iter; in CreateRasterTask() 900 skia::LazyPixelRef* pixel_ref, in OnImageDecodeTaskCompleted()
|
/external/chromium_org/cc/test/ |
D | skia_common.h | 37 class TestLazyPixelRef : public skia::LazyPixelRef {
|
D | skia_common.cc | 35 : skia::LazyPixelRef(info), in TestLazyPixelRef()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTimelineAgent.cpp | 367 …dispatcher->addListener(PlatformInstrumentation::LazyPixelRef, TRACE_EVENT_PHASE_DELETE_OBJECT, th… in innerStart() 993 unsigned long long pixelRefId = event.asUInt(PlatformInstrumentation::LazyPixelRef); in onDecodeLazyPixelRefBegin() 1006 unsigned long long pixelRefId = event.asUInt(PlatformInstrumentation::LazyPixelRef); in onDrawLazyPixelRef()
|