HomeSort by relevance Sort by last modified time
    Searched defs:tile_pixels (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
shear.c 821 *magick_restrict tile_pixels;
836 tile_pixels=p+((height-1)*width+y)*GetPixelChannels(image);
842 if (GetPixelReadMask(image,tile_pixels) == 0)
844 tile_pixels-=width*GetPixelChannels(image);
857 SetPixelChannel(rotate_image,channel,tile_pixels[i],q);
859 tile_pixels-=width*GetPixelChannels(image);
1035 *magick_restrict tile_pixels;
1049 tile_pixels=p+((width-1)-y)*GetPixelChannels(image);
1055 if (GetPixelReadMask(image,tile_pixels) == 0)
817 *magick_restrict tile_pixels; local
1031 *magick_restrict tile_pixels; local
    [all...]
  /external/ImageMagick/coders/
tiff.c 1892 *tile_pixels, local
    [all...]

Completed in 298 milliseconds