/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
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 */
|
/frameworks/base/services/surfaceflinger/ |
LayerBase.cpp | 158 bool LayerBase::setMatrix(const layer_state_t::matrix22_t& matrix) { 161 matrix.dsdx, matrix.dsdy, matrix.dtdx, matrix.dtdy); 219 // we may use linear filtering, if the matrix scales us
|
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | 252 /** Return a new identity matrix 255 /** Delete a matrix previously allocated by newMatrix() 263 /** Return the matrix values in a float array (allcoated by the caller), 270 /** Initialize the matrix from values in a float array, 295 /** Transform the x,y pairs in src[] by this matrix, and store the results 343 /** Transform the path by the matrix. If dst is null, apply the 615 /** Return the current matrix on the canvas [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 51 private static volatile Matrix sScaleMatrix; 333 Matrix m; 335 // small pool of just 1 matrix 341 m = new Matrix(); 388 * transformed by the optional matrix. It is 396 * @param m Optional matrix to be applied to the pixels 398 * Only applies if the matrix contains more than just 405 Matrix m, boolean filter) { 436 /* the dst should have alpha if the src does, or if our matrix [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | 38 import android.graphics.Matrix; 1298 Matrix matrix = new Matrix(); local [all...] |
/external/skia/src/core/ |
SkBlitter.cpp | 549 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix) 552 return fProxy->setContext(device, paint, matrix); 556 return this->INHERITED::setContext(device, paint, matrix); 856 const SkMatrix& matrix, 913 if (shader && !shader->setContext(device, paint, matrix)) {
|
/external/webkit/WebCore/rendering/ |
RenderThemeChromiumWin.cpp | 89 static TransformMode getTransformMode(const AffineTransform& matrix) 91 if (matrix.b() != 0 || matrix.c() != 0) // Skew. 93 else if (matrix.a() != 1.0 || matrix.d() != 1.0) // Scale.
|
/external/chromium/third_party/icu/source/common/ |
resbund.cpp | 73 * implemented as a matrix (instead of in code) to make this even 74 * easier. The matrix contains Transition objects. Each Transition 88 * see an U_INTERNAL_PROGRAM_ERROR the transition matrix has a bug in
|
/external/icu4c/common/ |
resbund.cpp | 73 * implemented as a matrix (instead of in code) to make this even 74 * easier. The matrix contains Transition objects. Each Transition 88 * see an U_INTERNAL_PROGRAM_ERROR the transition matrix has a bug in
|
/external/skia/src/animator/ |
SkDisplayType.cpp | 155 CASE_DRAW_NEW(Matrix); 310 CASE_GET_DRAW_INFO(Matrix); 477 DRAW_NAME("matrix", SkType_Matrix),
|
/external/webkit/WebCore/platform/graphics/qt/ |
PathQt.cpp | 107 QTransform matrix; local 108 matrix.translate(size.width(), size.height()); 109 m_path = m_path * matrix;
|
/external/webkit/WebCore/svg/ |
SVGSVGElement.cpp | 432 SVGTransform SVGSVGElement::createSVGTransformFromMatrix(const AffineTransform& matrix) 434 return SVGTransform(matrix); 552 return currentView()->transform()->concatenate().matrix() * ctm;
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 465 /* Remove the oldest frame from the distance matrix. */
466 /* Note that the distance matrix is replaced by a one- */
479 /* Compute the first column of the distance matrix D */
|
/external/webkit/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 738 cairo_matrix_t matrix; local 740 cairo_get_matrix(cr, &matrix); 741 return IntPoint(static_cast<int>(matrix.x0), static_cast<int>(matrix.y0)); 800 const cairo_matrix_t matrix = cairo_matrix_t(transform); local 801 cairo_transform(cr, &matrix); [all...] |
/external/webkit/WebCore/platform/graphics/skia/ |
GraphicsContextSkia.cpp | 648 SkMatrix matrix; local 649 matrix.reset(); 650 matrix.postTranslate(originX, originY); 651 shader->setLocalMatrix(matrix); 824 // part of the affine transform matrix to device space can mess with this 826 // widget. We just need the scale, so we get the affine transform matrix and [all...] |
/external/skia/include/core/ |
SkGeometry.h | 187 matrix, if not null, is appled to the points before they are returned. 190 const SkMatrix* matrix, SkPoint quadPoints[]);
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Process.c | 311 * Apply rotation matrix and delay samples 321 * Rotation matrix mix
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stab.def | 184 /* The above information, in matrix format. 186 STAB MATRIX
|
/dalvik/dx/src/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 42 * size of this matrix will be (countSsaRegs * countRopRegs), which may
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchRotateActivity.java | 141 * Set our projection matrix. This doesn't have to be done
|
/external/dropbear/libtommath/ |
bn_mp_toom_sqr.c | 107 /* now solve the matrix
|
/external/libvpx/examples/includes/geshi/geshi/ |
boo.php | 84 'matrix', 'map', 'len', 'join', 'iterator', 'gets', 'enumerate', 'cat', 'array'
|
povray.php | 65 'max_intersections', 'max_gradient', 'max_extent', 'matrix', 'material_map', 'marble', 'map_type', 'mandel',
|
/external/neven/Embedded/common/src/b_APIEm/ |
Types.h | 72 bpi_ID_PCA_MAT, /** eigenvector matrix obtained from PCA analysis */
|
/external/skia/bench/ |
BitmapBench.cpp | 87 - matrix options: translate, scale, rotate, persp
|