Home
last modified time | relevance | path

Searched refs:ResolutionType (Results 1 – 25 of 25) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/resolver/
DCldrResolver.java67 private ResolutionType resolutionType;
83 ResolutionType resolutionType = ResolutionType.SIMPLE; in main()
87 resolutionType = ResolutionType.forString(option.getValue()); in main()
147 public CldrResolver(Factory factory, ResolutionType resolutionType) { in CldrResolver()
229 private CLDRFile resolveLocaleInternal(CLDRFile file, ResolutionType resolutionType) { in resolveLocaleInternal()
233 if (resolutionType == ResolutionType.SIMPLE && !locale.equals(ROOT)) { in resolveLocaleInternal()
262 if (resolutionType == ResolutionType.NO_CODE_FALLBACK && file.getSourceLocaleID( in resolveLocaleInternal()
270 if (resolutionType == ResolutionType.SIMPLE) { in resolveLocaleInternal()
283 …String path = resolutionType == ResolutionType.SIMPLE ? distinguishedPath : file.getFullXPath(dist… in resolveLocaleInternal()
DResolutionType.java14 public enum ResolutionType { enum
47 public static ResolutionType forString(String str) { in forString()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCldrResolver.java13 import org.unicode.cldr.tool.resolver.ResolutionType;
42 new ResolverTest(ResolutionType.FULL).testResolution(); in TestFullResolution()
46 new ResolverTest(ResolutionType.NO_CODE_FALLBACK) { in TestNoCodeFallback()
109 public ResolverTest(ResolutionType resolutionType) { in ResolverTest()
175 super(ResolutionType.SIMPLE); in SimpleResolverTest()
/external/ImageMagick/MagickCore/
Dimage.h94 } ResolutionType; typedef
197 ResolutionType
406 ResolutionType
Dconstitute.c712 next->units=(ResolutionType) option_type; in ReadImage()
Dprofile.c1627 if ((ResolutionType) units != PixelsPerCentimeterResolution) in GetProfilesFromResourceBlock()
Dimage.c4015 ResolutionType in SyncImageSettings()
4177 units=(ResolutionType) ParseCommandOption(MagickResolutionOptions, in SyncImageSettings()
Dproperty.c4526 image->units=(ResolutionType) units; in SetImageProperty()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h183 void resolutionUnits(const ResolutionType resolutionUnits_);
184 ResolutionType resolutionUnits(void) const;
DImage.h394 void resolutionUnits(const ResolutionType resolutionUnits_);
395 ResolutionType resolutionUnits(void) const;
DSTL.h1710 resolutionUnitsImage( const ResolutionType resolutionUnits_ );
1715 ResolutionType _resolutionUnits;
DInclude.h1055 using MagickCore::ResolutionType;
/external/ImageMagick/MagickWand/
Dmagick-image.h288 MagickSetImageUnits(MagickWand *,const ResolutionType),
373 extern WandExport ResolutionType
Dmagick-image.c5745 WandExport ResolutionType MagickGetImageUnits(MagickWand *wand) in MagickGetImageUnits()
10628 const ResolutionType units) in MagickSetImageUnits()
Doperation.c1515 _image_info->units=(ResolutionType) parse; in CLISettingOptionInfo()
Dmogrify.c7621 image_info->units=(ResolutionType) ParseCommandOption( in MogrifyImageInfo()
/external/ImageMagick/scripts/
Dformat_c_api_docs170 ResolutionType => 'types.html#ResolutionType',
/external/ImageMagick/Magick++/lib/
DOptions.cpp513 void Magick::Options::resolutionUnits(const ResolutionType resolutionUnits_) in resolutionUnits()
518 Magick::ResolutionType Magick::Options::resolutionUnits(void) const in resolutionUnits()
DSTL.cpp1530 Magick::resolutionUnitsImage::resolutionUnitsImage( const Magick::ResolutionType resolutionUnits_ ) in resolutionUnitsImage()
DImage.cpp1338 const Magick::ResolutionType resolutionUnits_) in resolutionUnits()
1345 Magick::ResolutionType Magick::Image::resolutionUnits(void) const in resolutionUnits()
1347 return(static_cast<Magick::ResolutionType>(constImage()->units)); in resolutionUnits()
/external/ImageMagick/coders/
Dmpc.c747 image->units=(ResolutionType) units; in ReadMPCImage()
Dmiff.c1069 image->units=(ResolutionType) units; in ReadMIFFImage()
Dwmf.c2276 ResolutionType in lite_font_stringwidth()
/external/ImageMagick/PerlMagick/
DMagick.xs2192 info->image_info->units=(ResolutionType) sp; in SetAttribute()
2195 ResolutionType in SetAttribute()
2198 units=(ResolutionType) sp; in SetAttribute()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in2189 info->image_info->units=(ResolutionType) sp;
2192 ResolutionType
2195 units=(ResolutionType) sp;