Searched defs:new_matrix (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp55 CFX_AffineMatrix new_matrix; local
61 new_matrix.Transform(ori_x, ori_y);
63 new_matrix.Concat(*pObject2Device);
87 new_matrix.a = -new_matrix.a;
89 new_matrix.b = -new_matrix.b;
90 new_matrix.d = -new_matrix.d;
92 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix);
[all...]
/external/valgrind/main/drd/tests/
H A Domp_matinv.c44 static elem_t* new_matrix(const int rows, const int cols) function
135 prod = new_matrix(rows1, cols2);
232 elem_t* const inv = new_matrix(n, n);
233 elem_t* const tmp = new_matrix(n, 2*n);
325 a = new_matrix(matrix_size, matrix_size);
H A Dmatinv.c56 static elem_t* new_matrix(const int rows, const int cols) function
147 prod = new_matrix(rows1, cols2);
268 elem_t* const inv = new_matrix(n, n);
269 elem_t* const tmp = new_matrix(n, 2*n);
345 a = new_matrix(matrix_size, matrix_size);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp848 CFX_AffineMatrix new_matrix = *pObj2Device; local
849 new_matrix.TranslateI(-rect.left, -rect.top);
850 new_matrix.Scale(scaleX, scaleY);
870 &text_matrix, &new_matrix, textobj->m_GraphState, (FX_ARGB) - 1, 0, NULL);
876 bitmap_render.ProcessObjectNoClip(pPageObj, &new_matrix);
H A Dfpdf_render_image.cpp554 CFX_AffineMatrix new_matrix = m_ImageMatrix; local
555 new_matrix.TranslateI(-rect.left, -rect.top);
585 if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE)) {
644 CFX_AffineMatrix new_matrix = m_ImageMatrix; local
645 new_matrix.TranslateI(-rect.left, -rect.top);
658 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) {
672 if (image_render.Start(&bitmap_render, m_Loader.m_pMask, 0xffffffff, 255, &new_matrix, m_Flags, TRUE)) {

Completed in 113 milliseconds