OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tuple_coords
(Results
1 - 1
of
1
) sorted by null
/external/freetype/src/truetype/
ttgxvar.c
484
/*
tuple_coords
:: The coordinates of the tuple in normalized axis */
499
FT_Fixed*
tuple_coords
,
511
if (
tuple_coords
[i] == 0 )
519
( blend->normalizedcoords[i] < 0 &&
tuple_coords
[i] > 0 ) ||
520
( blend->normalizedcoords[i] > 0 &&
tuple_coords
[i] < 0 ) )
541
else if ( blend->normalizedcoords[i] <
tuple_coords
[i] )
545
tuple_coords
[i] - im_start_coords[i]);
553
im_end_coords[i] -
tuple_coords
[i] );
1129
FT_Fixed*
tuple_coords
= NULL;
local
1336
FT_Fixed*
tuple_coords
= NULL;
local
[
all
...]
Completed in 168 milliseconds