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

<<71727374757677787980>>

  /external/skia/src/pdf/
SkPDFFormXObject.cpp 44 insert("Matrix", SkPDFUtils::MatrixToArray(inverse))->unref();
  /external/skia/src/sfnt/
SkIBMFamilyClass.h 119 ((Matrix, 10))
  /external/skia/src/svg/
SkSVGSVG.cpp 54 parser._startElement("matrix");
  /external/skia/src/utils/debugger/
SkDrawCommand.h 138 SkConcatCommand(const SkMatrix& matrix);
164 SkDrawBitmapMatrixCommand(const SkBitmap& bitmap, const SkMatrix& matrix,
370 const SkMatrix* matrix, const SkPaint& paint);
519 SkSetMatrixCommand(const SkMatrix& matrix);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 56 Description: Fixed portion of the code that builds the rr[] matrix. There
82 6. Simplified matrix addressing by use of pointers
145 rr = autocorrelation matrix; matrix contents are of type Word16;
146 matrix dimension is L_CODE by L_CODE
189 Word16 rr[][L_CODE] // (o) : matrix of autocorrelation
221 // build matrix rr[]
271 Word16 rr[][L_CODE], /* (o) : matrix of autocorrelation */
351 /* build matrix rr[] */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 40 * matrix.
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 41 // Input: current transform matrix, in OpenGL format
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
transform.rs 67 // Reset our local matrix
  /frameworks/compile/mclinker/include/mcld/Fragment/
FGNode.h 84 /// m_Index - the index in the reachability matrix
  /frameworks/compile/slang/
RSSpec.mk 44 $(call generate-rs-spec-inc,rs-matrix-type-enums)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.h 68 // Obtain the TRS matrix from the last two frames
  /packages/apps/Camera/src/com/android/camera/
Util.java 30 import android.graphics.Matrix;
163 Matrix m = new Matrix();
641 public static void prepareMatrix(Matrix matrix, boolean mirror, int displayOrientation,
644 matrix.setScale(mirror ? -1 : 1, 1);
646 matrix.postRotate(displayOrientation);
649 matrix.postScale(viewWidth / 2000f, viewHeight / 2000f);
650 matrix.postTranslate(viewWidth / 2f, viewHeight / 2f);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
AlignFeatures.h 68 // Obtain the TRS matrix from the last two frames
  /packages/apps/Gallery/src/com/android/camera/
Util.java 30 import android.graphics.Matrix;
66 Matrix m = new Matrix();
150 public static Bitmap transform(Matrix scaler,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 22 import android.graphics.Matrix;
49 private Matrix mScrToImg;
102 public void setScrImageInfo(Matrix scrToImg, Rect imageBounds) {
131 // Test if the matrix is swapping x and y
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
AlignFeatures.h 68 // Obtain the TRS matrix from the last two frames
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 29 import android.graphics.Matrix;
122 Matrix m = new Matrix();
576 public static void prepareMatrix(Matrix matrix, boolean mirror, int displayOrientation,
579 matrix.setScale(mirror ? -1 : 1, 1);
581 matrix.postRotate(displayOrientation);
584 matrix.postScale(viewWidth / 2000f, viewHeight / 2000f);
585 matrix.postTranslate(viewWidth / 2f, viewHeight / 2f);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
hdsp.h 98 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:_snd_hdsp_mixer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
hdsp.h 98 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:_snd_hdsp_mixer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdsp.h 86 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:hdsp_mixer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
hdsp.h 98 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:_snd_hdsp_mixer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hdsp.h 86 unsigned short matrix[HDSP_MATRIX_MIXER_SIZE]; member in struct:hdsp_mixer
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp 1269 SkMatrix matrix; local
1374 SkMatrix matrix; local
1394 SkMatrix matrix; local
1604 SkMatrix matrix; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 1269 SkMatrix matrix; local
1374 SkMatrix matrix; local
1394 SkMatrix matrix; local
1604 SkMatrix matrix; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 759 SkMatrix matrix; local
760 matrix.setTranslate(-maskRect.fLeft, -maskRect.fTop);
761 matrix.postIDiv(mask->width(), mask->height());
763 grp->addCoverageEffect(GrSimpleTextureEffect::Create(mask, matrix))->unref();
793 // the current clip (and identity matrix) and GrPaint settings
1196 SkMatrix matrix, inverse; local
    [all...]

Completed in 528 milliseconds

<<71727374757677787980>>