OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexY
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp
191
int
indexY
= row * width + (i << 1);
193
yRows[
indexY
] = yuvSeg[0];
194
yRows[
indexY
+ 1] = yuvSeg[2];
/external/webkit/WebKit/android/jni/
PictureSet.cpp
588
for (int
indexY
= 0;
indexY
< down; ) {
589
int bottom = bounds.fTop + height * ++
indexY
/ down;
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 56 milliseconds