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

  /external/pixman/pixman/
pixman-android.c 114 * All this information is returned via 'width', 'left_pad', 'right_pad'
123 int32_t * width, int32_t * left_pad, int32_t * right_pad) {
129 *left_pad = *width;
132 *left_pad = (int32_t) tmp;
136 *left_pad = 0;
138 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
152 int32_t * left_pad, int32_t * left_tz, int32_t * width,
162 *left_pad = left_pad2;
166 *width -= *left_pad + *left_tz + *right_tz + *right_pad;
179 int32_t left_pad, left_tz, right_tz, right_pad local
293 int32_t left_pad, right_pad; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 3140 uint8_t left_pad; \/**< *\/ member in struct:xcb_put_image_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 3140 uint8_t left_pad; \/**< *\/ member in struct:xcb_put_image_request_t
    [all...]

Completed in 185 milliseconds