OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resulting_bold
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
308
int
resulting_bold
;
local
309
if (FcPatternGetInteger(font, FC_WEIGHT, 0, &
resulting_bold
))
310
resulting_bold
= FC_WEIGHT_NORMAL;
329
if (
resulting_bold
> FC_WEIGHT_MEDIUM && !have_embolden) {
Completed in 552 milliseconds