Searched refs:ystrength (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftoutln.c | 902 FT_Pos ystrength ) in FT_Outline_EmboldenXY() argument 914 ystrength /= 2; in FT_Outline_EmboldenXY() 915 if ( xstrength == 0 && ystrength == 0 ) in FT_Outline_EmboldenXY() 999 if ( FT_MulFix( ystrength, q ) <= FT_MulFix( d, l ) ) in FT_Outline_EmboldenXY() 1000 shift.y = FT_MulDiv( shift.y, ystrength, d ); in FT_Outline_EmboldenXY() 1008 outline->points[n].y = v_cur.y + ystrength + shift.y; in FT_Outline_EmboldenXY()
|
/external/chromium_org/third_party/freetype/src/base/ |
D | ftoutln.c | 902 FT_Pos ystrength ) in FT_Outline_EmboldenXY() argument 914 ystrength /= 2; in FT_Outline_EmboldenXY() 915 if ( xstrength == 0 && ystrength == 0 ) in FT_Outline_EmboldenXY() 999 if ( FT_MulFix( ystrength, q ) <= FT_MulFix( d, l ) ) in FT_Outline_EmboldenXY() 1000 shift.y = FT_MulDiv( shift.y, ystrength, d ); in FT_Outline_EmboldenXY() 1008 outline->points[n].y = v_cur.y + ystrength + shift.y; in FT_Outline_EmboldenXY()
|
/external/freetype/src/base/ |
D | ftoutln.c | 905 FT_Pos ystrength ) in FT_Outline_EmboldenXY() argument 917 ystrength /= 2; in FT_Outline_EmboldenXY() 918 if ( xstrength == 0 && ystrength == 0 ) in FT_Outline_EmboldenXY() 1002 if ( FT_MulFix( ystrength, q ) <= FT_MulFix( d, l ) ) in FT_Outline_EmboldenXY() 1003 shift.y = FT_MulDiv( shift.y, ystrength, d ); in FT_Outline_EmboldenXY() 1011 outline->points[n].y = v_cur.y + ystrength + shift.y; in FT_Outline_EmboldenXY()
|
/external/freetype/include/ |
D | ftoutln.h | 380 FT_Pos ystrength );
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
D | ftoutln.h | 370 FT_Pos ystrength );
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
D | ftoutln.h | 370 FT_Pos ystrength );
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | ftoutln.h | 370 FT_Pos ystrength );
|