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

  /external/freetype/src/cff/
cf2blues.h 90 CF2_PairTop = 0x8, /* the top edge of a stem hint */
cf2hints.c 164 hint->flags = CF2_PairTop;
180 hint->flags = CF2_PairTop;
228 ( CF2_PairBottom | CF2_PairTop ) ) != 0 );
235 return (FT_Bool)( ( hint->flags & CF2_PairTop ) != 0 );
243 ( CF2_PairTop | CF2_GhostTop ) ) != 0 );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.h 90 CF2_PairTop = 0x8, /* the top edge of a stem hint */
cf2hints.c 164 hint->flags = CF2_PairTop;
180 hint->flags = CF2_PairTop;
228 ( CF2_PairBottom | CF2_PairTop ) ) != 0 );
235 return (FT_Bool)( ( hint->flags & CF2_PairTop ) != 0 );
243 ( CF2_PairTop | CF2_GhostTop ) ) != 0 );
    [all...]

Completed in 328 milliseconds