Searched defs:rectPt (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleQuadStroker.cpp714 const SkRect& rectPt = SkRect::MakeXYWH(x, y, 1, 1); variable
715 if (fWeightControl.contains(rectPt)) {
718 if (fRadiusControl.contains(rectPt)) {
722 if (fErrorControl.contains(rectPt)) {
726 if (fWidthControl.contains(rectPt)) {
729 if (fCubicButton.fBounds.contains(rectPt)) {
733 if (fConicButton.fBounds.contains(rectPt)) {
737 if (fQuadButton.fBounds.contains(rectPt)) {
741 if (fArcButton.fBounds.contains(rectPt)) {
745 if (fRRectButton.fBounds.contains(rectPt)) {
[all...]
/external/skqp/samplecode/
H A DSampleQuadStroker.cpp714 const SkRect& rectPt = SkRect::MakeXYWH(x, y, 1, 1); variable
715 if (fWeightControl.contains(rectPt)) {
718 if (fRadiusControl.contains(rectPt)) {
722 if (fErrorControl.contains(rectPt)) {
726 if (fWidthControl.contains(rectPt)) {
729 if (fCubicButton.fBounds.contains(rectPt)) {
733 if (fConicButton.fBounds.contains(rectPt)) {
737 if (fQuadButton.fBounds.contains(rectPt)) {
741 if (fArcButton.fBounds.contains(rectPt)) {
745 if (fRRectButton.fBounds.contains(rectPt)) {
[all...]

Completed in 86 milliseconds