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

  /external/pixman/pixman/
pixman-arm-common.h 240 pixman_fixed_t max_vx); \
248 pixman_fixed_t max_vx, \
253 max_vx); \
285 pixman_fixed_t max_vx, \
295 pixman_fixed_t max_vx, \
302 max_vx, \
352 pixman_fixed_t max_vx, \
401 pixman_fixed_t max_vx, \
pixman-mips-dspr2.h 267 pixman_fixed_t max_vx, \
311 pixman_fixed_t max_vx, \
361 pixman_fixed_t max_vx, \
412 pixman_fixed_t max_vx, \
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...]
pixman-mmx.c     [all...]
pixman-sse2.c     [all...]
pixman-fast-path.c 1377 pixman_fixed_t max_vx,
    [all...]

Completed in 444 milliseconds