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

/external/pixman/test/
H A Dscaling-helpers-test.c59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2; local
78 &left_pad2,
84 assert (left_pad1 == left_pad2);
/external/pixman/pixman/
H A Dpixman-android.c155 int width2 = *width, left_pad2, right_pad2; local
160 unit_x, &width2, &left_pad2, &right_pad2);
162 *left_pad = left_pad2;
163 *left_tz = left_pad1 - left_pad2;
H A Dpixman-inlines.h770 int width2 = *width, left_pad2, right_pad2; local
775 unit_x, &width2, &left_pad2, &right_pad2);
777 *left_pad = left_pad2;
778 *left_tz = left_pad1 - left_pad2;

Completed in 184 milliseconds