Searched refs:lastCorner (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 49 SkPoint moveTo, lastCorner; in onFilterPath() local 57 lastCorner.set(0, 0); in onFilterPath() 64 dst->lineTo(lastCorner); in onFilterPath() 88 lastCorner = pts[1]; in onFilterPath() 99 lastCorner = pts[2]; in onFilterPath() 109 lastCorner = pts[2]; in onFilterPath() 119 lastCorner = pts[3]; in onFilterPath() 124 dst->quadTo(lastCorner.fX, lastCorner.fY, in onFilterPath() 125 lastCorner.fX + firstStep.fX, in onFilterPath() 126 lastCorner.fY + firstStep.fY); in onFilterPath() [all …]
|
/third_party/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 47 SkPoint moveTo, lastCorner; in onFilterPath() local 55 lastCorner.set(0, 0); in onFilterPath() 62 dst->lineTo(lastCorner); in onFilterPath() 86 lastCorner = pts[1]; in onFilterPath() 97 lastCorner = pts[2]; in onFilterPath() 107 lastCorner = pts[2]; in onFilterPath() 117 lastCorner = pts[3]; in onFilterPath() 122 dst->quadTo(lastCorner.fX, lastCorner.fY, in onFilterPath() 123 lastCorner.fX + firstStep.fX, in onFilterPath() 124 lastCorner.fY + firstStep.fY); in onFilterPath() [all …]
|