Searched refs:AlignType (Results 1 – 14 of 14) sorted by relevance
105 retval.AlignType = align_type; in get()114 return (AlignType == rhs.AlignType in operator ==()192 AlignTypeEnum AlignType; in init() local195 case 'i': AlignType = INTEGER_ALIGN; break; in init()196 case 'v': AlignType = VECTOR_ALIGN; break; in init()197 case 'f': AlignType = FLOAT_ALIGN; break; in init()198 case 'a': AlignType = AGGREGATE_ALIGN; break; in init()199 case 's': AlignType = STACK_ALIGN; break; in init()209 setAlignment(AlignType, ABIAlign, PrefAlign, Size); in init()253 if (Alignments[i].AlignType == align_type && in setAlignment()[all …]
106 retval.AlignType = align_type; in get()115 return (AlignType == rhs.AlignType in operator ==()188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign, in reset()294 AlignTypeEnum AlignType; in parseSpecifier() local297 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()298 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()299 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()300 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()306 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()316 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()[all …]
36 } AlignType; typedef280 AlignType
2759 graphic_context[n]->align=(AlignType) align; in DrawImage()2772 graphic_context[n]->align=(AlignType) align; in DrawImage()
30 extern WandExport AlignType212 DrawSetTextAlignment(DrawingWand *,const AlignType),
2195 WandExport AlignType DrawGetTextAlignment(const DrawingWand *wand) in DrawGetTextAlignment()5820 const AlignType alignment) in DrawSetTextAlignment()6462 CurrentContext->align=(AlignType) ParseCommandOption(MagickAlignOptions, in DrawSetVectorGraphics()
56 AlignTypeEnum AlignType : 8; //< Alignment type (AlignTypeEnum) member
67 unsigned AlignType : 8; member
2037 DrawableTextAlignment(AlignType alignment_);2046 void alignment(AlignType alignment_);2047 AlignType alignment(void) const;2053 AlignType _alignment;
308 using MagickCore::AlignType;
1510 Magick::AlignType alignment_) in DrawableTextAlignment()1532 void Magick::DrawableTextAlignment::alignment(AlignType alignment_) in alignment()1537 Magick::AlignType Magick::DrawableTextAlignment::alignment(void) const in alignment()
821 draw_info->align=(AlignType) option; in MSLStartElement()2429 draw_info->align=(AlignType) option; in MSLStartElement()4626 draw_info->align=(AlignType) option; in MSLStartElement()
8507 draw_info->align=(AlignType) argument_list[23].integer_reference; in Mogrify()
8507 draw_info->align=(AlignType) argument_list[23].integer_reference;