Searched refs:tiles (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/perf_bench/ |
A D | bm_hexiom.py | 71 if tiles[v] == 0: 215 self.tiles = tiles 227 left = pos.tiles[:] 365 tiles = pos.tiles[:] 374 tiles[num] -= 1 435 tiles = pos.tiles 439 if tiles[i] > 0: 440 tot += tiles[i] 442 tiles[i] = 0 461 tiles = 8 * [0] [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2pdf.c | 2152 && (tiles.tiles_edgetilewidth != 0) ){ in t2p_tile_is_right_edge() 2166 if( ((tile+1) > (tiles.tiles_tilecount-tiles.tiles_tilecountx) ) in t2p_tile_is_bottom_edge() 2167 && (tiles.tiles_edgetilelength != 0) ){ in t2p_tile_is_bottom_edge() 2181 return(t2p_tile_is_right_edge(tiles, tile) | t2p_tile_is_bottom_edge(tiles, tile) ); in t2p_tile_is_edge() 2191 return(t2p_tile_is_right_edge(tiles, tile) & t2p_tile_is_bottom_edge(tiles, tile) ); in t2p_tile_is_corner_edge() 4448 T2P_TILE* tiles=NULL; in t2p_compose_pdf_page() local 4546 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page() 4564 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page() 4580 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page() 4595 boxp=&(tiles[i2*tilecountx+i].tile_box); in t2p_compose_pdf_page() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_write.c | 569 TIFFWriteCheck(TIFF* tif, int tiles, const char* module) in TIFFWriteCheck() argument 575 if (tiles ^ isTiled(tif)) { in TIFFWriteCheck() 576 TIFFErrorExt(tif->tif_clientdata, module, tiles ? in TIFFWriteCheck()
|
A D | tif_read.c | 1512 TIFFCheckRead(TIFF* tif, int tiles) in TIFFCheckRead() argument 1518 if (tiles ^ isTiled(tif)) { in TIFFCheckRead() 1519 TIFFErrorExt(tif->tif_clientdata, tif->tif_name, tiles ? in TIFFCheckRead()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 11336 png_uint_32 tiles = height>>3; in png_pass_rows() local 11344 rows += tiles; in png_pass_rows() 11355 png_uint_32 tiles = width>>3; in png_pass_cols() local 11363 cols += tiles; in png_pass_cols()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2008 all tiles/strips to include quantization tables even when the jpegtablesmode 2260 * libtiff/tif_write.c: Fix bug rewriting image tiles in a 2911 converting JPEG encoded tiles. 3086 to support operating on strips/tiles of more than 256MB. 7175 tiles files to avoid error about it not matching the 7284 tiles that don't start on a tile boundary. Fix contributed by 7950 fixed sized tiles and strips. Code mods disabled by default, only
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 3221 e4e36cc6 Merge "Mux: Allow only some frames/tiles to have alpha." 3223 97649c8f Mux: Allow only some frames/tiles to have alpha. 3236 b494ad50 Mux: only allow adding frame/tiles at the end. 3510 a87fc3f6 Merge "mux: ensure # images = # tiles" 3514 326a3c6b mux: ensure # images = # tiles
|
Completed in 46 milliseconds