OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boldenX
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/cff/
cf2font.c
149
CF2_Fixed
boldenX
= font->syntheticEmboldeningAmountX;
252
if (
boldenX
> 0 )
254
/* Ensure that
boldenX
is at least 1 pixel for synthetic bold font */
256
boldenX
= FT_MAX(
boldenX
,
268
boldenX
,
/external/freetype/src/cff/
cf2font.c
149
CF2_Fixed
boldenX
= font->syntheticEmboldeningAmountX;
252
if (
boldenX
> 0 )
254
/* Ensure that
boldenX
is at least 1 pixel for synthetic bold font */
256
boldenX
= FT_MAX(
boldenX
,
268
boldenX
,
Completed in 93 milliseconds