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.cc708 int clip_x, int clip_y, int clip_width, int clip_height, in ScaleARGB() argument
753 clip_width, clip_height, in ScaleARGB()
761 clip_width, clip_height, in ScaleARGB()
767 clip_width, clip_height, in ScaleARGB()
778 dst, dst_stride, clip_width, clip_height); in ScaleARGB()
787 clip_width, clip_height, in ScaleARGB()
794 clip_width, clip_height, in ScaleARGB()
801 clip_width, clip_height, in ScaleARGB()
806 ScaleARGBSimple(src_width, src_height, clip_width, clip_height, in ScaleARGB()
816 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/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp1220 int clip_width) const { in DownSampleScanline()
1222 clip_left < 0 || clip_width <= 0) { in DownSampleScanline()
1250 FXSYS_memset(dest_scan, 0xFF, dest_Bpp * clip_width); in DownSampleScanline()
1255 max_src_x += clip_width - 1; in DownSampleScanline()
1263 dest_width, bFlipX, clip_left, clip_width); in DownSampleScanline()
1266 dest_width, bFlipX, clip_left, clip_width); in DownSampleScanline()
1269 dest_width, bFlipX, clip_left, clip_width); in DownSampleScanline()
1281 int clip_width) const { in DownSampleScanline1Bit()
1300 for (int i = 0; i < clip_width; i++) { in DownSampleScanline1Bit()
1320 for (int i = 0; i < clip_width; i++) { in DownSampleScanline1Bit()
[all …]
Drender_int.h502 int clip_width) const override;
553 int clip_width) const;
562 int clip_width) const;
571 int clip_width) const;
Dfpdf_render_pattern.cpp1132 int clip_width = clip_box.right - clip_box.left; in DrawTilingPattern() local
1135 if (!screen.Create(clip_width, clip_height, FXDIB_Argb)) { in DrawTilingPattern()
/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/include/fxge/
Dfx_dib.h193 int clip_width) const = 0;
312 int clip_width) const override;
442 int clip_width) const override;
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1159 int clip_width) const {
1166 for (int i = 0; i < clip_width; i++) {
1176 for (int i = 0; i < clip_width; i++) {
1204 for (int i = 0; i < clip_width; i++) {
1542 int clip_width) const {
1544 clip_left, clip_width);
1545 TranslateDownSamples(dest_scan, dest_scan, clip_width, dest_bpp);
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp1204 int clip_width = clip_rect.Width(), clip_height = clip_rect.Height(); in StretchDIBits() local
1211 if (!background.Create(clip_width, clip_height, FXDIB_Rgb32) || in StretchDIBits()
1214 !background.CompositeMask(0, 0, clip_width, clip_height, pStretched, in StretchDIBits()
1220 FX_RECT src_rect(0, 0, clip_width, clip_height); in StretchDIBits()