OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PixelRefIterator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/resources/
picture_pile_impl.h
83
class CC_EXPORT
PixelRefIterator
{
85
PixelRefIterator
(gfx::Rect content_rect,
88
~
PixelRefIterator
();
92
PixelRefIterator
& operator++();
101
Picture::
PixelRefIterator
pixel_ref_iterator_;
109
friend class
PixelRefIterator
;
picture.cc
375
Picture::
PixelRefIterator
::empty_pixel_refs_;
377
Picture::
PixelRefIterator
::
PixelRefIterator
()
387
Picture::
PixelRefIterator
::
PixelRefIterator
(
434
Picture::
PixelRefIterator
::~
PixelRefIterator
() {
437
Picture::
PixelRefIterator
& Picture::
PixelRefIterator
::operator++() {
picture_pile_impl.cc
354
PicturePileImpl::
PixelRefIterator
::
PixelRefIterator
(
371
PicturePileImpl::
PixelRefIterator
::~
PixelRefIterator
() {
374
PicturePileImpl::
PixelRefIterator
&
375
PicturePileImpl::
PixelRefIterator
::operator++() {
385
void PicturePileImpl::
PixelRefIterator
::AdvanceToTilePictureWithPixelRefs() {
398
pixel_ref_iterator_ = Picture::
PixelRefIterator
(layer_rect_, picture);
picture.h
84
class CC_EXPORT
PixelRefIterator
{
86
PixelRefIterator
();
87
PixelRefIterator
(gfx::Rect layer_rect, const Picture* picture);
88
~
PixelRefIterator
();
100
PixelRefIterator
& operator++();
154
friend class
PixelRefIterator
;
Completed in 68 milliseconds