OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:no_stem_darkening
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/cff/
cffobjs.h
122
FT_Bool
no_stem_darkening
;
member in struct:CFF_DriverRec_
cffdrivr.c
605
FT_Bool*
no_stem_darkening
= (FT_Bool*)value;
local
608
driver->
no_stem_darkening
= *
no_stem_darkening
;
628
FT_Bool
no_stem_darkening
= driver->
no_stem_darkening
;
local
645
*val =
no_stem_darkening
;
Completed in 39 milliseconds