Home
last modified time | relevance | path

Searched refs:clip_height (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc666 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/
Dscale_argb.h35 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/
Dpresentation.c200 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/
Dfx_win32_device.cpp1060 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/
Dfpdf_render_pattern.cpp1041 int clip_height = clip_box.bottom - clip_box.top; in DrawTilingPattern() local
1043 if (!screen.Create(clip_width, clip_height, FXDIB_Argb)) { in DrawTilingPattern()