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

  /external/cldr/tools/java/org/unicode/cldr/tool/resolver/
ResolutionType.java 14 public enum ResolutionType {
40 * Gets a ResolutionType corresponding to a given string
42 * @param str the string to resolve to a ResolutionType
45 * @return a ResolutionType
47 public static ResolutionType forString(String str) {
CldrResolver.java 59 .add("resolutiontype", 'r', "\\w+", "simple", "The resolution type to be used")
67 private ResolutionType resolutionType;
83 ResolutionType resolutionType = ResolutionType.SIMPLE;
84 Option option = options.get("resolutiontype");
87 resolutionType = ResolutionType.forString(option.getValue());
90 ResolverUtils.debugPrintln("Using default resolution type " + resolutionType.toString(), 1)
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCldrResolver.java 13 import org.unicode.cldr.tool.resolver.ResolutionType;
42 new ResolverTest(ResolutionType.FULL).testResolution();
46 new ResolverTest(ResolutionType.NO_CODE_FALLBACK) {
109 public ResolverTest(ResolutionType resolutionType) {
111 resolver = new CldrResolver(factory, resolutionType);
175 super(ResolutionType.SIMPLE);
  /external/ImageMagick/MagickCore/
image.h 94 } ResolutionType;
197 ResolutionType
406 ResolutionType
constitute.c 717 next->units=(ResolutionType) option_type;
    [all...]
image.c     [all...]
profile.c     [all...]
property.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 183 void resolutionUnits(const ResolutionType resolutionUnits_);
184 ResolutionType resolutionUnits(void) const;
Image.h 394 void resolutionUnits(const ResolutionType resolutionUnits_);
395 ResolutionType resolutionUnits(void) const;
    [all...]
STL.h     [all...]
Include.h     [all...]
  /external/ImageMagick/MagickWand/
magick-image.h 288 MagickSetImageUnits(MagickWand *,const ResolutionType),
373 extern WandExport ResolutionType
magick-image.c     [all...]
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 170 ResolutionType => 'types.html#ResolutionType',
  /external/ImageMagick/Magick++/lib/
Options.cpp 513 void Magick::Options::resolutionUnits(const ResolutionType resolutionUnits_)
518 Magick::ResolutionType Magick::Options::resolutionUnits(void) const
STL.cpp     [all...]
Image.cpp 1338 const Magick::ResolutionType resolutionUnits_)
1345 Magick::ResolutionType Magick::Image::resolutionUnits(void) const
1347 return(static_cast<Magick::ResolutionType>(constImage()->units));
    [all...]
  /external/ImageMagick/coders/
mpc.c 751 image->units=(ResolutionType) units;
    [all...]
miff.c     [all...]
wmf.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 990 milliseconds