HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 1476 - 1500 of 3296) sorted by null

<<51525354555657585960>>

  /external/eigen/unsupported/test/
BVH.cpp 17 template<typename Scalar, int Dim> AlignedBox<Scalar, Dim> bounding_box(const Matrix<Scalar, Dim, 1> &v) { return AlignedBox<Scalar, Dim>(v); }
27 typedef Matrix<double, Dim, 1> VectorType;
44 typedef Matrix<double, Dim, 1> VectorType;
95 typedef Matrix<double, Dim, 1> VectorType;
mpreal_support.cpp 15 typedef Matrix<mpreal,Eigen::Dynamic,Eigen::Dynamic> MatrixXmp;
  /external/freetype/src/cff/
cf2hints.h 178 * coordinates according to the render matrix and HintMap. It also tracks
196 CF2_Fixed scaleX; /* matrix a */
197 CF2_Fixed scaleC; /* matrix c */
198 CF2_Fixed scaleY; /* matrix d */
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.h 28 /* implementation of all matrix based filters like
  /external/mesa3d/src/mesa/main/
descrip.mms 63 matrix.c \
138 matrix.obj,\
222 matrix.obj : matrix.c
  /external/pixman/pixman/
Android.mk 34 pixman-matrix.c \
  /external/skia/gm/
bitmaprecttest.cpp 31 // scaling the image down by the matrix' scale
  /external/skia/include/core/
SkColorShader.h 39 const SkMatrix& matrix) SK_OVERRIDE;
  /external/skia/include/effects/
Sk1DPathEffect.h 27 /** Called with the current distance along the path, with the current matrix
  /external/skia/src/animator/
SkMatrixParts.h 117 // !!! add concat matrix ?
  /external/skia/src/core/
SkDither.cpp 10 /* The base dither matrix we use to derive optimized ones for 565 and 4444
SkDrawProcs.h 64 * the matrix is <= 1.0, then this returns true, and sets coverage (simulating
SkStrokerPriv.cpp 140 SkMatrix matrix; local
141 matrix.setScale(radius, radius);
142 matrix.postTranslate(pivot.fX, pivot.fY);
143 int count = SkBuildQuadArc(before, after, dir, &matrix, pts);
  /external/skia/src/pdf/
SkPDFUtils.cpp 32 SkPDFArray* SkPDFUtils::MatrixToArray(const SkMatrix& matrix) {
34 if (!matrix.asAffine(values)) {
47 void SkPDFUtils::AppendTransform(const SkMatrix& matrix, SkWStream* content) {
49 if (!matrix.asAffine(values)) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 110 int loadIntraQuantMat; /* Load intra quantization matrix */
111 int loadNonIntraQuantMat; /* Load nonintra quantization matrix */
112 int iqmat[64]; /* Intra quant.matrix */
113 int niqmat[64]; /* Non-intra quant.matrix */
  /frameworks/base/docs/html/sdk/api_diff/16/changes/
android.graphics.Canvas.html 107 <nobr><code>Matrix</code>&nbsp;<A HREF="../../../../reference/android/graphics/Canvas.html#getMatrix()" target="_top"><code>getMatrix</code></A>() </nobr>
116 <A NAME="android.graphics.Canvas.getMatrix_changed(android.graphics.Matrix)"></A>
117 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/graphics/Canvas.html#getMatrix(android.graphics.Matrix)" target="_top"><code>getMatrix</code></A>(<code>Matrix</code>) </nobr>
  /frameworks/base/libs/hwui/
Android.mk 29 Matrix.cpp \
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 55 // Change the current transform matrix.
66 // Pushes the configuration state (matrix, and alpha) onto
77 // Pops from the top of the stack as current configuration state (matrix,
207 * matrix state. There is no special handling for non-90-degree rotations.
  /frameworks/base/services/input/
SpriteController.h 30 * Transformation matrix for a sprite.
123 /* Sets the sprite transformation matrix. */
124 virtual void setTransformationMatrix(const SpriteTransformationMatrix& matrix) = 0;
224 virtual void setTransformationMatrix(const SpriteTransformationMatrix& matrix);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Animated3dActivity.java 26 import android.graphics.Matrix;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 51 // projection matrix
  /packages/apps/Gallery2/res/layout/
ingest_fullsize.xml 33 android:scaleType="matrix" />
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterHue.java 47 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 24 import android.graphics.Matrix;
51 private Matrix mScrToImg;
119 public void setScrImageInfo(Matrix scrToImg, Rect imageBounds) {
147 // Test if the matrix is swapping x and y

Completed in 1399 milliseconds

<<51525354555657585960>>