HomeSort by relevance Sort by last modified time
    Searched defs:new_matrix (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/apple/
fx_apple_platform.cpp 55 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/drd/tests/
omp_matinv.c 44 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);
matinv.c 56 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/
fpdf_render_image.cpp 482 CFX_AffineMatrix new_matrix = m_ImageMatrix; local
483 new_matrix.TranslateI(-rect.left, -rect.top);
513 if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE)) {
572 CFX_AffineMatrix new_matrix = m_ImageMatrix; local
573 new_matrix.TranslateI(-rect.left, -rect.top);
586 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) {
600 if (image_render.Start(&bitmap_render, m_Loader.m_pMask, 0xffffffff, 255, &new_matrix, m_Flags, TRUE)) {
    [all...]
fpdf_render.cpp 814 CFX_AffineMatrix new_matrix = *pObj2Device; local
815 new_matrix.TranslateI(-rect.left, -rect.top);
816 new_matrix.Scale(scaleX, scaleY);
836 &text_matrix, &new_matrix, textobj->m_GraphState, (FX_ARGB) - 1, 0, NULL);
842 bitmap_render.ProcessObjectNoClip(pPageObj, &new_matrix);
    [all...]

Completed in 125 milliseconds