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

  /external/pixman/pixman/
pixman-android.c 124 int64_t max_vx = (int64_t) source_image_width << 16; local
138 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
pixman-inlines.h 245 int64_t max_vx = (int64_t) source_image_width << 16; local
265 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
579 pixman_fixed_t max_vx, \
582 scanline_func (dst, src, w, vx, unit_x, max_vx, fully_transparent_src); \
798 * pixman_fixed_t max_vx,
812 * max_vx - image size as a fixed point value, can be used for
838 pixman_fixed_t max_vx = INT32_MAX; /* suppress uninitialized variable warning */ \
    [all...]

Completed in 54 milliseconds