Searched refs:xstr (Results 1 – 3 of 3) sorted by relevance
90 FT_Pos xstr, ystr; in FT_GlyphSlot_Embolden() local98 xstr = FT_MulFix( face->units_per_EM, in FT_GlyphSlot_Embolden()100 ystr = xstr; in FT_GlyphSlot_Embolden()105 (void)FT_Outline_EmboldenXY( &slot->outline, xstr, ystr ); in FT_GlyphSlot_Embolden()110 xstr &= ~63; in FT_GlyphSlot_Embolden()111 if ( xstr == 0 ) in FT_GlyphSlot_Embolden()112 xstr = 1 << 6; in FT_GlyphSlot_Embolden()131 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr ); in FT_GlyphSlot_Embolden()137 slot->advance.x += xstr; in FT_GlyphSlot_Embolden()142 slot->metrics.width += xstr; in FT_GlyphSlot_Embolden()[all …]
224 FT_Int xstr, ystr; in FT_Bitmap_Embolden() local237 xstr = (FT_Int)FT_PIX_ROUND( xStrength ) >> 6; in FT_Bitmap_Embolden()240 if ( xstr == 0 && ystr == 0 ) in FT_Bitmap_Embolden()242 else if ( xstr < 0 || ystr < 0 ) in FT_Bitmap_Embolden()255 align = ( bitmap->width + xstr + 3 ) / 4; in FT_Bitmap_Embolden()257 align = ( bitmap->width + xstr + 1 ) / 2; in FT_Bitmap_Embolden()271 if ( xstr > 8 ) in FT_Bitmap_Embolden()272 xstr = 8; in FT_Bitmap_Embolden()276 xstr *= 3; in FT_Bitmap_Embolden()316 for ( i = 1; i <= xstr; i++ ) in FT_Bitmap_Embolden()[all …]
44 #define xstr(s) str(s) macro46 #include xstr(MQTTCLIENT_PLATFORM_HEADER)
Completed in 6 milliseconds