Searched defs:design (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c123 /* allocate design data if needed */
166 /* allocate the blend design pos table if needed */
226 /* Given a normalized (blend) coordinate, figure out the design */
255 /* Given a vector of weights, one for each design, figure out the */
425 /* compute the blend coordinates through the blend design map */
431 FT_Long design = coords[n]; local
445 if ( design == p_design )
451 if ( design < p_design )
468 the_blend = FT_MulDiv( design - designs[before],
524 /* release design po
[all...]

Completed in 441 milliseconds