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

/external/pixman/test/
H A Dscaling-helpers-test.c58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; local
69 &left_pad1,
84 assert (left_pad1 == left_pad2);
/external/pixman/pixman/
H A Dpixman-android.c154 int width1 = *width, left_pad1, right_pad1; local
158 &left_pad1, &right_pad1);
163 *left_tz = left_pad1 - left_pad2;
H A Dpixman-inlines.h769 int width1 = *width, left_pad1, right_pad1; local
773 &width1, &left_pad1, &right_pad1);
778 *left_tz = left_pad1 - left_pad2;

Completed in 457 milliseconds