HomeSort by relevance Sort by last modified time
    Searched refs:GetBlobSize (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/ImageMagick/coders/
mvg.c 211 draw_info->primitive=(char *) AcquireMagickMemory(GetBlobSize(image)+1);
215 GetBlobSize(image));
216 draw_info->primitive[GetBlobSize(image)]='\0';
sfw.c 257 if (GetBlobSize(image) != (size_t) GetBlobSize(image))
259 buffer=(unsigned char *) AcquireQuantumMemory((size_t) GetBlobSize(image),
263 count=ReadBlob(image,(size_t) GetBlobSize(image),buffer);
264 if ((count != (ssize_t) GetBlobSize(image)) ||
meta.c 1043 len=(unsigned int) GetBlobSize(iptc);
1051 len=(unsigned int) GetBlobSize(iptc);
1217 GetBlobSize(buff));
    [all...]
pix.c 243 GetBlobSize(image));
pwp.c 245 GetBlobSize(pwp_image));
palm.c 560 if (totalOffset >= (MagickOffsetType) GetBlobSize(image))
577 GetBlobSize(image));
    [all...]
aai.c 232 GetBlobSize(image));
avs.c 232 GetBlobSize(image));
inline.c 151 quantum=MagickMin((size_t) GetBlobSize(image),MagickMaxBufferExtent);
mtv.c 230 GetBlobSize(image));
txt.c 332 GetBlobSize(image));
585 GetBlobSize(image));
flif.c 164 length=(size_t) GetBlobSize(image);
gray.c 277 GetBlobSize(image));
tim.c 416 GetBlobSize(image));
ipl.c 412 GetBlobSize(image));
raw.c 272 GetBlobSize(image));
bmp.c 812 if ((MagickSizeType) bmp_info.file_size > GetBlobSize(image))
816 if ((MagickSizeType) bmp_info.file_size < GetBlobSize(image))
    [all...]
djvu.c 875 images->extent=GetBlobSize(image);
rle.c 655 GetBlobSize(image));
yuv.c 460 GetBlobSize(image));
  /external/ImageMagick/MagickCore/
blob.h 56 GetBlobSize(const Image *);
identify.c 624 if (GetBlobSize(image) != 0)
626 (void) FormatMagickSize(GetBlobSize(image),MagickFalse,"B",
    [all...]
  /external/ImageMagick/www/source/
mgk.c 268 GetBlobSize(image));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfidl.h 244 HRESULT (STDMETHODCALLTYPE *GetBlobSize)(
435 #define IMFTopologyNode_GetBlobSize(This,guidKey,pcbBlobSize) (This)->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize)
517 return This->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize);
    [all...]
mfobjects.h 269 virtual HRESULT STDMETHODCALLTYPE GetBlobSize(
426 HRESULT (STDMETHODCALLTYPE *GetBlobSize)(
542 #define IMFAttributes_GetBlobSize(This,guidKey,pcbBlobSize) (This)->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize)
607 return This->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize);
    [all...]

Completed in 1088 milliseconds

1 2 3