OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagecount
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp
101
int
imageCount
= m_reader->
imageCount
();
103
// Fixup for Qt decoders...
imageCount
() is wrong
106
if (!
imageCount
)
109
m_frameBufferCache.resize(
imageCount
);
226
int
imageCount
= 0;
229
m_frameBufferCache.resize(++
imageCount
);
230
} while (internalHandleCurrentImage(
imageCount
- 1));
236
m_frameBufferCache.resize(
imageCount
- 1);
239
if (
imageCount
== 1
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java
75
int
imageCount
= mDragSelection.size();
79
mDragSelection.toArray(new SelectionItem[
imageCount
]),
GestureManager.java
760
int
imageCount
= mDragSelection.size();
764
mDragSelection.toArray(new SelectionItem[
imageCount
]),
775
if (!e.doit || (
imageCount
== 1
797
List<Rectangle> rectangles = new ArrayList<Rectangle>(
imageCount
);
798
if (
imageCount
> 0) {
[
all
...]
/external/giflib/
gifalloc.c
313
GifFile->
ImageCount
--;
314
sp = &GifFile->SavedImages[GifFile->
ImageCount
];
351
sizeof(SavedImage) * (GifFile->
ImageCount
+ 1));
356
sp = &GifFile->SavedImages[GifFile->
ImageCount
++];
429
sp < GifFile->SavedImages + GifFile->
ImageCount
; sp++) {
dgif_lib.c
386
(GifFile->
ImageCount
+ 1))) == NULL) {
398
sp = &GifFile->SavedImages[GifFile->
ImageCount
];
413
GifFile->
ImageCount
++;
[
all
...]
gif_lib.h
89
int
ImageCount
; /* Number of current image */
/external/skia/src/images/
SkMovie_gif.cpp
91
for (int i = 0; i < fGIF->
ImageCount
; i++)
107
for (int i = 0; i < fGIF->
ImageCount
; i++)
116
fCurrIndex = fGIF->
ImageCount
- 1;
347
if (gif->
ImageCount
< 1) {
387
} else if (lastIndex > fGIF->
ImageCount
- 1) {
389
lastIndex = fGIF->
ImageCount
- 1;
SkImageDecoder_libgif.cpp
190
if (gif->
ImageCount
< 1) { // sanity check
191
return error_return(gif, *bm, "
ImageCount
< 1");
206
SavedImage* image = &gif->SavedImages[gif->
ImageCount
-1];
/packages/apps/Gallery/src/com/android/camera/
ImageGetter.java
157
int
imageCount
= mImageList.getCount();
164
if (imageNumber >= 0 && imageNumber <
imageCount
) {
192
if (imageNumber >= 0 && imageNumber <
imageCount
) {
/external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp
550
int
imageCount
= 0;
560
globalOffsetX, globalOffsetY, &rects, &
imageCount
) == false)
597
baseline,
imageCount
, ++rectIndex);
[
all
...]
Completed in 1000 milliseconds