Home
last modified time | relevance | path

Searched refs:clip_width (Results 1 – 9 of 9) 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.c199 uint32_t clip_width, in vlVdpPresentationQueueDisplay() argument
246 dst_clip.x1 = clip_width ? clip_width : surf_draw->width; in vlVdpPresentationQueueDisplay()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp1168 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const in DownSampleScanline()
1171 dest_width <= 0 || clip_left < 0 || clip_width <= 0) { in DownSampleScanline()
1200 FXSYS_memset32(dest_scan, 0xff, dest_Bpp * clip_width); in DownSampleScanline()
1205 max_src_x += clip_width - 1; in DownSampleScanline()
1231 for (int i = 0; i < clip_width; i ++) { in DownSampleScanline()
1251 for (int i = 0; i < clip_width; i ++) { in DownSampleScanline()
1296 for (int i = 0; i < clip_width; i ++) { in DownSampleScanline()
1317 for (int i = 0; i < clip_width; i ++) { in DownSampleScanline()
1340 for (int i = 0; i < clip_width; i ++) { in DownSampleScanline()
Drender_int.h395 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
Dfpdf_render_pattern.cpp1040 int clip_width = clip_box.right - clip_box.left; in DrawTilingPattern() local
1043 if (!screen.Create(clip_width, clip_height, FXDIB_Argb)) { in DrawTilingPattern()
/external/pdfium/core/include/fxge/
Dfx_dib.h187 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const = 0;
309 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
394 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1131 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const
1139 for (int i = 0; i < clip_width; i ++) {
1149 for (int i = 0; i < clip_width; i ++) {
1177 for (int i = 0; i < clip_width; i ++) {
1510 int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const
1512 … m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX, clip_left, clip_width);
1513 TranslateDownSamples(dest_scan, dest_scan, clip_width, dest_bpp);
/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()