Searched refs:FT_STROKE_TAG_ON (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/base/
H A Dftstroke.c293 FT_STROKE_TAG_ON = 1, /* on-curve point */ enumerator in enum:FT_StrokeTags_
444 tag[0] = FT_STROKE_TAG_ON;
475 tag[1] = FT_STROKE_TAG_ON;
510 tag[2] = FT_STROKE_TAG_ON;
718 if ( *read & FT_STROKE_TAG_ON )
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c303 FT_STROKE_TAG_ON = 1, /* on-curve point */ enumerator in enum:FT_StrokeTags_
454 tag[0] = FT_STROKE_TAG_ON;
485 tag[1] = FT_STROKE_TAG_ON;
520 tag[2] = FT_STROKE_TAG_ON;
728 if ( *read & FT_STROKE_TAG_ON )

Completed in 74 milliseconds