/hardware/intel/common/libva/va/ |
va_backend.h | 275 unsigned int dest_height 328 unsigned short dest_height,
|
va.c | [all...] |
va.h | [all...] |
/hardware/intel/img/psb_video/src/ |
psb_output.c | [all...] |
/external/pdfium/core/src/fxge/dib/ |
fx_dib_engine.cpp | 217 int dest_height, 229 m_DestHeight = dest_height; 262 FXSYS_abs(dest_height) < 783 int dest_height, 791 m_DestHeight = dest_height; [all...] |
/external/pdfium/core/include/fxge/ |
fx_dib.h | 231 int dest_height, 611 int dest_height,
|
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.cpp | 557 int dest_height, 563 dest_width, dest_height, pClipRect, flags,
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_ps.cpp | 341 int dest_height, 347 (FX_FLOAT)(-dest_height), (FX_FLOAT)(dest_left), 348 (FX_FLOAT)(dest_top + dest_height));
|
/external/pdfium/core/src/fxge/agg/src/ |
fx_agg_driver.cpp | [all...] |
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_ffwidget.cpp | 563 int dest_height = image_rect.Height();
local 592 dest_height = -dest_height;
596 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom;
599 dest_height, m_Flags, NULL, m_BlendType)) {
608 dest_height, m_FillArgb, m_Flags)) {
623 m_pDIBSource->StretchTo(dest_width, dest_height, m_Flags, &dest_clip);
[all...] |
/external/pdfium/core/include/fxcodec/ |
fx_codec.h | 123 virtual void DownScale(int dest_width, int dest_height) = 0;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
render_int.h | 503 void SetDownSampleSize(int dest_width, int dest_height) const override;
|
fpdf_render_loadimage.cpp | [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 753 void v_DownScale(int dest_width, int dest_height) override {}
|
fx_codec_fax.cpp | 616 void v_DownScale(int dest_width, int dest_height) override {}
|