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

  /external/freetype/src/pshinter/
pshalgo.h 117 #define PSH_POINT_INFLEX 4U /* point is inflection */
122 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
126 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.h 117 #define PSH_POINT_INFLEX 4U /* point is inflection */
122 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
126 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.h 117 #define PSH_POINT_INFLEX 4U /* point is inflection */
122 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
126 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX

Completed in 37 milliseconds