OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyPixelRef
(Results
1 - 18
of
18
) 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
();
lazy_pixel_ref_utils.h
15
class
LazyPixelRef
;
20
skia::
LazyPixelRef
* lazy_pixel_ref;
lazy_pixel_ref_utils.cc
39
static_cast<skia::
LazyPixelRef
*>(pixel_ref);
lazy_pixel_ref_utils_unittest.cc
42
class TestLazyPixelRef : public skia::
LazyPixelRef
{
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
LazyDecodingPixelRef.h
39
using skia::
LazyPixelRef
;
48
class LazyDecodingPixelRef : public
LazyPixelRef
{
61
virtual bool PrepareToDecode(const
LazyPixelRef
::PrepareParams&);
LazyDecodingPixelRef.cpp
37
:
LazyPixelRef
(info)
108
bool LazyDecodingPixelRef::PrepareToDecode(const
LazyPixelRef
::PrepareParams& params)
/external/chromium_org/third_party/WebKit/Source/platform/
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);
PlatformInstrumentation.cpp
41
const char PlatformInstrumentation::DrawLazyPixelRefEvent[] = "Draw
LazyPixelRef
";
42
const char PlatformInstrumentation::DecodeLazyPixelRefEvent[] = "Decode
LazyPixelRef
";
44
const char PlatformInstrumentation::
LazyPixelRef
[] = "
LazyPixelRef
";
/external/chromium_org/cc/resources/
picture.h
43
typedef std::vector<skia::
LazyPixelRef
*> PixelRefs;
90
skia::
LazyPixelRef
* operator->() const {
95
skia::
LazyPixelRef
* operator*() const {
picture_pile_impl.h
90
skia::
LazyPixelRef
* operator->() const { return *pixel_ref_iterator_; }
91
skia::
LazyPixelRef
* operator*() const { return *pixel_ref_iterator_; }
tile_manager.h
157
skia::
LazyPixelRef
* pixel_ref,
175
Tile* tile, skia::
LazyPixelRef
* pixel_ref);
raster_worker_pool.h
21
class
LazyPixelRef
;
207
skia::
LazyPixelRef
* pixel_ref,
raster_worker_pool.cc
256
ImageDecodeWorkerPoolTaskImpl(skia::
LazyPixelRef
* pixel_ref,
280
skia::RefPtr<skia::
LazyPixelRef
> pixel_ref_;
454
skia::
LazyPixelRef
* pixel_ref,
tile_manager.cc
837
Tile* tile, skia::
LazyPixelRef
* pixel_ref) {
862
skia::
LazyPixelRef
* pixel_ref = *iter;
900
skia::
LazyPixelRef
* pixel_ref,
[
all
...]
/external/chromium_org/cc/test/
skia_common.h
37
class TestLazyPixelRef : public skia::
LazyPixelRef
{
skia_common.cc
35
: skia::
LazyPixelRef
(info),
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
367
dispatcher->addListener(PlatformInstrumentation::
LazyPixelRef
, TRACE_EVENT_PHASE_DELETE_OBJECT, this, &InspectorTimelineAgent::onLazyPixelRefDeleted, m_client);
[
all
...]
Completed in 2284 milliseconds