HomeSort by relevance Sort by last modified time
    Searched refs:PSH_POINT_STRONG (Results 1 - 3 of 3) 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
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 32 milliseconds