/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));
|
/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/ |
wmcontainer.h | 219 STDMETHOD_(HRESULT,GetBlobSize)(THIS_ REFGUID guidKey,UINT32 *pcbBlobSize) PURE; 265 #define IMFASFContentInfo_GetBlobSize(This,guidKey,pcbBlobSize) (This)->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize) 321 STDMETHOD_(HRESULT,GetBlobSize)(THIS_ REFGUID guidKey,UINT32 *pcbBlobSize) PURE; 370 #define IMFASFStreamConfig_GetBlobSize(This,guidKey,pcbBlobSize) (This)->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize) 429 STDMETHOD_(HRESULT,GetBlobSize)(THIS_ REFGUID guidKey,UINT32 *pcbBlobSize) PURE; 484 #define IMFASFProfile_GetBlobSize(This,guidKey,pcbBlobSize) (This)->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize) [all...] |
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 | 216 virtual HRESULT STDMETHODCALLTYPE GetBlobSize( 373 HRESULT (STDMETHODCALLTYPE *GetBlobSize)( 489 #define IMFAttributes_GetBlobSize(This,guidKey,pcbBlobSize) (This)->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize) 554 return This->lpVtbl->GetBlobSize(This,guidKey,pcbBlobSize); [all...] |