Searched refs:SkApplyPerspectiveClip (Results 1 – 6 of 6) sorted by relevance
/external/skia/include/core/ |
D | SkPath.h | 1339 SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) const; 1349 SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) { 1354 SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) const { 1361 return this->makeTransform(SkMatrix::Scale(sx, sy), SkApplyPerspectiveClip::kNo); in makeScale()
|
D | SkMatrix.h | 27 enum class SkApplyPerspectiveClip { enum 1559 SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) const; 1570 bool mapRect(SkRect* rect, SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) const { 1580 SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) const {
|
/external/skia/tests/ |
D | M44Test.cpp | 326 path.transform(m.asM33(), SkApplyPerspectiveClip::kYes); in DEF_TEST()
|
D | PathTest.cpp | 2729 p.transform(matrix, &p1, SkApplyPerspectiveClip::kNo); in test_transform() 2731 p1.transform(matrix, nullptr, SkApplyPerspectiveClip::kNo); in test_transform()
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 1149 bool SkMatrix::mapRect(SkRect* dst, const SkRect& src, SkApplyPerspectiveClip pc) const { in mapRect() 1162 } else if (pc == SkApplyPerspectiveClip::kYes && this->hasPerspective()) { in mapRect()
|
D | SkPath.cpp | 1559 void SkPath::transform(const SkMatrix& matrix, SkPath* dst, SkApplyPerspectiveClip pc) const { in transform() 1578 if (pc == SkApplyPerspectiveClip::kYes && in transform()
|