OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_image_width
(Results
1 - 2
of
2
) sorted by null
/external/pixman/test/
scaling-helpers-test.c
11
bilinear_pad_repeat_get_scanline_bounds_ref (int32_t
source_image_width
,
36
else if (vx + pixman_fixed_1 >= pixman_int_to_fixed (
source_image_width
))
38
if (vx >= pixman_int_to_fixed (
source_image_width
))
62
int32_t
source_image_width
= prng_rand_n(10000) + 1;
local
66
bilinear_pad_repeat_get_scanline_bounds_ref (
source_image_width
,
75
bilinear_pad_repeat_get_scanline_bounds (
source_image_width
,
/external/pixman/pixman/
pixman-inlines.h
238
pad_repeat_get_scanline_bounds (int32_t
source_image_width
,
245
int64_t max_vx = (int64_t)
source_image_width
<< 16;
760
bilinear_pad_repeat_get_scanline_bounds (int32_t
source_image_width
,
772
pad_repeat_get_scanline_bounds (
source_image_width
, vx, unit_x,
774
pad_repeat_get_scanline_bounds (
source_image_width
, vx + pixman_fixed_1,
[
all
...]
Completed in 170 milliseconds