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

  /external/ImageMagick/MagickCore/
type.h 84 **GetTypeList(const char *,size_t *,ExceptionInfo *);
type.c 633 % GetTypeList() returns any fonts that match the specified pattern.
635 % The format of the GetTypeList function is:
637 % char **GetTypeList(const char *pattern,size_t *number_fonts,
669 MagickExport char **GetTypeList(const char *pattern,size_t *number_fonts,
    [all...]
methods.h     [all...]
  /art/dexlayout/
dex_visualize.cc 154 for (const dex_ir::TypeId* t : *type_list->GetTypeList()) {
dex_writer.cc 273 size[0] = type_list->GetTypeList()->size();
276 for (const dex_ir::TypeId* type_id : *type_list->GetTypeList()) {
dex_verify.cc 270 const dex_ir::TypeIdVector* orig_list = orig->GetTypeList();
271 const dex_ir::TypeIdVector* output_list = output->GetTypeList();
    [all...]
dexlayout.cc 253 for (const dex_ir::TypeId* type_id : *type_list->GetTypeList()) {
    [all...]
dex_ir.h 522 const TypeIdVector* GetTypeList() const { return type_list_.get(); }
    [all...]
  /external/ImageMagick/MagickWand/
magick-wand.c 730 fonts=GetTypeList(pattern,number_fonts,exception);
    [all...]

Completed in 261 milliseconds