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

  /external/libyuv/files/unit_test/
scale_argb_test.cc 130 int clip_width = kTileX; local
131 if (x + clip_width > dst_width) {
132 clip_width = dst_width - x;
140 y, clip_width, clip_height, filtering);
330 int clip_width,
340 clip_width, clip_height, filtering);
  /external/libyuv/files/util/
yuvconvert.cc 172 int clip_width = kTileX; local
173 if (x + clip_width > dst_width) {
174 clip_width = dst_width - x;
182 dst_width, dst_height, x, y, clip_width,
  /external/mesa3d/src/mesa/main/
image.c 683 GLsizei clip_width; local
687 clip_width = rb->Width;
690 clip_width = buffer->Width;
706 if (*srcX + *width > clip_width)
707 *width -= (*srcX + *width - clip_width);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 76 uint32_t clip_width, clip_height; member in struct:vl_dri3_screen
567 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width;
698 scrn->clip_width = (width) ? width : scrn->width;
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 1308 int clip_width = clip_rect.Width(), clip_height = clip_rect.Height(); local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 2303 int clip_width = clip_box.right - clip_box.left; local
    [all...]

Completed in 367 milliseconds