Searched refs:SkMatrix (Results 251 - 275 of 491) sorted by relevance

<<11121314151617181920

/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp215 static inline bool get_direction(const SkPath& path, const SkMatrix& m, SkPath::Direction* dir) {
221 SkScalar det2x2 = SkScalarMul(m.get(SkMatrix::kMScaleX), m.get(SkMatrix::kMScaleY)) -
222 SkScalarMul(m.get(SkMatrix::kMSkewX), m.get(SkMatrix::kMSkewY));
262 const SkMatrix& m,
528 static GrGeometryProcessor* Create(GrColor color, const SkMatrix& localMatrix) {
539 const SkMatrix& localMatrix() const { return fLocalMatrix; }
652 QuadEdgeEffect(GrColor color, const SkMatrix& localMatrix)
669 SkMatrix fLocalMatri
[all...]
/external/skia/src/core/
H A DSkRecorder.cpp240 const SkMatrix* matrix, const SkPaint& paint) {
246 matrix ? *matrix : SkMatrix::I());
254 void SkRecorder::onDrawPicture(const SkPicture* pic, const SkMatrix* matrix, const SkPaint* paint) {
256 APPEND(DrawPicture, this->copy(paint), pic, matrix ? *matrix : SkMatrix::I());
299 void SkRecorder::didConcat(const SkMatrix& matrix) {
303 void SkRecorder::didSetMatrix(const SkMatrix& matrix) {
/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp61 context->drawNonAARectToRect(rt, clip, paint, SkMatrix::I(), dstRect, srcRect);
84 context->drawNonAARectToRect(rt, clip, paint, SkMatrix::I(), dstRect, srcRect);
200 SkMatrix matrix;
222 context->drawNonAARectToRect(dstTexture->asRenderTarget(), clip, paint, SkMatrix::I(),
290 SkMatrix matrix;
301 SkMatrix::I(), dstRect, srcRect);
H A DSkTileImageFilter.cpp14 #include "SkMatrix.h"
70 SkMatrix shaderMatrix;
85 bool SkTileImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm,
/external/skia/debugger/QT/
H A DSkCanvasWidget.cpp109 fUserMatrix[SkMatrix::kMTransX] = x;
110 fUserMatrix[SkMatrix::kMTransY] = y;
/external/skia/experimental/PdfViewer/
H A DSkNulCanvas.h68 const SkPath& path, const SkMatrix* matrix,
76 void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override {}
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfType1PatternDictionary_autogen.cpp107 SkMatrix SkPdfType1PatternDictionary::Matrix(SkPdfNativeDoc* doc) {
112 return SkMatrix::I();
/external/skia/experimental/
H A DSkSetPoly3To3_A.cpp8 #include "SkMatrix.h"
11 bool SkSetPoly3To3_A(SkMatrix* matrix, const SkPoint src[3], const SkPoint dst[3]);
50 bool SkSetPoly3To3_A(SkMatrix* matrix, const SkPoint src[3], const SkPoint dst[3]) {
/external/skia/gm/
H A Daarectmodes.cpp116 const SkMatrix m = SkMatrix::MakeScale(SkIntToScalar(6), SkIntToScalar(6));
H A Dcolortypexfermode.cpp34 SkMatrix local;
106 SkMatrix m;
H A Dfilltypespersp.cpp96 SkMatrix mat;
104 SkMatrix persp;
H A Dmixedxfermodes.cpp71 SkMatrix rot;
99 SkMatrix lm;
H A Dpatheffects.cpp58 SkMatrix m;
90 SkMatrix m;
H A Dshadertext3.cpp40 SkMatrix fMatrix;
98 SkMatrix localM;
H A Dtexdata.cpp101 SkMatrix vm;
109 SkMatrix tm;
H A Dconvexpolyclip.cpp42 SkMatrix mat = SkMatrix::I();
120 SkMatrix scaleM;
130 SkMatrix rotM;
H A Dimagealphathreshold.cpp40 SkMatrix matrix;
H A Dpicture.cpp62 SkMatrix matrix;
H A Dpictureshader.cpp65 SkMatrix ctm, localMatrix;
90 SkMatrix ctm, localMatrix;
140 void drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix,
/external/skia/include/core/
H A DSkBitmapDevice.h71 const SkMatrix* prePathMatrix = NULL,
74 const SkMatrix& matrix, const SkPaint& paint) override;
H A DSkRRect.h15 class SkMatrix;
279 * @param matrix SkMatrix specifying the transform. Must only contain
285 bool transform(const SkMatrix& matrix, SkRRect* dst) const;
H A DSkImage.h99 const SkMatrix* localMatrix = NULL) const;
/external/skia/src/gpu/effects/
H A DGrTextureDomain.h161 const SkMatrix&,
182 const SkMatrix&,
/external/skia/src/gpu/gl/
H A DGrGLUtil.h15 class SkMatrix;
124 * Helper for converting SkMatrix to a column-major GL float array
126 template<int MatrixSize> void GrGLGetMatrix(GrGLfloat* dest, const SkMatrix& src);
/external/skia/dm/
H A DDMSrcSink.h228 ViaMatrix(SkMatrix, Sink*);
231 const SkMatrix fMatrix;
236 ViaUpright(SkMatrix, Sink*);
239 const SkMatrix fMatrix;

Completed in 1813 milliseconds

<<11121314151617181920