HomeSort by relevance Sort by last modified time
    Searched refs:tuplecoords (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/truetype/
ttgxvar.h 93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member in struct:GX_BlendRec_
ttgxvar.c 503 if ( FT_NEW_ARRAY( blend->tuplecoords,
516 blend->tuplecoords[i * gvar_head.axisCount + j] =
519 blend->tuplecoords[i * gvar_head.axisCount + j] / 65536.0 ));
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h 93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member in struct:GX_BlendRec_
ttgxvar.c 543 if ( FT_NEW_ARRAY( blend->tuplecoords,
556 blend->tuplecoords[i * gvar_head.axisCount + j] =
559 blend->tuplecoords[i * gvar_head.axisCount + j] / 65536.0 ));
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h 93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member in struct:GX_BlendRec_
ttgxvar.c 503 if ( FT_NEW_ARRAY( blend->tuplecoords,
516 blend->tuplecoords[i * gvar_head.axisCount + j] =
519 blend->tuplecoords[i * gvar_head.axisCount + j] / 65536.0 ));
    [all...]

Completed in 49 milliseconds