OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axisCount
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c
341
FT_Long
axisCount
;
362
axisCount
= FT_GET_LONG();
372
if (
axisCount
!= (FT_Long)blend->mmvar->num_axis )
379
if ( FT_NEW_ARRAY( blend->avar_segment,
axisCount
) )
383
for ( i = 0; i <
axisCount
; i++, segment++ )
482
if ( FT_READ_USHORT( itemStore->
axisCount
) ||
486
if ( itemStore->
axisCount
!= (FT_Long)blend->mmvar->num_axis )
505
itemStore->
axisCount
) )
510
for ( j = 0; j < itemStore->
axisCount
; j++ )
897
for ( j = 0; j < itemStore->
axisCount
; j++, axis++
[
all
...]
ttgxvar.h
89
GX_AxisCoords axisList; /* array of
axisCount
records */
100
FT_UShort
axisCount
;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
cfftypes.h
138
CFF_AxisCoords* axisList; /* array of
axisCount
records */
148
FT_UShort
axisCount
;
/xsrc/external/mit/freetype/dist/src/cff/
cffload.c
1183
FT_READ_USHORT( vstore->
axisCount
) ||
1195
if ( FT_NEW_ARRAY( region->axisList, vstore->
axisCount
) )
1198
for ( j = 0; j < vstore->
axisCount
; j++ )
1421
if ( lenNDV != 0 && lenNDV != vs->
axisCount
)
Completed in 9 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026