Home
last modified time | relevance | path

Searched refs:pDestMatrix (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp171 CFX_DIBitmap* CFX_DIBSource::TransformTo(const CFX_AffineMatrix* pDestMatrix, int& result_left, int… in TransformTo() argument
175 transformer.Start(this, pDestMatrix, flags, pDestClip); in TransformTo()
209 FX_BOOL CFX_ImageTransformer::Start(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pDestMatrix,… in Start() argument
211 m_pMatrix = (CFX_AffineMatrix*)pDestMatrix; in Start()
212 CFX_FloatRect unit_rect = pDestMatrix->GetUnitRect(); in Start()
226 if (FXSYS_fabs(pDestMatrix->a) < FXSYS_fabs(pDestMatrix->b) / 20 && in Start()
227 FXSYS_fabs(pDestMatrix->d) < FXSYS_fabs(pDestMatrix->c) / 20 && in Start()
228 FXSYS_fabs(pDestMatrix->a) < 0.5f && FXSYS_fabs(pDestMatrix->d) < 0.5f) { in Start()
232 …p = _FXDIB_SwapClipBox(result_clip, dest_width, dest_height, pDestMatrix->c > 0, pDestMatrix->b < … in Start()
237 if (FXSYS_fabs(pDestMatrix->b) < FIX16_005 && FXSYS_fabs(pDestMatrix->c) < FIX16_005) { in Start()
[all …]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dinvert.c55 OPJ_FLOAT32 * pDestMatrix,
71 OPJ_FLOAT32 * pDestMatrix, in opj_matrix_inversion_f() argument
94 …opj_lupInvert(pSrcMatrix,pDestMatrix,nb_compo,lPermutations,l_double_data,l_double_data + nb_compo… in opj_matrix_inversion_f()
270 OPJ_FLOAT32 * pDestMatrix, in opj_lupInvert() argument
279 OPJ_FLOAT32 * lLineMatrix = pDestMatrix; in opj_lupInvert()
Dinvert.h57 OPJ_FLOAT32 * pDestMatrix,
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp111 …c CFX_DIBitmap* Transform1bppBitmap(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pDestMatrix) in Transform1bppBitmap() argument
114 CFX_FloatRect unit_rect = pDestMatrix->GetUnitRect(); in Transform1bppBitmap()
126 FX_FLOAT dest_area = pDestMatrix->GetUnitArea(); in Transform1bppBitmap()
129 CFX_AffineMatrix adjusted_matrix(*pDestMatrix); in Transform1bppBitmap()