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

  /external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc 109 int clip_width = kTileX; local
110 if (x + clip_width > dst_width) {
111 clip_width = dst_width - x;
121 x, y, clip_width, clip_height, filtering);
  /external/chromium_org/third_party/libyuv/util/
convert.cc 168 int clip_width = kTileX; local
169 if (x + clip_width > dst_width) {
170 clip_width = dst_width - x;
180 x, y, clip_width, clip_height, filtering);
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 152 int clip_width; member in struct:tagAVCFrameIO
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 1013 int clip_width = clip_box.right - clip_box.left; local
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 1051 int clip_width = clip_rect.Width(), clip_height = clip_rect.Height(); local
    [all...]

Completed in 407 milliseconds