OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axisList
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/freetype/dist/include/freetype/internal/
cfftypes.h
138
CFF_AxisCoords*
axisList
; /* array of axisCount records */
/xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.h
89
GX_AxisCoords
axisList
; /* array of axisCount records */
ttgxvar.c
504
if ( FT_NEW_ARRAY( itemStore->varRegionList[i].
axisList
,
508
axisCoords = itemStore->varRegionList[i].
axisList
;
893
GX_AxisCoords axis = itemStore->varRegionList[regionIndex].
axisList
;
4242
FT_FREE( itemStore->varRegionList[i].
axisList
);
/xsrc/external/mit/freetype/dist/src/cff/
cffload.c
1108
FT_FREE( vstore->varRegionList[i].
axisList
);
1195
if ( FT_NEW_ARRAY( region->
axisList
, vstore->axisCount ) )
1200
CFF_AxisCoords* axis = ®ion->
axisList
[j];
1493
CFF_AxisCoords* axis = &varRegion->
axisList
[j];
Completed in 11 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026