OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tuplecount
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/truetype/
ttgxvar.h
92
FT_UInt
tuplecount
; /* shared tuples in `gvar' */
member in struct:GX_BlendRec_
93
FT_Fixed* tuplecoords; /* tuplecoords[
tuplecount
][num_axis] */
107
/* Flags used within the `
TupleCount
' field of the `gvar' table. */
ttgxvar.c
450
blend->
tuplecount
= gvar_head.globalCoordCount;
472
blend->
tuplecount
));
501
if ( blend->
tuplecount
!= 0 )
504
gvar_head.axisCount * blend->
tuplecount
) )
508
FT_FRAME_ENTER( blend->
tuplecount
* gvar_head.axisCount * 2L ) )
511
for ( i = 0; i < blend->
tuplecount
; i++ )
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h
92
FT_UInt
tuplecount
; /* shared tuples in `gvar' */
member in struct:GX_BlendRec_
93
FT_Fixed* tuplecoords; /* tuplecoords[
tuplecount
][num_axis] */
109
/* Flags used within the `
TupleCount
' field of the `gvar' table. */
ttgxvar.c
507
blend->
tuplecount
= gvar_head.globalCoordCount;
512
blend->
tuplecount
));
541
if ( blend->
tuplecount
!= 0 )
544
gvar_head.axisCount * blend->
tuplecount
) )
548
FT_FRAME_ENTER( blend->
tuplecount
* gvar_head.axisCount * 2L ) )
551
for ( i = 0; i < blend->
tuplecount
; i++ )
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h
92
FT_UInt
tuplecount
; /* shared tuples in `gvar' */
member in struct:GX_BlendRec_
93
FT_Fixed* tuplecoords; /* tuplecoords[
tuplecount
][num_axis] */
107
/* Flags used within the `
TupleCount
' field of the `gvar' table. */
ttgxvar.c
450
blend->
tuplecount
= gvar_head.globalCoordCount;
472
blend->
tuplecount
));
501
if ( blend->
tuplecount
!= 0 )
504
gvar_head.axisCount * blend->
tuplecount
) )
508
FT_FRAME_ENTER( blend->
tuplecount
* gvar_head.axisCount * 2L ) )
511
for ( i = 0; i < blend->
tuplecount
; i++ )
[
all
...]
Completed in 506 milliseconds