Searched defs:prePathMatrix (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h42 * If prePathMatrix is not null, it should logically be applied before any
48 const SkMatrix* prePathMatrix, bool pathIsMutable) const {
49 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false);
47 drawPath(const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) const argument
/external/skia/include/core/
H A DSkDraw.h42 * If prePathMatrix is not null, it should logically be applied before any
48 const SkMatrix* prePathMatrix, bool pathIsMutable) const {
49 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false);
47 drawPath(const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) const argument
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp73 const SkPaint& paint, const SkMatrix* prePathMatrix,
75 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
76 INHERITED::drawPath(d, origPath, paint, prePathMatrix, pathIsMutable);
88 if (prePathMatrix) {
89 pathPtr->transform(*prePathMatrix);
72 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
H A DSkPDFDevice.cpp972 const SkPaint& paint, const SkMatrix* prePathMatrix,
978 if (prePathMatrix) {
984 origPath.transform(*prePathMatrix, pathPtr);
986 matrix.preConcat(*prePathMatrix);
1013 if (handleInversePath(d, origPath, paint, pathIsMutable, prePathMatrix)) {
1534 const SkMatrix* prePathMatrix) {
1569 if (prePathMatrix) {
1570 totalMatrix.preConcat(*prePathMatrix);
1587 drawPath(d, modifiedPath, noInversePaint, prePathMatrix, true);
971 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
1532 handleInversePath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, bool pathIsMutable, const SkMatrix* prePathMatrix) argument
/external/skia/src/pdf/
H A DSkPDFDeviceFlattener.cpp73 const SkPaint& paint, const SkMatrix* prePathMatrix,
75 if (!mustFlatten(d) && !(prePathMatrix && prePathMatrix->hasPerspective())) {
76 INHERITED::drawPath(d, origPath, paint, prePathMatrix, pathIsMutable);
88 if (prePathMatrix) {
89 pathPtr->transform(*prePathMatrix);
72 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
H A DSkPDFDevice.cpp972 const SkPaint& paint, const SkMatrix* prePathMatrix,
978 if (prePathMatrix) {
984 origPath.transform(*prePathMatrix, pathPtr);
986 matrix.preConcat(*prePathMatrix);
1013 if (handleInversePath(d, origPath, paint, pathIsMutable, prePathMatrix)) {
1534 const SkMatrix* prePathMatrix) {
1569 if (prePathMatrix) {
1570 totalMatrix.preConcat(*prePathMatrix);
1587 drawPath(d, modifiedPath, noInversePaint, prePathMatrix, true);
971 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
1532 handleInversePath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, bool pathIsMutable, const SkMatrix* prePathMatrix) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapDevice.cpp229 const SkPaint& paint, const SkMatrix* prePathMatrix,
232 draw.drawPath(path, paint, prePathMatrix, pathIsMutable);
228 drawPath(const SkDraw& draw, const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
H A DSkDraw.cpp994 const SkMatrix* prePathMatrix, bool pathIsMutable,
1009 if (prePathMatrix) {
1018 pathPtr->transform(*prePathMatrix, result);
1021 tmpMatrix.setConcat(*matrix, *prePathMatrix);
1025 // at this point we're done with prePathMatrix
1026 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
993 drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable, bool drawCoverage) const argument
/external/skia/src/core/
H A DSkBitmapDevice.cpp301 const SkPaint& paint, const SkMatrix* prePathMatrix,
304 draw.drawPath(path, paint, prePathMatrix, pathIsMutable);
300 drawPath(const SkDraw& draw, const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
H A DSkDraw.cpp994 const SkMatrix* prePathMatrix, bool pathIsMutable,
1009 if (prePathMatrix) {
1018 pathPtr->transform(*prePathMatrix, result);
1021 tmpMatrix.setConcat(*matrix, *prePathMatrix);
1025 // at this point we're done with prePathMatrix
1026 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
993 drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable, bool drawCoverage) const argument
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc216 const SkMatrix* prePathMatrix,
213 drawPath(const SkDraw& draw, const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp734 const SkPaint& paint, const SkMatrix* prePathMatrix,
749 if (prePathMatrix) {
756 // should I push prePathMatrix on our MV stack temporarily, instead
758 pathPtr->transform(*prePathMatrix, result);
761 // at this point we're done with prePathMatrix
762 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
733 drawPath(const SkDraw& draw, const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp734 const SkPaint& paint, const SkMatrix* prePathMatrix,
749 if (prePathMatrix) {
756 // should I push prePathMatrix on our MV stack temporarily, instead
758 pathPtr->transform(*prePathMatrix, result);
761 // at this point we're done with prePathMatrix
762 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
733 drawPath(const SkDraw& draw, const SkPath& origSrcPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1670 const SkMatrix* prePathMatrix,
1687 if (prePathMatrix) {
1693 platonicPath.transform(*prePathMatrix, skeletalPath);
1695 matrix.preConcat(*prePathMatrix);
1667 drawPath(const SkDraw& d, const SkPath& platonicPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1670 const SkMatrix* prePathMatrix,
1687 if (prePathMatrix) {
1693 platonicPath.transform(*prePathMatrix, skeletalPath);
1695 matrix.preConcat(*prePathMatrix);
1667 drawPath(const SkDraw& d, const SkPath& platonicPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument

Completed in 432 milliseconds