Searched refs:rec0 (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 243 const Rec& rec0 = fTouches[0]; in touchMoved() local 246 float scale = this->computePinch(rec0, rec1); in touchMoved() 249 fLocalM.setTranslate(-center(rec0.fStartX, rec1.fStartX), in touchMoved() 250 -center(rec0.fStartY, rec1.fStartY)); in touchMoved() 252 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), in touchMoved() 253 center(rec0.fLastY, rec1.fLastY)); in touchMoved() 301 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) { in computePinch() argument 302 double dx = rec0.fStartX - rec1.fStartX; in computePinch() 303 double dy = rec0.fStartY - rec1.fStartY; in computePinch() 306 dx = rec0.fLastX - rec1.fLastX; in computePinch() [all …]
|
/external/skia/tests/ |
D | ScalarTest.cpp | 179 const Rec& rec0 = data[i]; in test_isfinite() local 186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); in test_isfinite() 187 bool finite2 = rec0.fIsFinite && rec1.fIsFinite; in test_isfinite()
|
D | RecordOptsTest.cpp | 387 SkPictureRecorder rec0, rec1; in do_savelayer_srcmode() local 389 c0 = rec0.beginRecording(10, 10); in do_savelayer_srcmode() 397 surf0->getCanvas()->drawPicture(rec0.finishRecordingAsPicture()); in do_savelayer_srcmode()
|