HomeSort by relevance Sort by last modified time
    Searched defs:design (Results 1 - 2 of 2) sorted by null

  /frameworks/base/docs/html/
jd_tag_helpers.js 68 'design': DESIGN_RESOURCES,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.c 123 /* 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 */
427 /* compute the blend coordinates through the blend design map */
433 FT_Long design = coords[n]; local
447 if ( design == p_design )
453 if ( design < p_design )
470 the_blend = FT_MulDiv( design - designs[before],
526 /* release design pos table *
    [all...]

Completed in 161 milliseconds