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

  /external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc 113 int clip_height = kTileY; local
114 if (y + clip_height > dst_height) {
115 clip_height = dst_height - y;
121 x, y, clip_width, clip_height, filtering);
  /external/chromium_org/third_party/libyuv/util/
convert.cc 172 int clip_height = kTileY; local
173 if (y + clip_height > dst_height) {
174 clip_height = dst_height - y;
180 x, y, clip_width, clip_height, filtering);
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 155 int clip_height; member in struct:tagAVCFrameIO
  /external/chromium_org/cc/layers/
layer_impl.h 516 int clip_height() { function in class:cc::LayerImpl
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 1014 int clip_height = clip_box.bottom - clip_box.top; local
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 314 const int clip_height = height + 2 * thickness; local
329 Rect(x, end.y() - thickness, pieces_[i].first, clip_height)));
    [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 222 milliseconds