HomeSort by relevance Sort by last modified time
    Searched refs:matrix1 (Results 1 - 6 of 6) sorted by null

  /external/eigen/demos/mix_eigen_and_c/
example.c 15 struct C_MatrixXd *matrix1, *matrix2, *result; local
18 matrix1 = MatrixXd_new(3, 3);
19 MatrixXd_set_zero(matrix1);
20 MatrixXd_set_coeff(matrix1, 0, 1, 2.5);
21 MatrixXd_set_coeff(matrix1, 1, 0, 1.4);
22 printf("Here is matrix1:\n");
23 MatrixXd_print(matrix1);
26 MatrixXd_multiply(matrix1, matrix1, matrix2);
27 printf("Here is matrix1*matrix1:\n")
    [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 412 CFX_AffineMatrix matrix1, matrix2; local
414 matrix1.a = FXSYS_fabs(pObject2Device->a) > FXSYS_fabs(pObject2Device->b) ?
416 matrix1.d = matrix1.a;//FXSYS_fabs(pObject2Device->c) > FXSYS_fabs(pObject2Device->d) ?
418 matrix2.Set(pObject2Device->a/matrix1.a, pObject2Device->b/matrix1.a,
419 pObject2Device->c/matrix1.d, pObject2Device->d/matrix1.d,
424 path_data.BuildPath(pPathData, &matrix1);
432 SkRasterizeStroke(spaint, &dst_path, path_data.m_PathData, &matrix2, pGraphState, matrix1.a, FALSE, 0)
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 466 D2D1FORCEINLINE D2D1_MATRIX_3X2_F operator*(const D2D1_MATRIX_3X2_F &matrix1, const D2D1_MATRIX_3X2_F &matrix2) {
468 r.SetProduct(*D2D1::Matrix3x2F::ReinterpretBaseType(&matrix1), *D2D1::Matrix3x2F::ReinterpretBaseType(&matrix2));
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 973 FX_FLOAT matrix1 = pmatrix[1]; local
    [all...]
reflowedpage.cpp 392 CFX_AffineMatrix matrix1 = pPage->GetPageMatrix();

Completed in 240 milliseconds