OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_pixel_refs_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture.h
91
DCHECK_LT(current_index_,
current_pixel_refs_
->size());
92
return (*
current_pixel_refs_
)[current_index_];
96
DCHECK_LT(current_index_,
current_pixel_refs_
->size());
97
return (*
current_pixel_refs_
)[current_index_];
102
return current_index_ <
current_pixel_refs_
->size();
108
const PixelRefs*
current_pixel_refs_
;
member in class:cc::Picture::PixelRefIterator
picture.cc
356
current_pixel_refs_
(empty_pixel_refs_.Pointer()),
368
current_pixel_refs_
(empty_pixel_refs_.Pointer()),
416
if (current_index_ <
current_pixel_refs_
->size())
429
current_pixel_refs_
= empty_pixel_refs_.Pointer();
442
current_pixel_refs_
= &iter->second;
Completed in 260 milliseconds