HomeSort by relevance Sort by last modified time
    Searched defs:fMatrix (Results 26 - 45 of 45) sorted by null

12

  /external/skia/src/gpu/
GrDefaultGeoProcFactory.h 110 LocalCoords(Type type) : fType(type), fMatrix(nullptr) {}
111 LocalCoords(Type type, const SkMatrix* matrix) : fType(type), fMatrix(matrix) {
114 bool hasLocalMatrix() const { return nullptr != fMatrix; }
117 const SkMatrix* fMatrix;
  /external/skia/tools/debugger/
SkDebugCanvas.h 72 return fMatrix;
237 SkMatrix fMatrix;
SkDrawCommand.h 224 SkMatrix fMatrix;
399 SkTLazy<SkMatrix> fMatrix;
486 SkMatrix fMatrix;
668 SkMatrix fMatrix;
  /external/skia/bench/
MatrixBench.cpp 116 fMatrix.setAll(fArray[0], fArray[1], fArray[2],
121 junk ^= (fMatrix.getType());
122 fMatrix.dirtyMatrixTypeCache();
123 junk ^= (fMatrix.getType());
124 fMatrix.dirtyMatrixTypeCache();
125 junk ^= (fMatrix.getType());
126 fMatrix.dirtyMatrixTypeCache();
127 junk ^= (fMatrix.getType());
128 fMatrix.dirtyMatrixTypeCache();
129 junk ^= (fMatrix.getType())
    [all...]
ShapesBench.cpp 155 fShapes[i].fMatrix.setTranslate(0.5f * pad + rand.nextF() * (kBenchWidth - pad),
157 fShapes[i].fMatrix.preRotate(rand.nextF() * 360.0f);
159 fShapes[i].fMatrix.setPerspX(0.00015f);
160 fShapes[i].fMatrix.setPerspY(-0.00015f);
215 canvas->setMatrix(fShapes[i].fMatrix);
229 SkMatrix fMatrix;
PathBench.cpp 394 fMatrix.setScale(5 * SK_Scalar1, 6 * SK_Scalar1);
409 fPaths[i & (kPathCnt - 1)].transform(fMatrix);
414 fPaths[idx].transform(fMatrix, &fTransformed[idx]);
427 SkMatrix fMatrix;
482 fMatrix.setRotate(60 * SK_Scalar1);
537 result.addPath(fPaths1[idx], fMatrix);
565 SkMatrix fMatrix;
  /external/skia/src/fonts/
SkGScalerContext.cpp 30 SkMatrix fMatrix;
62 fRec.getSingleMatrix(&fMatrix);
63 fMatrix.preScale(SK_Scalar1 / STD_SIZE, SK_Scalar1 / STD_SIZE);
80 fMatrix.mapXY(SkFixedToScalar(glyph->fAdvanceX),
90 fMatrix.mapXY(SkFixedToScalar(glyph->fAdvanceX),
97 path.transform(fMatrix);
126 canvas.concat(fMatrix);
135 path->transform(fMatrix);
141 SkScalar scale = fMatrix.getScaleY();
  /external/skia/tests/
GrTRecorderTest.cpp 133 fMatrix.reset();
142 REPORTER_ASSERT(reporter, fMatrix.isIdentity());
146 SkMatrix fMatrix;
CanvasTest.cpp 101 , fMatrix(TestMatrix())
117 SkMatrix fMatrix;
332 SIMPLE_TEST_STEP(Concat, concat(d.fMatrix));
333 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
  /external/skia/include/core/
SkShader.h 111 , fMatrix(&matrix)
116 const SkMatrix* fMatrix; // the current matrix in the canvas
  /external/skia/include/views/
SkView.h 89 canvas->concat(fMatrix);
107 canvas->concat(fMatrix);
109 const SkMatrix& getLocalMatrix() const { return fMatrix; }
384 SkMatrix fMatrix;
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 37 transpose_to_pmorder(fTranspose, fMatrix);
39 const float* array = fMatrix;
55 memcpy(fMatrix, array, 20 * sizeof(SkScalar));
152 SkASSERT(sizeof(fMatrix)/sizeof(SkScalar) == 20);
153 buffer.writeScalarArray(fMatrix, 20);
166 memcpy(matrix, fMatrix, 20 * sizeof(SkScalar));
229 set_concat(concat, fMatrix, innerMatrix);
290 const float* m = cme.fMatrix;
315 memcpy(fMatrix, matrix, sizeof(SkScalar) * 20);
330 return 0 == memcmp(fMatrix, cme.fMatrix, sizeof(fMatrix))
    [all...]
SkFindAndPlaceGlyph.h 327 : fOrigin(origin), fMatrix(matrix), fMapProc(matrix.getMapXYProc()) { }
331 fMapProc(fMatrix, position.fX + fOrigin.fX, position.fY + fOrigin.fY, &result);
337 const SkMatrix& fMatrix;
SkRemote.cpp 451 ID define(const SkMatrix& v)O{return this->define(Type::kMatrix, &fMatrix, v);}
470 case Type::kMatrix: return fMatrix .remove(id);
511 void setMatrix(ID matrix) override { fCanvas->setMatrix(fMatrix.find(matrix)); }
607 IDMap<SkMatrix , Type::kMatrix > fMatrix;
643 fMatrix .foreach(undef);
669 ID define(const SkMatrix& v) override { return this->define(&fMatrix , v); }
739 SkTHashMap<SkMatrix, ID> fMatrix;
SkCanvas.cpp 196 const SkMatrix* fMatrix;
237 fMatrix = &totalMatrix;
243 fMatrix = &fMatrixStorage;
257 fDevice->setMatrixClip(*fMatrix, fClip.forceGetBW(), clipStack);
288 SkMatrix fMatrix;
295 fMatrix.reset();
301 MCRec(const MCRec& prev) : fRasterClip(prev.fRasterClip), fMatrix(prev.fMatrix) {
320 fMatrix.reset();
349 fMatrix = rec->fMatrix
    [all...]
  /external/skia/dm/
DMSrcSink.h 301 const SkMatrix fMatrix;
309 const SkMatrix fMatrix;
  /external/skia/samplecode/
SampleFatBits.cpp 89 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom));
112 SkMatrix fMatrix, fInverse;
169 canvas->concat(fMatrix);
296 fMatrix.mapPoints(pts, 2);
325 fMatrix.mapPoints(pts, 2);
368 fMatrix.mapPoints(pts, 3);
SamplePathFuzz.cpp 152 fMatrix = makeMatrix();
166 return fMatrix;
582 SkMatrix fMatrix;
SampleQuadStroker.cpp 111 SkMatrix fMatrix, fInverse;
246 canvas->concat(fMatrix);
265 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom));
  /external/skia/src/pdf/
SkPDFDevice.cpp 193 SkMatrix fMatrix;
224 fMatrix.reset();
231 fMatrix == cur.fMatrix &&
506 if (matrix == currentEntry()->fMatrix) {
510 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
516 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
524 currentEntry()->fMatrix = matrix;
619 init(draw.fClipStack, *draw.fClip, *draw.fMatrix, paint, hasText);
777 if (!contentEntry->fState.fMatrix.invert(&inverse))
    [all...]

Completed in 417 milliseconds

12