OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSH_POINT_STRONG
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h
135
PSH_POINT_STRONG
= 16, /* point is strong */
144
#define psh_point_is_strong( p ) ( (p)->flags2 &
PSH_POINT_STRONG
)
152
#define psh_point_set_strong( p ) (p)->flags2 |=
PSH_POINT_STRONG
/external/freetype/src/pshinter/
pshalgo.h
135
PSH_POINT_STRONG
= 16, /* point is strong */
144
#define psh_point_is_strong( p ) ( (p)->flags2 &
PSH_POINT_STRONG
)
152
#define psh_point_set_strong( p ) (p)->flags2 |=
PSH_POINT_STRONG
Completed in 23 milliseconds