Searched refs:yindex (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jccoefct.c | 150 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local 178 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data() 180 yoffset+yindex < compptr->last_row_height) { in compress_data() 350 int blkn, ci, xindex, yindex, yoffset; in compress_output() local 378 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output() 379 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
|
A D | jctrans.c | 281 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local 309 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output() 311 yindex+yoffset < compptr->last_row_height) { in compress_output() 313 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
|
A D | jdcoefct.c | 154 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local 194 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass() 196 yoffset+yindex < compptr->last_row_height) { in decompress_onepass() 250 int blkn, ci, xindex, yindex, yoffset; in consume_data() local 279 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data() 280 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 1389 int yindex; in gray_dump_cells() local 1392 for ( yindex = 0; yindex < ras.ycount; yindex++ ) in gray_dump_cells() 1397 printf( "%3d:", yindex ); in gray_dump_cells() 1411 int yindex; in gray_sweep() local 1423 for ( yindex = 0; yindex < ras.ycount; yindex++ ) in gray_sweep() 1425 PCell cell = ras.ycells[yindex]; in gray_sweep() 1443 gray_hline( RAS_VAR_ cell->x, yindex, area, 1 ); in gray_sweep() 1449 gray_hline( RAS_VAR_ x, yindex, cover * ( ONE_PIXEL * 2 ), in gray_sweep() 1859 int yindex; in gray_convert_glyph() local 1883 for ( yindex = 0; yindex < ras.ycount; yindex++ ) in gray_convert_glyph() [all …]
|
Completed in 11 milliseconds