Searched refs:xstart (Results 1 – 3 of 3) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | grfmt_jpeg2000.cpp | 263 int xstart = jas_image_cmpttlx( m_image, cmpt ); in ReadComponent8u() local 285 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u() 291 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u() 298 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent8u() 304 for( x = 0, j = 0; x < xend - xstart; j++ ) in ReadComponent8u() 313 for( x = 0; x < xend - xstart; x++ ) in ReadComponent8u() 325 int xstart = jas_image_cmpttlx( m_image, cmpt ); in ReadComponent16u() local 347 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u() 353 for( x = 0; x < xend - xstart; x++ ) in ReadComponent16u() 360 for( x = 0, j = 0; x < xend - xstart; x += 2, j++ ) in ReadComponent16u() [all …]
|
/external/qemu-pc-bios/vgabios/ |
D | vgabios.c | 1192 static void vgamem_copy_pl4(xstart,ysrc,ydest,cols,nbcols,cheight) in vgamem_copy_pl4() argument 1193 Bit8u xstart;Bit8u ysrc;Bit8u ydest;Bit8u cols;Bit8u nbcols;Bit8u cheight; in vgamem_copy_pl4() 1198 src=ysrc*cheight*nbcols+xstart; 1199 dest=ydest*cheight*nbcols+xstart; 1209 static void vgamem_fill_pl4(xstart,ystart,cols,nbcols,cheight,attr) in vgamem_fill_pl4() argument 1210 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr; in vgamem_fill_pl4() 1215 dest=ystart*cheight*nbcols+xstart; 1225 static void vgamem_copy_cga(xstart,ysrc,ydest,cols,nbcols,cheight) in vgamem_copy_cga() argument 1226 Bit8u xstart;Bit8u ysrc;Bit8u ydest;Bit8u cols;Bit8u nbcols;Bit8u cheight; in vgamem_copy_cga() 1231 src=((ysrc*cheight*nbcols)>>1)+xstart; [all …]
|
/external/icu4c/test/intltest/ |
D | usettest.cpp | 1473 UChar32 xstart = DATA[i+2]; in TestInvalidCodePoint() local 1480 set, xstart, xend); in TestInvalidCodePoint() 1485 set, xstart, xend); in TestInvalidCodePoint() 1498 set, xstart, xend); in TestInvalidCodePoint() 1503 set, xstart, xend); in TestInvalidCodePoint() 1511 set, xstart, xend); in TestInvalidCodePoint() 1517 set, xstart, xend); in TestInvalidCodePoint()
|