Searched defs:pDestMatrix (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dinvert.c55 OPJ_FLOAT32 * pDestMatrix,
71 OPJ_FLOAT32 * pDestMatrix,
94 opj_lupInvert(pSrcMatrix,pDestMatrix,nb_compo,lPermutations,l_double_data,l_double_data + nb_compo,l_double_data + 2*nb_compo);
270 OPJ_FLOAT32 * pDestMatrix,
279 OPJ_FLOAT32 * lLineMatrix = pDestMatrix;
70 opj_matrix_inversion_f(OPJ_FLOAT32 * pSrcMatrix, OPJ_FLOAT32 * pDestMatrix, OPJ_UINT32 nb_compo) argument
269 opj_lupInvert(OPJ_FLOAT32 * pSrcMatrix, OPJ_FLOAT32 * pDestMatrix, OPJ_UINT32 nb_compo, OPJ_UINT32 * pPermutations, OPJ_FLOAT32 * p_src_temp, OPJ_FLOAT32 * p_dest_temp, OPJ_FLOAT32 * p_swap_area ) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp111 static CFX_DIBitmap* Transform1bppBitmap(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pDestMatrix) argument
114 CFX_FloatRect unit_rect = pDestMatrix->GetUnitRect();
126 FX_FLOAT dest_area = pDestMatrix->GetUnitArea();
129 CFX_AffineMatrix adjusted_matrix(*pDestMatrix);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_transform.cpp176 CFX_DIBitmap* CFX_DIBSource::TransformTo(const CFX_AffineMatrix* pDestMatrix, int& result_left, int& result_top, argument
180 transformer.Start(this, pDestMatrix, flags, pDestClip);
214 FX_BOOL CFX_ImageTransformer::Start(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pDestMatrix, int flags, const FX_RECT* pDestClip) argument
216 m_pMatrix = (CFX_AffineMatrix*)pDestMatrix;
217 CFX_FloatRect unit_rect = pDestMatrix->GetUnitRect();
231 if (FXSYS_fabs(pDestMatrix->a) < FXSYS_fabs(pDestMatrix->b) / 20 &&
232 FXSYS_fabs(pDestMatrix->d) < FXSYS_fabs(pDestMatrix->c) / 20 &&
233 FXSYS_fabs(pDestMatrix
[all...]

Completed in 91 milliseconds