OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startCoord
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/freetype/dist/include/freetype/internal/
cfftypes.h
129
FT_Fixed
startCoord
;
/xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.h
80
FT_Fixed
startCoord
;
ttgxvar.c
520
axisCoords[j].
startCoord
= FT_fdot14ToFixed( start );
901
if ( axis->
startCoord
> axis->peakCoord ||
905
else if ( axis->
startCoord
< 0 &&
918
else if ( face->blend->normalizedcoords[j] <= axis->
startCoord
||
929
face->blend->normalizedcoords[j] - axis->
startCoord
,
930
axis->peakCoord - axis->
startCoord
);
/xsrc/external/mit/freetype/dist/src/cff/
cffload.c
1210
axis->
startCoord
= FT_fdot14ToFixed( start14 );
1499
if ( axis->
startCoord
> axis->peakCoord ||
1503
else if ( axis->
startCoord
< 0 &&
1513
else if ( NDV[j] < axis->
startCoord
||
1523
axisScalar = FT_DivFix( NDV[j] - axis->
startCoord
,
1524
axis->peakCoord - axis->
startCoord
);
Completed in 11 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026