HomeSort by relevance Sort by last modified time
    Searched refs:PSH_POINT_STRONG (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/pshinter/
pshalgo.h 130 #define PSH_POINT_STRONG 16U /* point is strong */
139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 130 #define PSH_POINT_STRONG 16U /* point is strong */
139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 130 #define PSH_POINT_STRONG 16U /* point is strong */
139 #define psh_point_is_strong( p ) ( (p)->flags2 & PSH_POINT_STRONG )
147 #define psh_point_set_strong( p ) (p)->flags2 |= PSH_POINT_STRONG

Completed in 35 milliseconds