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

  /external/pixman/test/
scaling-helpers-test.c 58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; local
69 &left_pad1,
84 assert (left_pad1 == left_pad2);
  /external/pixman/pixman/
pixman-android.c 154 int width1 = *width, left_pad1, right_pad1; local
158 &left_pad1, &right_pad1);
163 *left_tz = left_pad1 - left_pad2;
pixman-inlines.h 769 int width1 = *width, left_pad1, right_pad1; local
773 &width1, &left_pad1, &right_pad1);
778 *left_tz = left_pad1 - left_pad2;
    [all...]

Completed in 67 milliseconds