HomeSort by relevance Sort by last modified time
    Searched refs:fMatrix (Results 51 - 75 of 78) sorted by null

1 23 4

  /external/skia/src/svg/
SkSVGDevice.cpp 278 const SkMatrix* fMatrix;
281 MxCp(const SkMatrix* mx, const SkClipStack* cs) : fMatrix(mx), fClipStack(cs) {}
282 MxCp(SkSVGDevice* device) : fMatrix(&device->ctm()), fClipStack(&device->cs()) {}
310 if (!mc.fMatrix->isIdentity()) {
311 this->addAttribute("transform", svg_transform(*mc.fMatrix));
710 SkMatrix adjustedMatrix = *mc.fMatrix;
712 mc.fMatrix = &adjustedMatrix;
720 SkMatrix adjustedMatrix = *mc.fMatrix;
722 mc.fMatrix = &adjustedMatrix;
  /external/skia/src/utils/
SkShadowUtils.cpp 220 const SkMatrix& m = fEntries[i].fMatrix;
222 if (matrix != fEntries[i].fMatrix) {
252 fEntries[i].fMatrix = matrix;
261 SkMatrix fMatrix;
  /external/skia/src/shaders/gradients/
SkGradientShaderPriv.h 353 , fMatrix(matrix)
360 const SkMatrix* fMatrix;
SkTwoPointConicalGradient_gpu.cpp     [all...]
SkGradientShader.cpp     [all...]
  /external/skia/samplecode/
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/core/
SkFindAndPlaceGlyph.h 238 : fOrigin(origin), fMatrix(matrix), fMapProc(matrix.getMapXYProc()) { }
242 fMapProc(fMatrix, position.fX + fOrigin.fX, position.fY + fOrigin.fY, &result);
248 const SkMatrix& fMatrix;
SkBitmapDevice.cpp 182 fMatrix = &dev->ctm();
SkScalerContext.cpp 408 draw.fMatrix = &matrix;
  /external/skia/src/views/
SkView.cpp 23 fMatrix.setIdentity();
92 fMatrix = matrix;
111 canvas->concat(fMatrix);
  /external/skia/dm/
DMSrcSink.h 417 const SkMatrix fMatrix;
425 const SkMatrix fMatrix;
DMSrcSink.cpp     [all...]
  /external/skia/src/shaders/
SkPerlinNoiseShader.cpp 330 SkMatrix fMatrix;
600 fMatrix.mapPoints(&newPoint, &point, 1);
625 SkMatrix matrix = SkMatrix::Concat(*rec.fMatrix, shader.getLocalMatrix());
636 , fMatrix(total_matrix(rec, shader)) // used for temp storage, adjusted below
638 shader.fBaseFrequencyY, fMatrix)
642 fMatrix.setTranslate(-fMatrix.getTranslateX() + SK_Scalar1,
643 -fMatrix.getTranslateY() + SK_Scalar1);
    [all...]
SkBitmapProcShader.cpp 183 if (!shader.computeTotalInverse(*rec.fMatrix, rec.fLocalMatrix, &totalInverse)) {
SkPictureShader.cpp 310 sk_sp<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix,
  /external/skia/src/effects/
SkLayerRasterizer.cpp 130 draw.fMatrix = &drawMatrix;
  /external/skia/src/pdf/
SkPDFDevice.h 143 SkMatrix fMatrix;
SkPDFDevice.cpp 111 draw.fMatrix = &ctm;
191 fMatrix.reset();
199 fMatrix == cur.fMatrix &&
372 if (matrix == currentEntry()->fMatrix) {
376 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
382 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
390 currentEntry()->fMatrix = matrix;
629 if (!contentEntry->fState.fMatrix.invert(&inverse)) {
    [all...]
  /external/skia/tests/
CanvasTest.cpp 210 , fMatrix(TestMatrix())
226 SkMatrix fMatrix;
376 SIMPLE_TEST_STEP(Concat, concat(d.fMatrix));
377 SIMPLE_TEST_STEP(SetMatrix, setMatrix(d.fMatrix));
  /external/skia/tools/debugger/
SkDrawCommand.h 254 SkMatrix fMatrix;
480 SkTLazy<SkMatrix> fMatrix;
567 SkMatrix fMatrix;
761 SkMatrix fMatrix;
SkDrawCommand.cpp     [all...]
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.cpp 457 draw.fMatrix = &drawMatrix;
556 draw.fMatrix = &drawMatrix;
    [all...]
GrAAHairLinePathRenderer.cpp     [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 851 draw.fMatrix = &matrix;
    [all...]

Completed in 1753 milliseconds

1 23 4