Searched refs:ystart (Results 1 - 5 of 5) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c245 png_uint_32 ystart, xstart, ystep, xstep; local
265 ystart = PNG_PASS_START_ROW(pass);
272 ystart = xstart = 0;
280 for (py = ystart; py < height; py += ystep)
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.cpp267 int ystart = jas_image_cmpttly( m_image, cmpt ); local
277 for( y = 0; y < yend - ystart; )
329 int ystart = jas_image_cmpttly( m_image, cmpt ); local
339 for( y = 0; y < yend - ystart; )
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py943 for xstart, ystart, xstep, ystep in _adam7:
950 for y in range(ystart, self.height, ystep):
1572 for xstart, ystart, xstep, ystep in _adam7:
1574 # xstart, ystart, xstep, ystep)
1585 for y in range(ystart, self.height, ystep):
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c1209 static void vgamem_fill_pl4(xstart,ystart,cols,nbcols,cheight,attr)
1210 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr;
1215 dest=ystart*cheight*nbcols+xstart;
1243 static void vgamem_fill_cga(xstart,ystart,cols,nbcols,cheight,attr)
1244 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr;
1249 dest=((ystart*cheight*nbcols)>>1)+xstart;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 220 milliseconds