Searched refs:fMatrix (Results 101 - 125 of 130) sorted by relevance

123456

/external/skia/src/utils/debugger/
H A DSkDrawCommand.h170 SkMatrix fMatrix; member in class:SkConcatCommand
199 SkMatrix fMatrix; member in class:SkDrawBitmapMatrixCommand
413 SkMatrix fMatrix; member in class:SkDrawTextOnPathCommand
579 SkMatrix fMatrix; member in class:SkSetMatrixCommand
/external/skia/src/core/
H A DSkShader.cpp78 total.setConcat(*rec.fMatrix, fLocalMatrix);
104 : fShader(shader), fCTM(*rec.fMatrix)
H A DSkPictureShader.cpp117 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
H A DSkMatrix.cpp1228 : fMatrix(m), fSX(x0), fSY(y0), fCount(count) {
1250 SkMatrix::Persp_xy(fMatrix, fSX, fSY, &pt);
1257 SkMatrix::Persp_xy(fMatrix, fSX, fSY, &pt);
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1221 if (rect_must_be_pathed(paint, *d.fMatrix)) {
1246 HRV(this->shadePath(shadedPath.get(), paint, *d.fMatrix, &fill, &stroke));
1252 HRV(this->createXpsTransform(*d.fMatrix, &xpsTransform));
1271 d.fMatrix->mapPoints(points, SK_ARRAY_COUNT(points));
1528 SkMatrix matrix = *d.fMatrix;
1590 *d.fMatrix,
1622 filter->filterMask(&filteredMask, *mask, *d.fMatrix, NULL)) {
1825 transform.postConcat(*d.fMatrix);
2123 if (text_must_be_pathed(paint, *d.fMatrix)) {
2135 myDraw.fMatrix
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1222 if (rect_must_be_pathed(paint, *d.fMatrix)) {
1247 HRV(this->shadePath(shadedPath.get(), paint, *d.fMatrix, &fill, &stroke));
1253 HRV(this->createXpsTransform(*d.fMatrix, &xpsTransform));
1272 d.fMatrix->mapPoints(points, SK_ARRAY_COUNT(points));
1685 SkMatrix matrix = *d.fMatrix;
1747 *d.fMatrix,
1779 filter->filterMask(&filteredMask, *mask, *d.fMatrix, NULL)) {
1979 transform.postConcat(*d.fMatrix);
2277 if (text_must_be_pathed(paint, *d.fMatrix)) {
2289 myDraw.fMatrix
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGr.cpp539 fMatrix = context->getMatrix();
544 fContext->setMatrix(fMatrix);
548 SkMatrix fMatrix; member in class:AutoMatrix
H A DSkGpuDevice.cpp292 fContext->setMatrix(*draw.fMatrix);
936 concat.setConcat(*draw->fMatrix, m);
937 draw.writable()->fMatrix = &concat;
1399 SkMatrix matrix(*draw.fMatrix);
1470 matrix = *origDraw.fMatrix;
1472 draw.writable()->fMatrix = &matrix;
1510 SkMatrix matrix(*draw.fMatrix);
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp18 fMatrix.setIdentity();
98 fMatrix = matrix;
120 canvas->concat(fMatrix);
/external/skia/src/views/
H A DSkView.cpp18 fMatrix.setIdentity();
98 fMatrix = matrix;
120 canvas->concat(fMatrix);
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils.cc96 draw.fMatrix->mapRect(&mapped_rect, rect);
134 total_matrix.setConcat(*draw.fMatrix, matrix);
/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp75 total.setConcat(*rec.fMatrix, fLocalMatrix);
113 : fShader(shader), fCTM(*rec.fMatrix)
H A DSkPictureShader.cpp139 SkAutoTUnref<SkShader> bitmapShader(this->refBitmapShader(*rec.fMatrix, rec.fLocalMatrix));
H A DSkPicture.cpp324 return *((SkPictureStateTree::Draw*)fOps[index])->fMatrix;
H A DSkMatrix.cpp1222 : fMatrix(m), fSX(x0), fSY(y0), fCount(count) {
1244 SkMatrix::Persp_xy(fMatrix, fSX, fSY, &pt);
1251 SkMatrix::Persp_xy(fMatrix, fSX, fSY, &pt);
/external/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h83 draw.fMatrix->mapRect(&mappedRect, rect);
115 totMatrix.setConcat(*draw.fMatrix, matrix);
/external/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h88 draw.fMatrix->mapRect(&mappedRect, rect);
120 totMatrix.setConcat(*draw.fMatrix, matrix);
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerRasterizer.cpp134 draw.fMatrix = &drawMatrix;
H A DSkPerlinNoiseShader.cpp443 fMatrix.mapPoints(&newPoint, &point, 1);
468 SkMatrix newMatrix = *rec.fMatrix;
475 fMatrix.setTranslate(-newMatrix.getTranslateX() + SK_Scalar1, -newMatrix.getTranslateY() + SK_Scalar1);
/external/chromium_org/third_party/skia/tests/
H A DLayerDrawLooperTest.cpp34 fLastMatrix = *draw.fMatrix;
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp145 draw.fMatrix = &drawMatrix;
H A DSkPerlinNoiseShader.cpp422 fMatrix.mapPoints(&newPoint, &point, 1);
448 SkMatrix newMatrix = *rec.fMatrix;
462 fMatrix = newMatrix;
/external/skia/src/gpu/
H A DGrPictureUtils.cpp127 device->fInfo.fCTM = *draw.fMatrix;
H A DSkGpuDevice.cpp328 fContext->setMatrix(*draw.fMatrix);
967 concat.setConcat(*draw->fMatrix, m);
968 draw.writable()->fMatrix = &concat;
1430 SkMatrix matrix(*draw.fMatrix);
1500 matrix = *origDraw.fMatrix;
1502 draw.writable()->fMatrix = &matrix;
1539 SkMatrix matrix(*draw.fMatrix);
/external/skia/tests/
H A DLayerDrawLooperTest.cpp34 fLastMatrix = *draw.fMatrix;

Completed in 3766 milliseconds

123456