HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 926 - 950 of 4077) sorted by null

<<31323334353637383940>>

  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 56 gl.glLoadIdentity(); // reset the matrix to its default state
85 gl.glMatrixMode(GL10.GL_PROJECTION); // set matrix to projection mode
86 gl.glLoadIdentity(); // reset the matrix to its default state
87 gl.glFrustumf(-ratio, ratio, -1, 1, 3, 7); // apply the projection matrix
  /external/bison/lib/
bitsetv-print.h 25 /* Dump vector of bitsets as a matrix. */
  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.h 48 // of the matrix A^TA.
51 // update the matrix by running Update(A, D). The values of the matrix A are
73 // The block structure of the matrix this preconditioner is for (e.g. J).
lapack.h 48 // lhs is a symmetric positive definite matrix. It is assumed to be
49 // column major and only the lower triangular part of the matrix is
64 // computation. This function given the size of the lhs matrix will
73 // rectangular) matrix with full column rank.
  /external/chromium_org/android_webview/public/browser/
draw_gl.h 41 // Also the transformation matrix will contain at least a translation to the
51 // the provided transformation matrix. Translucency works normally.
56 // Input: current transformation matrix in surface pixels.
57 // Uses the column-based OpenGL matrix format.
  /external/chromium_org/cc/animation/
transform_operation.h 32 gfx::Transform matrix; member in struct:cc::TransformOperation
  /external/chromium_org/cc/base/
math_util.cc 32 if (!transform.matrix().get(2, 2))
35 SkMScalar z = -(transform.matrix().get(2, 0) * p.x() +
36 transform.matrix().get(2, 1) * p.y() +
37 transform.matrix().get(2, 3)) /
38 transform.matrix().get(2, 2);
40 transform.matrix().mapMScalars(result.vec, result.vec);
57 transform.matrix().mapMScalars(result.vec, result.vec);
118 static_cast<int>(SkMScalarToFloat(transform.matrix().get(0, 3))),
120 SkMScalarToFloat(transform.matrix().get(1, 3))));
129 gfx::Vector2dF(SkMScalarToFloat(transform.matrix().get(0, 3))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
MatrixTransformOperation.h 45 TransformationMatrix matrix() const { return TransformationMatrix(m_a, m_b, m_c, m_d, m_e, m_f); } function in class:WebCore::MatrixTransformOperation
55 virtual OperationType type() const OVERRIDE { return Matrix; }
68 TransformationMatrix matrix(m_a, m_b, m_c, m_d, m_e, m_f);
69 transform.multiply(matrix);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
mixer.c 372 float matrix[9]; local
376 matrix[0] = -1.0f; matrix[1] = -1.0f; matrix[2] = -1.0f;
377 matrix[3] = -1.0f; matrix[4] = 8.0f; matrix[5] = -1.0f;
378 matrix[6] = -1.0f; matrix[7] = -1.0f; matrix[8] = -1.0f
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.h 29 /* float[9] projective matrix bound to pictures */
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType1ShadingDictionary_autogen.h 40 SkPdfArray* Matrix(SkPdfNativeDoc* doc);
  /external/chromium_org/third_party/skia/include/effects/
SkMagnifierImageFilter.h 31 virtual bool asNewEffect(GrEffectRef** effect, GrTexture* texture, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
SkStippleMaskFilter.h 23 const SkMatrix& matrix,
  /external/chromium_org/third_party/skia/include/views/animated/
SkImageView.h 51 SkMatrix* fMatrix; // null or copy of caller's matrix ,,,,,
  /external/chromium_org/third_party/skia/samplecode/
SampleCircle.cpp 101 SkMatrix matrix; local
102 matrix.setScale(SkIntToScalar(100), SkIntToScalar(100));
103 matrix.postTranslate(SkIntToScalar(200), SkIntToScalar(200));
104 canvas->concat(matrix);
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchyRecord.cpp 67 void SkBBoxHierarchyRecord::didConcat(const SkMatrix& matrix) {
69 INHERITED::didConcat(matrix);
72 void SkBBoxHierarchyRecord::didSetMatrix(const SkMatrix& matrix) {
74 INHERITED::didSetMatrix(matrix);
SkRecordDraw.cpp 40 DRAW(Concat, concat(r.matrix));
41 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
49 DRAW(DrawBitmapMatrix, drawBitmapMatrix(r.bitmap, r.matrix, r.paint));
63 DRAW(DrawTextOnPath, drawTextOnPath(r.text, r.byteLength, r.path, r.matrix, r.paint));
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 42 static void pts_to_unit_matrix(const SkPoint pts[2], SkMatrix* matrix) {
48 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
49 matrix->postTranslate(-pts[0].fX, -pts[0].fY);
50 matrix->postScale(inv, inv);
257 SkMatrix* matrix,
262 if (matrix) {
263 matrix->preConcat(fPtsToUnit);
485 const SkMatrix& matrix,
487 AutoEffectUnref effect(SkNEW_ARGS(GrLinearGradient, (ctx, shader, matrix, tm)));
503 const SkMatrix& matrix,
559 SkMatrix matrix; local
    [all...]
SkRadialGradient.cpp 59 SkMatrix* matrix) {
62 matrix->setTranslate(-center.fX, -center.fY);
63 matrix->postScale(inv, inv);
231 SkMatrix* matrix, SkShader::TileMode* xy) const {
235 if (matrix) {
236 matrix->setScale(SkIntToScalar(kCache32Count),
238 matrix->preConcat(fPtsToUnit);
494 const SkMatrix& matrix,
496 AutoEffectUnref effect(SkNEW_ARGS(GrRadialGradient, (ctx, shader, matrix, tm)));
512 const SkMatrix& matrix,
571 SkMatrix matrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.h 65 // matrices are column-major, the first three upload a single matrix, the latter three upload
67 void setMatrix3f(UniformHandle, const GrGLfloat matrix[]) const;
68 void setMatrix4f(UniformHandle, const GrGLfloat matrix[]) const;
72 // convenience method for uploading a SkMatrix to a 3x3 matrix uniform
  /external/chromium_org/third_party/skia/src/svg/
SkSVGLinearGradient.cpp 29 parser._addAttribute("matrix", fMatrixID);
SkSVGRadialGradient.cpp 30 parser._addAttribute("matrix", fMatrixID);
  /external/chromium_org/third_party/skia/src/utils/
SkCamera.cpp 249 void SkCamera3D::patchToMatrix(const SkPatch3D& quilt, SkMatrix* matrix) const {
268 matrix->set(SkMatrix::kMScaleX, SkScalarDotDiv(3, patchPtr, 1, mapPtr, 1, dot));
269 matrix->set(SkMatrix::kMSkewY, SkScalarDotDiv(3, patchPtr, 1, mapPtr+3, 1, dot));
270 matrix->set(SkMatrix::kMPersp0, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot));
273 matrix->set(SkMatrix::kMSkewX, SkScalarDotDiv(3, patchPtr, 1, mapPtr, 1, dot));
274 matrix->set(SkMatrix::kMScaleY, SkScalarDotDiv(3, patchPtr, 1, mapPtr+3, 1, dot));
275 matrix->set(SkMatrix::kMPersp1, SkScalarDotDiv(3, patchPtr, 1, mapPtr+6, 1, dot));
278 matrix->set(SkMatrix::kMTransX, SkScalarDotDiv(3, patchPtr, 1, mapPtr, 1, dot));
279 matrix->set(SkMatrix::kMTransY, SkScalarDotDiv(3, patchPtr, 1, mapPtr+3, 1, dot));
280 matrix->set(SkMatrix::kMPersp2, SK_Scalar1)
369 SkMatrix matrix; local
    [all...]
  /external/eigen/Eigen/
LU 9 * This module includes %LU decomposition and related notions such as matrix inversion and determinant.
SparseQR 12 * The columns of the input matrix should be reordered to limit the fill-in during the

Completed in 509 milliseconds

<<31323334353637383940>>