Searched refs:repeat_mode (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-inlines.h304 src_type_t, dst_type_t, OP, repeat_mode) \
329 if (PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_NORMAL) \
339 if (PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_NORMAL) \
418 dst_type_t, repeat_mode, have_mask, mask_is_solid) \
472 if (PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_NORMAL) \
481 if (PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_PAD || \
482 PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_NONE) \
501 if (PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_NORMAL) \
503 if (PIXMAN_REPEAT_ ## repeat_mode == PIXMAN_REPEAT_PAD) \
526 else if (PIXMAN_REPEAT_ ## repeat_mode
[all...]
H A Dpixman-bits-image.c99 pixman_repeat_t repeat_mode = image->common.repeat; local
117 if (repeat_mode != PIXMAN_REPEAT_NONE)
119 repeat (repeat_mode, &x1, width);
120 repeat (repeat_mode, &y1, height);
121 repeat (repeat_mode, &x2, width);
122 repeat (repeat_mode, &y2, height);
367 pixman_repeat_t repeat_mode = image->common.repeat; local
394 if (repeat_mode != PIXMAN_REPEAT_NONE)
396 repeat (repeat_mode, &rx, width);
397 repeat (repeat_mode,
436 pixman_repeat_t repeat_mode = image->common.repeat; local
726 bits_image_fetch_separable_convolution_affine(pixman_image_t * image, int offset, int line, int width, uint32_t * buffer, const uint32_t * mask, convert_pixel_t convert_pixel, pixman_format_code_t format, pixman_repeat_t repeat_mode) argument
872 bits_image_fetch_bilinear_affine(pixman_image_t * image, int offset, int line, int width, uint32_t * buffer, const uint32_t * mask, convert_pixel_t convert_pixel, pixman_format_code_t format, pixman_repeat_t repeat_mode) argument
1026 bits_image_fetch_nearest_affine(pixman_image_t * image, int offset, int line, int width, uint32_t * buffer, const uint32_t * mask, convert_pixel_t convert_pixel, pixman_format_code_t format, pixman_repeat_t repeat_mode) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc152 int repeat_mode = theme_provider->GetDisplayProperty( local
154 return ThemeProperties::TilingToString(repeat_mode);

Completed in 275 milliseconds