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

  /frameworks/compile/slang/tests/P_struct_matrix/
struct_matrix.rs 16 struct new_matrix {
21 struct new_matrix m;
  /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/
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);
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);
  /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...]
  /external/autotest/client/tests/iozone/
postprocessing.py 76 new_matrix = []
93 new_matrix.append(new_line)
97 return (new_matrix, improvements, regressions, total)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 573 CFX_Matrix new_matrix(a2, b2, c2, d2, e2, f2);
574 new_matrix.Concat(m_pCurStates->m_CTM);
575 m_pCurStates->m_CTM = new_matrix;
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 293 CFX_Matrix new_matrix(
296 new_matrix.Concat(deviceCtm);
298 pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &new_matrix,
    [all...]

Completed in 801 milliseconds