OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSH_POINT_NEGATIVE
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/pshinter/
pshalgo.h
140
PSH_POINT_NEGATIVE
= 256, /* extremum has negative contour flow */
149
#define psh_point_is_negative( p ) ( (p)->flags2 &
PSH_POINT_NEGATIVE
)
157
#define psh_point_set_negative( p ) (p)->flags2 |=
PSH_POINT_NEGATIVE
pshalgo.c
[
all
...]
Completed in 11 milliseconds