Home | History | Annotate | Download | only in coders

Lines Matching refs:TILE_WIDTH

164 #define TILE_WIDTH   64
634 ntile_cols=(width+TILE_WIDTH-1)/TILE_WIDTH;
651 offset2=(MagickOffsetType) (offset + TILE_WIDTH * TILE_WIDTH * 4* 1.5);
660 (int) width % TILE_WIDTH : TILE_WIDTH);
662 tile_image_width=TILE_WIDTH;
692 MagickTrue,destLeft * TILE_WIDTH,destTop*TILE_HEIGHT,exception);