HomeSort by: relevance | last modified time | path
    Searched refs:left_pad (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/pixman/dist/test/
scaling-helpers-test.c 14 int32_t * left_pad,
22 *left_pad = 0;
32 *left_pad += 1;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-inlines.h 255 * All this information is returned via 'width', 'left_pad', 'right_pad'
267 int32_t * left_pad,
277 *left_pad = *width;
282 *left_pad = (int32_t) tmp;
288 *left_pad = 0;
290 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
458 int32_t left_pad, right_pad; \
510 &width, &left_pad, &right_pad); \
511 vx += left_pad * unit_x; \
532 if (left_pad > 0)
    [all...]
  /xsrc/external/mit/xcb-util/dist/image/
xcb_image.h 329 * @param left_pad Notionally shift an xy-bitmap or xy-pixmap image
353 uint8_t left_pad);
xcb_image.c 451 uint8_t left_pad)
455 x, y, left_pad,
  /xsrc/external/mit/libX11/dist/src/
PutImage.c 876 int left_pad, BytesPerRow, Available; local
886 left_pad = (image->xoffset + req_xoffset) & (dpy->bitmap_unit - 1);
887 BytesPerRow = (ROUNDUP((long)req_width + left_pad,
890 left_pad = 0;
915 * dest_scanline_pad) - left_pad)

Completed in 30 milliseconds