HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 301 - 325 of 720) sorted by null

<<11121314151617181920>>

  /external/skia/include/core/
SkMaskFilter.h 56 @param matrix the CTM
SkPathEffect.h 28 canvas' matrix and drawn.
  /external/skia/include/utils/
SkCamera.h 133 void patchToMatrix(const SkPatch3D&, SkMatrix* matrix) const;
  /external/skia/src/core/
SkPictureFlat.h 146 static SkFlatMatrix* Flatten(SkChunkAlloc* heap, const SkMatrix& matrix, int index);
SkPicturePlayback.h 135 void dumpMatrix(const SkMatrix& matrix) const;
SkBitmapShaderTemplate.h 41 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix)
43 if (!this->INHERITED::setContext(device, paint, matrix))
  /external/skia/tests/
MatrixTest.cpp 121 DEFINE_TESTCLASS("Matrix", MatrixTestClass, TestMatrix)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 102 Int loadIntraQuantMat; /* Load intra quantization matrix */
103 Int loadNonIntraQuantMat; /* Load nonintra quantization matrix */
104 Int iqmat[64]; /* Intra quant.matrix */
105 Int niqmat[64]; /* Non-intra quant.matrix */
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader_Delegate.java 99 // get the (optional) out matrix.
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 52 * public Solver(float[][] matrix) {
53 * data = matrix;
54 * N = matrix.length;
68 * Here, each worker thread processes a row of the matrix then waits at the
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 22 import android.graphics.Matrix;
367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle,
372 mMatrix = new Matrix(m);
399 Matrix mMatrix;
  /packages/apps/Gallery3D/src/com/cooliris/media/
HighlightView.java 20 import android.graphics.Matrix;
328 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle, boolean maintainAspectRatio) {
332 mMatrix = new Matrix(m);
361 Matrix mMatrix;
  /packages/wallpapers/MusicVisualization/res/raw/
waveform.rs 128 // Change the model matrix to account for the large model
many.rs 75 // set matrix so point of rotation becomes origin
93 // restore matrix
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
nrfsm.h 71 /** matrix type */
  /external/jpeg/
jquant1.c 71 #define ODITHER_SIZE 16 /* dimension of dither matrix */
73 #define ODITHER_CELLS (ODITHER_SIZE*ODITHER_SIZE) /* # cells in matrix */
159 int row_index; /* cur row's vertical index in dither matrix */
406 * Hence the dither value for the matrix cell with fill order f
523 int * dither; /* points to active row of dither matrix */
524 int row_index, col_index; /* current indexes into dither matrix */
576 int * dither0; /* points to active row of dither matrix */
579 int row_index, col_index; /* current indexes into dither matrix */
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 179 /** matrix multiply rA = x1A * x2A, input/output 1.15, no overflow protection, in-place not allowed */
183 /** matrix multiply rA = x1A * transposed( x2A ), input/output 1.15, no overflow protection, in-place not allowed */
  /external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.h 35 /** Compact Affine linear trasformation composed of compact matrix and
47 /** compact matrix */
Flt16Alt2D.h 43 /** matrix */
144 /** Multiplies matrix with float vecA; returns resulting vector.
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 352 * Set the rotation part of a matrix to be a rotation of theta radians
393 * Calculate the matrix for the rotation that a unit quaternion represents
d3dtypes.h 304 * Matrix, viewport, and tranformation structures and definitions.
766 D3DMATRIXHANDLE hDestMatrix; /* Destination matrix */
767 D3DMATRIXHANDLE hSrcMatrix; /* Source matrix */
775 D3DMATRIXHANDLE hDestMatrix; /* Destination matrix */
776 D3DMATRIXHANDLE hSrcMatrix1; /* First source matrix */
777 D3DMATRIXHANDLE hSrcMatrix2; /* Second source matrix */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 352 * Set the rotation part of a matrix to be a rotation of theta radians
393 * Calculate the matrix for the rotation that a unit quaternion represents
  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 132 cairo_matrix_t matrix = { scaleX, 0, 0, scaleY, srcRect.x(), srcRect.y() }; local
133 cairo_pattern_set_matrix(pattern, &matrix);
  /external/bison/
ABOUT-NLS 174 matrix shows the current state of internationalization, as of May 2003.
175 The matrix shows, in regard of each package, for which languages PO
    [all...]
  /external/elfutils/
ABOUT-NLS 137 matrix shows the current state of internationalization, as of May 2003.
138 The matrix shows, in regard of each package, for which languages PO
    [all...]

Completed in 1705 milliseconds

<<11121314151617181920>>