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_Matrix new_matrix; local
61 new_matrix.Transform(ori_x, ori_y);
63 new_matrix.Concat(*pObject2Device);
89 new_matrix.a = -new_matrix.a;
91 new_matrix.b = -new_matrix.b;
92 new_matrix.d = -new_matrix.d;
94 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 509 CFX_Matrix new_matrix = m_ImageMatrix; local
510 new_matrix.TranslateI(-rect.left, -rect.top);
547 &new_matrix, m_Flags, TRUE)) {
608 CFX_Matrix new_matrix = m_ImageMatrix; local
609 new_matrix.TranslateI(-rect.left, -rect.top);
623 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix,
640 &new_matrix, m_Flags, TRUE)) {
    [all...]
fpdf_render.cpp 827 CFX_Matrix new_matrix = *pObj2Device; local
828 new_matrix.TranslateI(-rect.left, -rect.top);
829 new_matrix.Scale(scaleX, scaleY);
849 textobj->m_TextState.GetFontSize(), &text_matrix, &new_matrix,
857 bitmap_render.ProcessObjectNoClip(pPageObj, &new_matrix);
    [all...]

Completed in 731 milliseconds