OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_CURVE_TAG
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h
459
#define
FT_CURVE_TAG
( flag ) ( flag & 0x03 )
/xsrc/external/mit/freetype/dist/src/base/
ftoutln.c
102
tag =
FT_CURVE_TAG
( tags[0] );
112
if (
FT_CURVE_TAG
( outline->tags[last] ) == FT_CURVE_TAG_ON )
143
tag =
FT_CURVE_TAG
( tags[0] );
175
tag =
FT_CURVE_TAG
( tags[0] );
223
FT_CURVE_TAG
( tags[1] ) != FT_CURVE_TAG_CUBIC )
ftbbox.c
498
if (
FT_CURVE_TAG
( outline->tags[n] ) == FT_CURVE_TAG_ON )
ftstroke.c
2113
tag =
FT_CURVE_TAG
( tags[0] );
2123
if (
FT_CURVE_TAG
( outline->tags[last] ) == FT_CURVE_TAG_ON )
2149
tag =
FT_CURVE_TAG
( tags[0] );
2179
tag =
FT_CURVE_TAG
( tags[0] );
2214
FT_CURVE_TAG
( tags[1] ) != FT_CURVE_TAG_CUBIC )
/xsrc/external/mit/freetype/dist/src/autofit/
aflatin.c
582
if (
FT_CURVE_TAG
( outline.tags[best_point] ) == FT_CURVE_TAG_ON )
615
if (
FT_CURVE_TAG
( outline.tags[prev] ) == FT_CURVE_TAG_ON )
638
if (
FT_CURVE_TAG
( outline.tags[next] ) == FT_CURVE_TAG_ON )
728
if (
FT_CURVE_TAG
( outline.tags[first] ) ==
765
if (
FT_CURVE_TAG
( outline.tags[last] ) == FT_CURVE_TAG_ON )
801
if (
FT_CURVE_TAG
( outline.tags[last] ) ==
856
FT_CURVE_TAG
( outline.tags[best_segment_first] ) !=
858
FT_CURVE_TAG
( outline.tags[best_segment_last] ) !=
aflatin2.c
347
FT_CURVE_TAG
( glyph->outline.tags[start] ) != FT_CURVE_TAG_ON ||
348
FT_CURVE_TAG
( glyph->outline.tags[ end ] ) != FT_CURVE_TAG_ON );
afhints.c
900
switch (
FT_CURVE_TAG
( *tag ) )
/xsrc/external/mit/freetype/dist/src/smooth/
ftgrays.c
1431
tag =
FT_CURVE_TAG
( tags[0] );
1441
if (
FT_CURVE_TAG
( outline->tags[last] ) == FT_CURVE_TAG_ON )
1472
tag =
FT_CURVE_TAG
( tags[0] );
1504
tag =
FT_CURVE_TAG
( tags[0] );
1552
FT_CURVE_TAG
( tags[1] ) != FT_CURVE_TAG_CUBIC )
/xsrc/external/mit/freetype/dist/src/raster/
ftraster.c
1809
tag =
FT_CURVE_TAG
( tags[0] );
1819
if (
FT_CURVE_TAG
( ras.outline.tags[last] ) == FT_CURVE_TAG_ON )
1847
tag =
FT_CURVE_TAG
( tags[0] );
1882
tag =
FT_CURVE_TAG
( tags[0] );
1925
FT_CURVE_TAG
( tags[1] ) != FT_CURVE_TAG_CUBIC )
Completed in 21 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026