HomeSort by relevance Sort by last modified time
    Searched defs:fMatrix (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/bench/
DrawBitmapAABench.cpp 22 : fMatrix(matrix)
42 canvas->concat(fMatrix);
50 SkMatrix fMatrix;
QuickRejectBench.cpp 42 SkMatrix fMatrix;
49 fMatrix.setScale(5.0f, 5.0f);
50 fMatrix.setTranslateX(10.0f);
51 fMatrix.setTranslateY(10.0f);
57 canvas->concat(fMatrix);
BitmapScaleBench.cpp 33 SkMatrix fMatrix;
65 fMatrix.setScale( scale(), scale() );
97 canvas.concat(fMatrix);
Matrix44Bench.cpp 287 , fMatrix(SkMatrix44::kIdentity_Constructor)
295 fMatrix.set(1, 2, 1); // to invalidate the type-cache
296 fMatrix.getType();
300 SkMatrix44 fMatrix;
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.h 40 SkScalar fMatrix[20];
SkPictureImageGenerator.h 34 SkMatrix fMatrix;
SkDraw.h 155 const SkMatrix* fMatrix; // required
SkImageFilterCache.h 22 , fMatrix(matrix)
30 fMatrix.getType(); // force initialization of type, so hashes match
34 SkMatrix fMatrix;
41 fMatrix == other.fMatrix &&
SkTextMapStateProc.h 17 : fMatrix(matrix)
20 , fScaleX(fMatrix.getScaleX()) {
23 unsigned mtype = fMatrix.getType();
29 fOffset.set(offset.x() * fMatrix.getScaleX() + fMatrix.getTranslateX(),
30 offset.y() * fMatrix.getScaleY() + fMatrix.getTranslateY());
46 const SkMatrix& fMatrix;
61 fProc(fMatrix, pos[0] + fOffset.x(), pos[1] + fOffset.y(), loc);
72 fProc(fMatrix, *pos + fOffset.x(), fOffset.y(), loc)
    [all...]
SkColorSpace_A2B.h 75 , fMatrix(SkMatrix44::kUninitialized_Constructor)
84 , fMatrix(SkMatrix44::kUninitialized_Constructor)
97 , fMatrix(SkMatrix44::kUninitialized_Constructor)
104 , fMatrix(matrix)
135 return fMatrix;
147 SkMatrix44 fMatrix;
  /external/skia/src/gpu/
GrSWMaskHelper.h 90 SkMatrix fMatrix;
GrCoordTransform.h 62 fMatrix = m;
70 fMatrix = m;
78 fMatrix = that.fMatrix;
91 return &fMatrix;
97 !fMatrix.cheapEqualTo(that.fMatrix)) {
110 const SkMatrix& getMatrix() const { return fMatrix; }
128 SkMatrix fMatrix;
GrDefaultGeoProcFactory.h 114 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {}
115 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) {
118 bool hasLocalMatrix() const { return nullptr != fMatrix; }
121 const SkMatrix* fMatrix;
  /external/skia/include/core/
SkMultiPictureDraw.h 62 SkMatrix fMatrix;
SkImage.h 442 : fMatrix(matrix), fQuality(quality), fPreScaleMipLevel(preScaleMipLevel) {}
443 SkMatrix fMatrix;
  /external/skia/include/effects/
Sk2DPathEffect.h 36 const SkMatrix& getMatrix() const { return fMatrix; }
45 SkMatrix fMatrix, fInverse;
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.h 22 SkMatrix44 matrix() const { return fMatrix; }
62 , fMatrix(matrix)
74 SkMatrix44 fMatrix;
  /external/skia/gm/
filterindiabox.cpp 55 fMatrix[0].setScale(horizScale, vertScale);
56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
61 SkMatrix fMatrix[2];
83 for (size_t i = 0; i < SK_ARRAY_COUNT(fMatrix); ++i) {
84 SkSize size = computeSize(fBM, fMatrix[i]);
88 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
filterbitmap.cpp 55 fMatrix[0].setScale(scale, scale);
56 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(scale, scale);
59 fMatrix[2].setScale(0.7f, 1.05f);
64 SkMatrix fMatrix[3];
88 for (size_t i = 0; i < SK_ARRAY_COUNT(fMatrix); ++i) {
89 SkSize size = computeSize(fBM, fMatrix[i]);
93 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
shadertext3.cpp 41 SkMatrix fMatrix;
shadertext2.cpp 39 SkMatrix fMatrix;
50 matrices.append()->fMatrix.reset();
52 matrices.append()->fMatrix.setScale(1.2f, 0.8f);
54 matrices.append()->fMatrix.setRotate(10.f);
56 matrices.append()->fMatrix.reset();
57 matrices.top().fMatrix.setPerspX(-0.0015f);
58 matrices.top().fMatrix.setPerspY(+0.0015f);
62 localMatrices.append()->fMatrix.reset();
64 localMatrices.append()->fMatrix.setScale(2.5f, 0.2f);
66 localMatrices.append()->fMatrix.setRotate(45.f)
    [all...]
  /external/skia/include/views/
SkWindow.h 76 const SkMatrix& getMatrix() const { return fMatrix; }
118 SkMatrix fMatrix;
  /external/skia/include/utils/
SkCamera.h 146 SkMatrix3D fMatrix;
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.h 77 SkMatrix fMatrix;
  /external/skia/src/pdf/
SkPDFDevice.h 143 SkMatrix fMatrix;

Completed in 1157 milliseconds

1 2