/external/pdfium/core/src/fxge/win32/ |
win32_int.h | 25 int dest_height, 34 int dest_height, 164 int dest_height, 171 int dest_height, 206 int dest_height, 228 int dest_height, 254 int dest_height, 331 int dest_height,
|
fx_win32_print.cpp | 69 int dest_height, 82 if (dest_width < 0 || dest_height < 0) { 84 pSource->FlipImage(dest_width < 0, dest_height < 0); 91 if (dest_height < 0) { 92 dest_top += dest_height; 95 abs(dest_width), abs(dest_height), color, 106 dest_height, color, flags, alpha_flag, 112 if (dest_width < 0 || dest_height < 0) { 114 pSource->FlipImage(dest_width < 0, dest_height < 0); 121 if (dest_height < 0) [all...] |
fx_win32_gdipext.cpp | 463 int dest_height, 470 FX_BOOL bFlipY = dest_height < 0; 472 dest_height = -dest_height; 485 int y_unit = src_height / dest_height; 492 int src_y_start = bFlipY ? (dest_height - 1 - dest_y - pClipRect->top) 494 src_y_start = src_y_start * src_height / dest_height; 522 int dest_height, 541 if (dest_height < 0) { 542 dest_height = -dest_height [all...] |
fx_win32_device.cpp | 574 int dest_height, 578 if (!pBitmap || dest_width == 0 || dest_height == 0) { 586 if ((int64_t)abs(dest_width) * abs(dest_height) < 597 (int64_t)abs(dest_width) * abs(dest_height))) { 598 pToStrechBitmap = pBitmap->StretchTo(dest_width, dest_height); 603 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, 617 int dest_height, 623 if (!pBitmap || dest_width == 0 || dest_height == 0) { 667 ::StretchDIBits(m_hDC, dest_left, dest_top, dest_width, dest_height, 0, 0, [all...] |
/external/skia/src/core/ |
SkBitmapScaler.h | 43 int dest_width, int dest_height, SkBitmap::Allocator* = nullptr);
|
/external/libvpx/libvpx/vpx_scale/generic/ |
vpx_scale.c | 216 * unsigned int dest_height : Height of destination image. 246 unsigned int dest_height, 347 if (source_height == dest_height) { 349 for (k = 0; k < (int)dest_height; k++) { 365 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) { 403 if (source_height == dest_height) { 405 for (k = 0; k < (int)dest_height; k++) { 414 if (dest_height > source_height) { 416 source_band_height = dest_band_height * source_height / dest_height; 426 bands = (dest_height + dest_band_height - 1) / dest_band_height [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
vpx_scale.c | 215 * unsigned int dest_height : Height of destination image. 245 unsigned int dest_height, 346 if (source_height == dest_height) { 348 for (k = 0; k < (int)dest_height; k++) { 364 for (k = 0; k < (int)(dest_height + dest_band_height - 1) / dest_band_height; k++) { 402 if (source_height == dest_height) { 404 for (k = 0; k < (int)dest_height; k++) { 413 if (dest_height > source_height) { 415 source_band_height = dest_band_height * source_height / dest_height; 425 bands = (dest_height + dest_band_height - 1) / dest_band_height [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec.cpp | 134 void CCodec_ScanlineDecoder::DownScale(int dest_width, int dest_height) { 136 dest_height = std::abs(dest_height); 137 v_DownScale(dest_width, dest_height); 300 void v_DownScale(int dest_width, int dest_height) override {}
|
codec_int.h | 50 void DownScale(int dest_width, int dest_height) override; 87 virtual void v_DownScale(int dest_width, int dest_height) = 0;
|
fx_codec_jpeg.cpp | 324 void v_DownScale(int dest_width, int dest_height) override; 464 void CCodec_JpegDecoder::v_DownScale(int dest_width, int dest_height) { 467 FX_GetDownsampleRatio(m_OrigWidth, m_OrigHeight, dest_width, dest_height);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_image.cpp | 324 int dest_height = image_rect.Height(); local 329 dest_height = -dest_height; 335 dest_height)) { 713 int dest_height = image_rect.Height(); local 732 dest_height = -dest_height; 736 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom; 739 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, m_Flags, 749 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, 803 int dest_height = local [all...] |
/external/pdfium/core/src/fxge/apple/ |
fx_quartz_device.cpp | 637 int dest_height, 652 CGRect rect = CGRectMake(dest_left, dest_top, dest_width, dest_height); 661 CG_SetImageTransform(dest_left, dest_top, dest_width, dest_height); [all...] |
apple_int.h | 144 int dest_height, 198 int dest_height,
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_device.cpp | 415 int dest_height, 419 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height); 426 dest_height, &clip_box, flags, 0, 444 int dest_height, 449 FX_RECT dest_rect(left, top, left + dest_width, top + dest_height); 453 dest_height, &clip_box, flags,
|
/external/pdfium/core/src/fxge/agg/include/ |
fx_agg_driver.h | 98 int dest_height,
|
/external/pdfium/core/src/fxge/dib/ |
dib_int.h | 68 int dest_height,
|
fx_dib_transform.cpp | 313 int dest_height, 316 FX_RECT clip_rect(0, 0, FXSYS_abs(dest_width), FXSYS_abs(dest_height)); 323 if (dest_width == m_Width && dest_height == m_Height) { 328 if (stretcher.Start(&storer, this, dest_width, dest_height, clip_rect, 362 int dest_height = result_rect.Height(); local 364 result_clip = FXDIB_SwapClipBox(result_clip, dest_width, dest_height, 366 m_Stretcher.Start(&m_Storer, pSrc, dest_height, dest_width, result_clip, 375 int dest_height = pDestMatrix->d > 0 ? (int)-FXSYS_ceil(pDestMatrix->d) local 378 m_Stretcher.Start(&m_Storer, pSrc, dest_width, dest_height, result_clip, [all...] |
fx_dib_main.cpp | 1593 int dest_height = image_rect.Height(); local 1617 int dest_height = image_rect.Height(); local [all...] |
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.h | 97 int dest_height,
|
/external/mesa3d/src/gallium/state_trackers/va/ |
ftab.c | 90 unsigned int dest_height 110 unsigned short dest_height,
|
va_private.h | 124 unsigned int dest_height); 142 unsigned short dest_height,
|
va_image.c | 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
|
va_subpicture.c | 126 unsigned short dest_height,
|
/external/pdfium/core/include/fxge/ |
fx_ge.h | 342 int dest_height, 358 int dest_height, 569 int dest_height, 670 int dest_height,
|
/hardware/intel/img/psb_video/src/ |
psb_output.h | 287 unsigned int dest_height 341 unsigned short dest_height,
|