Lines Matching refs:GetUTFCode
622 for (p=(*caption); GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in FormatMagickCaption()
624 if ((digit == MagickFalse) && (IsUTFSpace(GetUTFCode(p)) != MagickFalse)) in FormatMagickCaption()
626 digit=((GetUTFCode(p) >= 0x0030) && (GetUTFCode(p) <= 0x0039)) ? in FormatMagickCaption()
628 if (GetUTFCode(p) == '\n') in FormatMagickCaption()
668 for (p=(*caption); GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in FormatMagickCaption()
669 if (GetUTFCode(p) == '\n') in FormatMagickCaption()
1130 for (i=0; GetUTFCode(p) != 0; p+=GetUTFOctets(p), i++) in ComplexTextLayout()
1132 (*grapheme)[i].index=(ssize_t) FT_Get_Char_Index(face,GetUTFCode(p)); in ComplexTextLayout()
1496 for (p=draw_info->text; GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in RenderFreetype()
1497 if (GetUTFCode(p) < 0) in RenderFreetype()
1500 if (GetUTFCode(p) == 0) in RenderFreetype()
1680 (IsUTFSpace(GetUTFCode(p+grapheme[i].cluster)) != MagickFalse) && in RenderFreetype()
1690 code=GetUTFCode(p+grapheme[i].cluster); in RenderFreetype()