/external/skia/src/views/ |
SkTouchGesture.cpp | 245 const Rec& rec0 = fTouches[0]; local 248 float scale = this->computePinch(rec0, rec1); 251 fLocalM.setTranslate(-center(rec0.fStartX, rec1.fStartX), 252 -center(rec0.fStartY, rec1.fStartY)); 254 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), 255 center(rec0.fLastY, rec1.fLastY)); 303 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) { 304 double dx = rec0.fStartX - rec1.fStartX; 305 double dy = rec0.fStartY - rec1.fStartY; 308 dx = rec0.fLastX - rec1.fLastX [all...] |
/external/skqp/src/views/ |
SkTouchGesture.cpp | 245 const Rec& rec0 = fTouches[0]; local 248 float scale = this->computePinch(rec0, rec1); 251 fLocalM.setTranslate(-center(rec0.fStartX, rec1.fStartX), 252 -center(rec0.fStartY, rec1.fStartY)); 254 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), 255 center(rec0.fLastY, rec1.fLastY)); 303 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) { 304 double dx = rec0.fStartX - rec1.fStartX; 305 double dy = rec0.fStartY - rec1.fStartY; 308 dx = rec0.fLastX - rec1.fLastX [all...] |
/external/skia/tests/ |
SkResourceCacheTest.cpp | 247 auto rec0 = skstd::make_unique<TestRec>(sharedID, data, &flags0); local 249 SkASSERT(rec0->getKey() == rec1->getKey()); 251 TestRec* r0 = rec0.get(); // save the bare-pointer since we will release rec0 257 cache->add(rec0.release(), nullptr); 264 // we purged rec0, and did install rec1 268 // we re-used rec0 and did not install rec1
|
ScalarTest.cpp | 179 const Rec& rec0 = data[i]; local 186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); 187 bool finite2 = rec0.fIsFinite && rec1.fIsFinite;
|
RecordOptsTest.cpp | 399 SkPictureRecorder rec0, rec1; local 401 c0 = rec0.beginRecording(10, 10); 409 surf0->getCanvas()->drawPicture(rec0.finishRecordingAsPicture());
|
/external/skqp/tests/ |
SkResourceCacheTest.cpp | 247 auto rec0 = skstd::make_unique<TestRec>(sharedID, data, &flags0); local 249 SkASSERT(rec0->getKey() == rec1->getKey()); 251 TestRec* r0 = rec0.get(); // save the bare-pointer since we will release rec0 257 cache->add(rec0.release(), nullptr); 264 // we purged rec0, and did install rec1 268 // we re-used rec0 and did not install rec1
|
ScalarTest.cpp | 179 const Rec& rec0 = data[i]; local 186 bool finite = gProc2[m](rec0.fValue, rec1.fValue, proc1); 187 bool finite2 = rec0.fIsFinite && rec1.fIsFinite;
|
RecordOptsTest.cpp | 399 SkPictureRecorder rec0, rec1; local 401 c0 = rec0.beginRecording(10, 10); 409 surf0->getCanvas()->drawPicture(rec0.finishRecordingAsPicture());
|
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
Insertions.java | 343 ASTRecord rec0 = null; local 345 rec0 = rec.replacePath(p.getParentPath()); 346 Tree t = ASTIndex.getNode(cut, rec0); 348 rec0 = null; 350 rec = rec0; 351 rec0 = rec.extend(Tree.Kind.NEW_ARRAY, 368 rec0 = rec.extend(Tree.Kind.NEW_ARRAY, 374 if (rec0 != null) { 386 rec1 = extendToInnerType(rec0, loc, node); [all...] |
/external/python/cpython2/Lib/plat-mac/Carbon/ |
AppleEvents.py | 121 kAENotifyStopRecording = FOUR_CHAR_CODE('rec0') [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
AppleEvents.py | 121 kAENotifyStopRecording = FOUR_CHAR_CODE('rec0') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
AppleEvents.py | 121 kAENotifyStopRecording = FOUR_CHAR_CODE('rec0') [all...] |