HomeSort by relevance Sort by last modified time
    Searched full:imageinfo (Results 326 - 350 of 375) sorted by null

<<1112131415

  /external/skia/src/gpu/
SkGpuDevice.cpp 234 // TODO: teach fRenderTarget to take ImageInfo directly to specify the src pixels
251 // TODO: teach fRenderTarget to take ImageInfo directly to specify the src pixels
327 this->context(), budgeted, this->imageInfo(), fRenderTarget->desc().fSampleCnt,
    [all...]
  /external/skia/tests/
WritePixelsTest.cpp 187 const SkImageInfo canvasInfo = canvas->imageInfo();
SkpSkGrTest.cpp 460 grBitmap.allocPixels(grCanvas.imageInfo());
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /external/ImageMagick/MagickCore/
opencl.c 1032 ImageInfo
1033 *imageInfo;
1039 imageInfo=AcquireImageInfo();
1040 CloneString(&imageInfo->size,"2048x1536");
1041 CopyMagickString(imageInfo->filename,"xc:none",MagickPathExtent);
1042 inputImage=ReadImage(imageInfo,exception);
    [all...]
cipher.c 657 quantum_info=AcquireQuantumInfo((const ImageInfo *) NULL,image);
878 quantum_info=AcquireQuantumInfo((const ImageInfo *) NULL,image);
    [all...]
matrix.c 108 % AcquireMatrixInfo() allocates the ImageInfo structure.
948 image=AcquireImage((ImageInfo *) NULL,exception);
    [all...]
xwindow.c 553 annotate_image=AcquireImage((ImageInfo *) NULL,exception);
    [all...]
artifact.c 304 if ((image->image_info != (ImageInfo *) NULL) &&
display.c     [all...]
  /external/ImageMagick/MagickWand/
operation.c 140 static inline Image *GetImageCache(const ImageInfo *image_info,const char *path,
152 ImageInfo
798 but also ImageInfo and _quantize_info method!
    [all...]
display.c 79 % MagickBooleanType DisplayImageCommand(ImageInfo *image_info,int argc,
266 WandExport MagickBooleanType DisplayImageCommand(ImageInfo *image_info,
354 assert(image_info != (ImageInfo *) NULL);
    [all...]
  /external/ImageMagick/Magick++/
ChangeLog 94 Image/ImageInfo depth member and retrieves the value of the Image
219 rather than ImageInfo if the Image is valid.
303 * lib/Image.cpp (type): Set the ImageInfo type attribute when
730 longer drawn from ImageInfo. MontageInfo structure is entirely
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 191 ImageInfo
627 clone_info->image_info=CloneImageInfo((ImageInfo *) NULL);
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 191 ImageInfo
627 clone_info->image_info=CloneImageInfo((ImageInfo *) NULL);
    [all...]
  /external/ImageMagick/coders/
pattern.c     [all...]
  /external/skia/bench/
nanobench.cpp 147 bmp->setInfo(canvas->imageInfo());
273 kUnknown_SkColorType == target->getCanvas()->imageInfo().colorType()) {
    [all...]
  /external/ImageMagick/ImageMagick/api/
quantize.html 125 QuantizeInfo *AcquireQuantizeInfo(const ImageInfo *image_info)
  /external/ImageMagick/www/api/
quantize.html 129 QuantizeInfo *AcquireQuantizeInfo(const ImageInfo *image_info)
quantize.php 125 QuantizeInfo *AcquireQuantizeInfo(const ImageInfo *image_info)
  /external/skia/include/codec/
SkCodec.h 97 * Return the ImageInfo associated with this codec.
  /external/skia/src/core/
SkCanvas.cpp 354 fDst.reset(fDevice->imageInfo(), nullptr, 0);
    [all...]
  /external/skia/src/svg/
SkSVGDevice.cpp 594 SkImageInfo SkSVGDevice::imageInfo() const {
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 351 const SkImageInfo info = this->imageInfo();
  /system/update_engine/payload_generator/
generate_delta_main.cc 82 ImageInfo* image_info) {

Completed in 1036 milliseconds

<<1112131415