Home
last modified time | relevance | path

Searched refs:rr2 (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/tests/
DRoundRectTest.cpp125 SkRRect rr, rr2; in test_inset() local
129 rr.inset(-20, -20, &rr2); in test_inset()
130 REPORTER_ASSERT(reporter, rr2.isRect()); in test_inset()
132 rr.inset(20, 20, &rr2); in test_inset()
133 REPORTER_ASSERT(reporter, rr2.isRect()); in test_inset()
135 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
136 REPORTER_ASSERT(reporter, rr2.isEmpty()); in test_inset()
139 rr.inset(19, 19, &rr2); in test_inset()
140 REPORTER_ASSERT(reporter, rr2.isSimple()); in test_inset()
141 rr.inset(20, 20, &rr2); in test_inset()
[all …]
DRRectInPathTest.cpp220 SkRRect rr, rr2; in test_inset() local
224 rr.inset(-20, -20, &rr2); in test_inset()
227 rr.inset(20, 20, &rr2); in test_inset()
230 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
234 rr.inset(19, 19, &rr2); in test_inset()
236 rr.inset(20, 20, &rr2); in test_inset()
257 SkRRect rr2; // construct the same RR using the most general set function in test_9patch_rrect() local
259 rr2.setRectRadii(rect, radii); in test_9patch_rrect()
290 SkRRect rr2; in test_round_rect_basic() local
291 rr2.setOval(rect); in test_round_rect_basic()
[all …]
/third_party/skia/tests/
DRRectInPathTest.cpp216 SkRRect rr, rr2; in test_inset() local
220 rr.inset(-20, -20, &rr2); in test_inset()
223 rr.inset(20, 20, &rr2); in test_inset()
226 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
230 rr.inset(19, 19, &rr2); in test_inset()
232 rr.inset(20, 20, &rr2); in test_inset()
253 SkRRect rr2; // construct the same RR using the most general set function in test_9patch_rrect() local
255 rr2.setRectRadii(rect, radii); in test_9patch_rrect()
286 SkRRect rr2; in test_round_rect_basic() local
287 rr2.setOval(rect); in test_round_rect_basic()
[all …]
DRoundRectTest.cpp128 SkRRect rr, rr2; in test_inset() local
132 rr.inset(-20, -20, &rr2); in test_inset()
133 REPORTER_ASSERT(reporter, rr2.isRect()); in test_inset()
135 rr.inset(20, 20, &rr2); in test_inset()
136 REPORTER_ASSERT(reporter, rr2.isRect()); in test_inset()
138 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset()
139 REPORTER_ASSERT(reporter, rr2.isEmpty()); in test_inset()
142 rr.inset(19, 19, &rr2); in test_inset()
143 REPORTER_ASSERT(reporter, rr2.isSimple()); in test_inset()
144 rr.inset(20, 20, &rr2); in test_inset()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c831 register uint32_t r1, r2, rr1, rr2; in usb_format_yuv_semiplanar_420() local
865 rr2 = *(pyy++); in usb_format_yuv_semiplanar_420()
870 *(pp++) = ((GET_BYTE(rr2, 0)) | (GET_BYTE(c[1], 8) << 8) | in usb_format_yuv_semiplanar_420()
871 (GET_BYTE(rr2, 8) << 16) | (GET_BYTE(c[1], 0) << 24)); in usb_format_yuv_semiplanar_420()
872 *(pp++) = ((GET_BYTE(rr2, 16)) | (GET_BYTE(c[1], 24) << 8) | in usb_format_yuv_semiplanar_420()
873 (GET_BYTE(rr2, 24) << 16) | (GET_BYTE(c[1], 16) << 24)); in usb_format_yuv_semiplanar_420()
/third_party/boost/libs/parameter/test/
Dmacros_eval_category.cpp29 BOOST_PARAMETER_NAME(rr2)
42 , boost::parameter::optional<test::tag::rr2>
Devaluate_category_10.cpp37 BOOST_PARAMETER_NAME((_rr2, keywords) rr2)
64 , boost::parameter::optional<test::keywords::rr2>
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.h234 unsigned int rr2:8; /* reserved */ member
272 unsigned int rr2:8; /* reserved */
/third_party/skia/samplecode/
DSampleQuadStroker.cpp640 SkRRect rr2; in onDrawContent() local
641 rr.inset(width/2, width/2, &rr2); in onDrawContent()
642 path.addRRect(rr2, SkPathDirection::kCCW); in onDrawContent()
643 rr.inset(-width/2, -width/2, &rr2); in onDrawContent()
644 path.addRRect(rr2, SkPathDirection::kCW); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleQuadStroker.cpp647 SkRRect rr2; in onDrawContent() local
648 rr.inset(width/2, width/2, &rr2); in onDrawContent()
649 path.addRRect(rr2, SkPath::kCCW_Direction); in onDrawContent()
650 rr.inset(-width/2, -width/2, &rr2); in onDrawContent()
651 path.addRRect(rr2, SkPath::kCW_Direction); in onDrawContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td36 def RR2 : LanaiReg<11, "rr2", [R11]>, DwarfRegAlias<R11>;
/third_party/chromium/patch/
D0001-cve.patch61300 z?fe|RS2>6A-H$Qu6fym$Xa^sia?k(8!si|s*F1^seT4J=q}8n)d9fPH;rr2#a36mT