OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_FLAG_CONIC
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/autofit/
afhints.h
213
#define
AF_FLAG_CONIC
( 1U << 0 )
215
#define AF_FLAG_CONTROL (
AF_FLAG_CONIC
| AF_FLAG_CUBIC )
afhints.c
860
point->flags =
AF_FLAG_CONIC
;
1147
if ( point->flags &
AF_FLAG_CONIC
)
[
all
...]
Completed in 46 milliseconds