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

/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h43 * If prePathMatrix is not null, it should logically be applied before any
49 const SkMatrix* prePathMatrix, bool pathIsMutable) const {
50 this->drawPath(path, paint, prePathMatrix, pathIsMutable, false);
48 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.cpp971 const SkPaint& paint, const SkMatrix* prePathMatrix,
977 if (prePathMatrix) {
983 origPath.transform(*prePathMatrix, pathPtr);
985 matrix.preConcat(*prePathMatrix);
1012 if (handleInversePath(d, origPath, paint, pathIsMutable, prePathMatrix)) {
1435 const SkMatrix* prePathMatrix) {
1470 if (prePathMatrix) {
1471 totalMatrix.preConcat(*prePathMatrix);
1488 drawPath(d, modifiedPath, noInversePaint, prePathMatrix, true);
970 drawPath(const SkDraw& d, const SkPath& origPath, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
1433 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.cpp217 const SkPaint& paint, const SkMatrix* prePathMatrix,
220 draw.drawPath(path, paint, prePathMatrix, pathIsMutable);
216 drawPath(const SkDraw& draw, const SkPath& path, const SkPaint& paint, const SkMatrix* prePathMatrix, bool pathIsMutable) argument
H A DSkDraw.cpp1000 const SkMatrix* prePathMatrix, bool pathIsMutable,
1015 if (prePathMatrix) {
1024 pathPtr->transform(*prePathMatrix, result);
1027 tmpMatrix.setConcat(*matrix, *prePathMatrix);
1031 // at this point we're done with prePathMatrix
1032 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
999 drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, const SkMatrix* prePathMatrix, bool pathIsMutable, bool drawCoverage, SkBlitter* customBlitter) 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.cpp702 const SkPaint& paint, const SkMatrix* prePathMatrix,
718 if (prePathMatrix) {
725 // should I push prePathMatrix on our MV stack temporarily, instead
727 pathPtr->transform(*prePathMatrix, result);
730 // at this point we're done with prePathMatrix
731 SkDEBUGCODE(prePathMatrix = (const SkMatrix*)0x50FF8001;)
701 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.cpp1513 const SkMatrix* prePathMatrix,
1530 if (prePathMatrix) {
1536 platonicPath.transform(*prePathMatrix, skeletalPath);
1538 matrix.preConcat(*prePathMatrix);
1510 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 1733 milliseconds