/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 | 199 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/ |
D | fpdf_render_loadimage.cpp | 1168 … 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()
|
D | render_int.h | 395 … int dest_width, FX_BOOL bFlipX, int clip_left, int clip_width) const;
|
D | fpdf_render_pattern.cpp | 1040 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/ |
D | fx_dib.h | 187 … 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/ |
D | fx_dib_main.cpp | 1131 … 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/ |
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()
|