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

  /external/pixman/pixman/
pixman-general.c 47 else if (image->type == RADIAL)
pixman-image.c 155 image->type == RADIAL ||
165 * method to the linear/radial/conical gradient overwriting
465 case RADIAL:
469 * As explained in pixman-radial-gradient.c, every point of
475 if (image->radial.a >= 0)
pixman-radial-gradient.c 162 * Implementation of radial gradients following the PDF specification.
163 * See section 8.7.4.5.4 Type 3 (Radial) Shadings of the PDF Reference
166 * In the radial gradient problem we are given two circles (c?,r?) and
249 radial_gradient_t *radial = (radial_gradient_t *)image; local
302 v.vector[0] -= radial->c1.x;
303 v.vector[1] -= radial->c1.y;
314 b = dot (v.vector[0], v.vector[1], radial->c1.radius,
315 radial->delta.x, radial->delta.y, radial->delta.radius)
432 radial_gradient_t *radial; local
    [all...]
pixman-private.h 86 RADIAL,
205 radial_gradient_t radial; member in union:pixman_image
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 160 milliseconds