HomeSort by relevance Sort by last modified time
    Searched full:axiscoords (Results 1 - 1 of 1) sorted by null

  /external/pdfium/third_party/freetype/src/type1/
t1load.c 260 FT_Fixed* axiscoords,
266 axiscoords[0] = weights[1];
270 axiscoords[0] = weights[3] + weights[1];
271 axiscoords[1] = weights[3] + weights[2];
276 axiscoords[0] = weights[7] + weights[5] + weights[3] + weights[1];
277 axiscoords[1] = weights[7] + weights[6] + weights[3] + weights[2];
278 axiscoords[2] = weights[7] + weights[6] + weights[5] + weights[4];
283 axiscoords[0] = weights[15] + weights[13] + weights[11] + weights[9] +
285 axiscoords[1] = weights[15] + weights[14] + weights[11] + weights[10] +
287 axiscoords[2] = weights[15] + weights[14] + weights[13] + weights[12]
309 FT_Fixed axiscoords[T1_MAX_MM_AXIS]; local
    [all...]

Completed in 258 milliseconds