OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyPixelRefUtils
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/skia/ext/
lazy_pixel_ref_utils.h
16
class SK_API
LazyPixelRefUtils
{
29
typedef std::vector<
LazyPixelRefUtils
::PositionLazyPixelRef> LazyPixelRefList;
lazy_pixel_ref_utils_unittest.cc
192
std::vector<skia::
LazyPixelRefUtils
::PositionLazyPixelRef> pixel_refs;
193
skia::
LazyPixelRefUtils
::GatherPixelRefs(picture.get(), &pixel_refs);
245
std::vector<skia::
LazyPixelRefUtils
::PositionLazyPixelRef> pixel_refs;
246
skia::
LazyPixelRefUtils
::GatherPixelRefs(picture.get(), &pixel_refs);
291
std::vector<skia::
LazyPixelRefUtils
::PositionLazyPixelRef> pixel_refs;
292
skia::
LazyPixelRefUtils
::GatherPixelRefs(picture.get(), &pixel_refs);
342
std::vector<skia::
LazyPixelRefUtils
::PositionLazyPixelRef> pixel_refs;
343
skia::
LazyPixelRefUtils
::GatherPixelRefs(picture.get(), &pixel_refs);
392
std::vector<skia::
LazyPixelRefUtils
::PositionLazyPixelRef> pixel_refs;
393
skia::
LazyPixelRefUtils
::GatherPixelRefs(picture.get(), &pixel_refs)
[
all
...]
lazy_pixel_ref_utils.cc
30
std::vector<
LazyPixelRefUtils
::PositionLazyPixelRef>* pixel_refs)
37
LazyPixelRefUtils
::PositionLazyPixelRef position_pixel_ref;
46
std::vector<
LazyPixelRefUtils
::PositionLazyPixelRef>* pixel_refs_;
392
void
LazyPixelRefUtils
::GatherPixelRefs(
/external/chromium_org/cc/resources/
picture.cc
267
skia::
LazyPixelRefUtils
::GatherPixelRefs(picture_.get(), &pixel_refs);
Completed in 2693 milliseconds