Searched defs:bevel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c1038 /* process an outside corner, i.e. compute bevel/miter/round */
1057 FT_Bool bevel, fixed_bevel; local
1062 bevel =
1068 if ( !bevel )
1092 bevel = TRUE;
1096 if ( bevel ) /* this is a bevel (broken angle) */
1104 /* add bevel */
1114 else /* variable bevel */
1771 /* specially. This is only required if bevel join
[all...]
/external/freetype/src/base/
H A Dftstroke.c1038 /* process an outside corner, i.e. compute bevel/miter/round */
1057 FT_Bool bevel, fixed_bevel; local
1062 bevel =
1068 if ( !bevel )
1092 bevel = TRUE;
1096 if ( bevel ) /* this is a bevel (broken angle) */
1104 /* add bevel */
1114 else /* variable bevel */
1771 /* specially. This is only required if bevel join
[all...]

Completed in 133 milliseconds