HomeSort by relevance Sort by last modified time
    Searched refs:LocaleNCompare (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/ImageMagick/MagickCore/
module.c 498 if (LocaleNCompare("IM_MOD_",modules[i],7) == 0)
    [all...]
methods.h     [all...]
profile.c     [all...]
  /external/ImageMagick/coders/
xcf.c 207 if (LocaleNCompare((char *) magick,"gimp xcf",8) == 0)
1051 (LocaleNCompare((char *) magick,"gimp xcf",8) != 0))
    [all...]
webp.c 113 if (LocaleNCompare((const char *) magick+8,"WEBP",4) == 0)
ps3.c     [all...]
dpx.c 722 if ((count != 4) || ((LocaleNCompare(magick,"SDPX",4) != 0) &&
723 (LocaleNCompare((char *) magick,"XPDS",4) != 0)))
726 if (LocaleNCompare(magick,"SDPX",4) == 0)
    [all...]
jpeg.c 705 if ((length > 4) && (LocaleNCompare((char *) p,"exif",4) == 0))
707 if ((length > 5) && (LocaleNCompare((char *) p,"http:",5) == 0))
    [all...]
miff.c 132 if (LocaleNCompare((const char *) magick,"id=ImageMagick",14) == 0)
894 if ((LocaleNCompare(keyword,"profile:",8) == 0) ||
895 (LocaleNCompare(keyword,"profile-",8) == 0))
    [all...]
xpm.c 114 if (LocaleNCompare((char *) magick+1,"* XPM *",7) == 0)
    [all...]
cin.c 453 ((LocaleNCompare((char *) magick,"\200\052\137\327",4) != 0)))
    [all...]
dcm.c     [all...]
png.c     [all...]
  /external/ImageMagick/MagickWand/
magick-wand.c 216 if (LocaleNCompare(wand->name,MagickWandId,strlen(MagickWandId)) != 0)
    [all...]
pixel-iterator.c 267 if (LocaleNCompare(iterator->name,PixelIteratorId,length) != 0)
    [all...]
operation.c 705 if (LocaleNCompare(arg1,"registry:",9) == 0)
    [all...]
animate.c     [all...]
compare.c 781 if (LocaleNCompare("respect-parentheses",option+1,17) == 0)
    [all...]
import.c     [all...]
wand-view.c 699 if (LocaleNCompare(wand_view->name,WandViewId,length) != 0)
    [all...]
mogrify.c     [all...]
composite.c     [all...]
display.c     [all...]
montage.c     [all...]
pixel-wand.c 375 if (LocaleNCompare(wand->name,PixelWandId,strlen(PixelWandId)) != 0)
    [all...]

Completed in 1858 milliseconds

1 23 4