Searched refs:clip_height (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 666 int clip_x, int clip_y, int clip_width, int clip_height, in ScaleARGB() argument 711 clip_width, clip_height, in ScaleARGB() 719 clip_width, clip_height, in ScaleARGB() 725 clip_width, clip_height, in ScaleARGB() 736 dst, dst_stride, clip_width, clip_height); in ScaleARGB() 745 clip_width, clip_height, in ScaleARGB() 752 clip_width, clip_height, in ScaleARGB() 759 clip_width, clip_height, in ScaleARGB() 764 ScaleARGBSimple(src_width, src_height, clip_width, clip_height, in ScaleARGB() 774 int clip_x, int clip_y, int clip_width, int clip_height, in ARGBScaleClip() argument [all …]
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | scale_argb.h | 35 int clip_x, int clip_y, int clip_width, int clip_height, 49 int clip_x, int clip_y, int clip_width, int clip_height,
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | presentation.c | 200 uint32_t clip_height, in vlVdpPresentationQueueDisplay() argument 247 dst_clip.y1 = clip_height ? clip_height : surf_draw->height; in vlVdpPresentationQueueDisplay()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 1060 int clip_width = clip_rect.Width(), clip_height = clip_rect.Height(); in StretchDIBits() local 1066 if (!background.Create(clip_width, clip_height, FXDIB_Rgb32) || in StretchDIBits() 1068 …!background.CompositeMask(0, 0, clip_width, clip_height, pStretched, color, 0, 0, FXDIB_BLEND_NORM… in StretchDIBits() 1072 FX_RECT src_rect(0, 0, clip_width, clip_height); in StretchDIBits()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 1041 int clip_height = clip_box.bottom - clip_box.top; in DrawTilingPattern() local 1043 if (!screen.Create(clip_width, clip_height, FXDIB_Argb)) { in DrawTilingPattern()
|