OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageCount
(Results
1 - 5
of
5
) 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
...]
/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 3514 milliseconds