HomeSort by: relevance | last modified time | path
    Searched defs:right_pad1 (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/pixman/dist/test/
scaling-helpers-test.c 58 int32_t left_pad1, left_tz1, width1, right_tz1, right_pad1; local
73 &right_pad1);
88 assert (right_pad1 == right_pad2);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-inlines.h 795 int width1 = *width, left_pad1, right_pad1; local
799 &width1, &left_pad1, &right_pad1);
805 *right_tz = right_pad2 - right_pad1;
806 *right_pad = right_pad1;

Completed in 55 milliseconds