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

  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 121 PSH_POINT_INFLEX = 4 /* point is inflection */
126 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
130 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX
  /external/freetype/src/pshinter/
pshalgo.h 121 PSH_POINT_INFLEX = 4 /* point is inflection */
126 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
130 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 121 PSH_POINT_INFLEX = 4 /* point is inflection */
126 #define psh_point_is_inflex( p ) ( (p)->flags & PSH_POINT_INFLEX )
130 #define psh_point_set_inflex( p ) (p)->flags |= PSH_POINT_INFLEX

Completed in 115 milliseconds