OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tuplecount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/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
410
blend->
tuplecount
= gvar_head.globalCoordCount;
448
if ( blend->
tuplecount
!= 0 )
451
gvar_head.axisCount * blend->
tuplecount
) )
455
FT_FRAME_ENTER( blend->
tuplecount
* gvar_head.axisCount * 2L ) )
458
for ( i = 0; i < blend->
tuplecount
; ++i )
[
all
...]
/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
410
blend->
tuplecount
= gvar_head.globalCoordCount;
448
if ( blend->
tuplecount
!= 0 )
451
gvar_head.axisCount * blend->
tuplecount
) )
455
FT_FRAME_ENTER( blend->
tuplecount
* gvar_head.axisCount * 2L ) )
458
for ( i = 0; i < blend->
tuplecount
; ++i )
[
all
...]
Completed in 49 milliseconds