HomeSort by relevance Sort by last modified time
    Searched refs:matrix (Results 176 - 200 of 231) sorted by null

1 2 3 4 5 6 78 910

  /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;
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)) {
SkGeometry.cpp 1238 SkMatrix matrix; local
    [all...]
  /external/webkit/WebKit/android/nav/
FindCanvas.h 138 const SkPath& path, const SkMatrix* matrix,
CachedRoot.cpp 251 const SkMatrix& matrix, const SkPaint& paint) {
254 SkCanvas::commonDrawBitmap(bitmap, matrix, paint);
292 const SkMatrix& matrix = getTotalMatrix(); local
293 matrix.mapPoints(upDown, 2);
302 const SkPath& path, const SkMatrix* matrix,
306 SkCanvas::drawTextOnPath(text, byteLength, path, matrix, paint);
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 39 static void affineTransformDecompose(const AffineTransform& matrix, double sr[9])
41 AffineTransform m(matrix);
57 // Remove scale from matrix
63 // Remove rotation from matrix
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 29 import android.graphics.Matrix;
134 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
    [all...]
  /frameworks/base/core/java/android/view/
View.java 30 import android.graphics.Matrix;
6990 final Matrix matrix = scrollabilityCache.matrix; local
9504 public final Matrix matrix; field in class:View.ScrollabilityCache
    [all...]
  /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/chromium/
TransparencyWin.cpp 64 const AffineTransform& matrix)
89 destCanvas.setMatrix(matrix);
  /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...]
PlatformContextSkia.cpp 532 const SkMatrix& matrix = m_canvas->getTotalMatrix(); local
534 if (!matrix.invert(&inverseMatrix))
  /external/webkit/WebCore/svg/
SVGLinearGradientElement.cpp 162 attributes.setGradientTransform(current->gradientTransform()->consolidate().matrix());
SVGRadialGradientElement.cpp 194 attributes.setGradientTransform(current->gradientTransform()->consolidate().matrix());
  /frameworks/base/services/surfaceflinger/
LayerBase.h 91 bool setMatrix(const layer_state_t::matrix22_t& matrix);
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 38 import android.graphics.Matrix;
1298 Matrix matrix = new Matrix(); local
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 420 matrixx_t matrix; member in struct:android::gl::transform_t
477 matrixf_t matrix; member in struct:android::gl::vp_transform_t
  /external/libvpx/vp8/common/arm/neon/
mbloopfilterverticaledge_uv_neon.asm 52 ;transpose to 8x16 matrix
245 ;transpose to 16x8 matrix
mbloopfilterverticaledge_y_neon.asm 50 ;transpose to 8x16 matrix
245 ;transpose to 16x8 matrix
  /external/skia/src/images/
fpdfemb.h     [all...]
  /external/srec/srec/ca/
pat_basi.c 183 if (hPattern->data.prep->matrix)
  /frameworks/base/opengl/libagl/
vertex.cpp 24 #include "matrix.h"
70 const GLfixed* const m = c->transforms.vpt.transform.matrix.m;

Completed in 541 milliseconds

1 2 3 4 5 6 78 910