Searched refs:tuplecoords (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/truetype/
H A Dttgxvar.h93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member in struct:GX_BlendRec_
H A Dttgxvar.c503 if ( FT_NEW_ARRAY( blend->tuplecoords,
516 blend->tuplecoords[i * gvar_head.axisCount + j] =
519 blend->tuplecoords[i * gvar_head.axisCount + j] / 65536.0 ));
1863 &blend->tuplecoords[( tupleIndex & 0xFFF ) * blend->num_axis],
2064 FT_FREE( blend->tuplecoords );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.h93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member in struct:GX_BlendRec_
H A Dttgxvar.c450 if ( FT_NEW_ARRAY( blend->tuplecoords,
460 blend->tuplecoords[i * gvar_head.axisCount + j] =
1395 &blend->tuplecoords[(tupleIndex & 0xFFF) * blend->num_axis],
1523 FT_FREE( blend->tuplecoords );

Completed in 54 milliseconds