OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images_count
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
default_images_view.cc
146
int
images_count
= static_cast<int>(default_images_.size());
local
147
if (image_index < 0 || image_index >=
images_count
) {
/external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h
170
int
images_count
; /* Counted all frames seen so far (including incomplete frames) */
member in struct:GIFImageReader
189
global_colormap_size = images_decoded =
images_count
= 0;
GIFImageDecoder.cpp
87
m_frameBufferCache.resize(reader.
images_count
);
88
for (int i = 0; i < reader.
images_count
; ++i)
GIFImageReader.cpp
162
!clientptr->haveDecodedRow(
images_count
- 1, frame_reader->rowbuf, frame_reader->rowend,
760
images_count
= images_decoded + 1;
/external/v8/src/
platform-macos.cc
254
unsigned int
images_count
= _dyld_image_count();
local
255
for (unsigned int i = 0; i <
images_count
; ++i) {
Completed in 197 milliseconds