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

  /external/ImageMagick/coders/
xtrn.c 147 **image_ptr;
155 image_ptr=(Image **) param2;
156 if (*image_ptr != (Image *) NULL)
157 image=CloneImage(*image_ptr,0,0,MagickFalse,exception);
444 **image_ptr;
454 image_ptr=(Image **) param2;
456 (image_ptr != (Image **) NULL))
458 *image_ptr=CloneImage(image,0,0,MagickFalse,exception);
144 **image_ptr; local
438 **image_ptr; local
  /external/libjpeg-turbo/
rdbmp.c 129 JSAMPARRAY image_ptr; local
136 image_ptr = (*cinfo->mem->access_virt_sarray)
141 inptr = image_ptr[0];
159 JSAMPARRAY image_ptr; local
165 image_ptr = (*cinfo->mem->access_virt_sarray)
172 inptr = image_ptr[0];
190 JSAMPARRAY image_ptr; local
196 image_ptr = (*cinfo->mem->access_virt_sarray)
202 inptr = image_ptr[0];
228 JSAMPARRAY image_ptr; local
    [all...]
wrbmp.c 90 JSAMPARRAY image_ptr; local
96 image_ptr = (*cinfo->mem->access_virt_sarray)
105 outptr = image_ptr[0];
144 JSAMPARRAY image_ptr; local
150 image_ptr = (*cinfo->mem->access_virt_sarray)
157 outptr = image_ptr[0];
387 JSAMPARRAY image_ptr; local
406 image_ptr = (*cinfo->mem->access_virt_sarray)
408 data_ptr = image_ptr[0];
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1151 auto image_ptr = new int[static_cast<std::size_t>(imgSize)][3]; variable
1155 as_multi_span(as_multi_span(image_ptr, imgSize), dim(height), dim(width), dim<3>());
    [all...]

Completed in 141 milliseconds