Searched refs:MakeLTRB (Results 1 - 25 of 127) sorted by relevance

123456

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region_unittest.cc118 { DesktopRect::MakeLTRB(100, 100, 200, 200),
119 DesktopRect::MakeLTRB(0, 100, 100, 200),
120 1, { DesktopRect::MakeLTRB(0, 100, 200, 200) } },
121 { DesktopRect::MakeLTRB(100, 100, 200, 200),
122 DesktopRect::MakeLTRB(100, 0, 200, 100),
123 1, { DesktopRect::MakeLTRB(100, 0, 200, 200) } },
126 { DesktopRect::MakeLTRB(100, 100, 200, 200),
127 DesktopRect::MakeLTRB(0, 150, 100, 250),
128 3, { DesktopRect::MakeLTRB(100, 100, 200, 150),
129 DesktopRect::MakeLTRB(
[all...]
/external/skia/gm/
H A Dcomplexclip4.cpp42 canvas->androidFramework_setDeviceClipRestriction(SkIRect::MakeLTRB(100, 100, 300, 300));
44 canvas->clipRect(SkRect::MakeLTRB(100, 200, 400, 500),
46 canvas->drawRect(SkRect::MakeLTRB(100, 200, 400, 500), p);
51 canvas->androidFramework_setDeviceClipRestriction(SkIRect::MakeLTRB(500, 100, 800, 300));
61 canvas->drawRect(SkRect::MakeLTRB(500, 200, 900, 500), p);
66 canvas->androidFramework_setDeviceClipRestriction(SkIRect::MakeLTRB(500, 500, 800, 700));
69 canvas->clipRRect(SkRRect::MakeOval(SkRect::MakeLTRB(500, 600, 900, 750)),
71 canvas->drawRect(SkRect::MakeLTRB(500, 600, 900, 750), p);
77 canvas->clipRect(SkRect::MakeLTRB(100, 400, 300, 750),
80 canvas->androidFramework_setDeviceClipRestriction(SkIRect::MakeLTRB(15
[all...]
H A Dfadefilter.cpp21 canvas->drawRect(SkRect::MakeLTRB(64, 64, 192, 192), layerPaint);
H A Dclip_error.cpp22 canvas->clipRect(SkRect::MakeLTRB(0, 0, 1081, 665));
23 canvas->drawRect(SkRect::MakeLTRB(0, 0, 1081, 665), clearPaint);
69 canvas->clipRect(SkRect::MakeLTRB(0, 0, WIDTH, 256));
75 canvas->clipRect(SkRect::MakeLTRB(0, 256, WIDTH, 510));
H A Dblurredclippedcircle.cpp47 SkRect clipRect1 = SkRect::MakeLTRB(0, 0,
59 SkRect clipRect2 = SkRect::MakeLTRB(8, 8, 288, 288);
63 SkRect r = SkRect::MakeLTRB(4, 4, 292, 292);
H A Dskbug_4868.cpp18 SkRect rc = SkRect::MakeLTRB(158.0f, 5994.80273f, 165.0f, 5998.80225f);
H A Dclipdrawdraw.cpp43 const SkRect rect1 = SkRect::MakeLTRB(136.5f, 137.5f, 338.5f, 293.5f);
47 const SkRect rect2 = SkRect::MakeLTRB(207.5f, 179.499f, 530.5f, 429.5f);
H A Dshadowmaps.cpp42 canvas->drawRect(SkRect::MakeLTRB(200,150,350,300), paint);
47 canvas->drawRect(SkRect::MakeLTRB(150,200,300,350), paint);
52 canvas->drawRect(SkRect::MakeLTRB(100,100,250,250), paint);
H A Dbitmaprecttest.cpp26 canvas.drawRect(SkRect::MakeLTRB(0.5f, 0.5f, 59.5f, 59.5f), paint);
H A Ddrawregion.cpp46 canvas->drawRect(SkRect::MakeLTRB(50.0f, 50.0f, 250.0f, 250.0f), paint);
H A Dconvexpolyeffect.cpp140 fRects.addToTail(SkRect::MakeLTRB(5.f, 1.f, 30.f, 25.f));
142 fRects.addToTail(SkRect::MakeLTRB(5.5f, 0.5f, 29.5f, 24.5f));
144 fRects.addToTail(SkRect::MakeLTRB(5.25f, 0.5f, 5.75f, 24.5f));
145 fRects.addToTail(SkRect::MakeLTRB(5.5f, 0.5f, 29.5f, 0.75f));
147 fRects.addToTail(SkRect::MakeLTRB(5.55f, 0.5f, 5.75f, 24.5f));
148 fRects.addToTail(SkRect::MakeLTRB(5.5f, .05f, 29.5f, .25f));
150 fRects.addToTail(SkRect::MakeLTRB(5.05f, .55f, 5.45f, .85f));
152 fRects.addToTail(SkRect::MakeLTRB(100.f, 50.5f, 5.f, 0.5f));
H A Dimagesource2.cpp63 const SkRect srcRect = SkRect::MakeLTRB(0, 0,
66 const SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f);
H A Dtransparency.cpp45 bm.eraseArea(SkIRect::MakeLTRB(0, 0, size, size), c2);
46 bm.eraseArea(SkIRect::MakeLTRB(size, size, 2 * size, 2 * size), c2);
H A Dhighcontrastfilter.cpp43 SkRect bounds = SkRect::MakeLTRB(0.0f, 0.0f, 1.0f, 1.0f);
49 bounds = SkRect::MakeLTRB(0.1f, 0.2f, 0.9f, 0.4f);
57 bounds = SkRect::MakeLTRB(0.1f, 0.8f, 0.9f, 1.0f);
65 bounds = SkRect::MakeLTRB(0.1f, 0.4f, 0.9f, 0.6f);
74 bounds = SkRect::MakeLTRB(0.1f, 0.6f, 0.9f, 0.8f);
H A Dovals.cpp142 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30);
184 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60);
200 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30);
217 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60);
232 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0);
/external/skia/tests/
H A DQuickRejectTest.cpp106 SkRect bounds = SkRect::MakeLTRB(50, 50, 70, 70);
114 SkRect r0 = SkRect::MakeLTRB(-50.0f, -50.0f, 50.0f, 50.0f);
115 SkRect r1 = SkRect::MakeLTRB(-50.0f, 110.0f, 50.0f, 120.0f);
116 SkRect r2 = SkRect::MakeLTRB(110.0f, -50.0f, 120.0f, 50.0f);
117 SkRect r3 = SkRect::MakeLTRB(-120.0f, -50.0f, 120.0f, 50.0f);
118 SkRect r4 = SkRect::MakeLTRB(-50.0f, -120.0f, 50.0f, 120.0f);
119 SkRect r5 = SkRect::MakeLTRB(-120.0f, -120.0f, 120.0f, 120.0f);
120 SkRect r6 = SkRect::MakeLTRB(-120.0f, -120.0f, -110.0f, -110.0f);
121 SkRect r7 = SkRect::MakeLTRB(SK_ScalarNaN, -50.0f, 50.0f, 50.0f);
122 SkRect r8 = SkRect::MakeLTRB(
[all...]
H A DWritePixelsTest.cpp310 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
312 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
314 SkIRect::MakeLTRB(-10, -10, -1, -1),
316 SkIRect::MakeLTRB(-10, -10, 0, 0),
318 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4),
320 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H / 4),
322 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, 0),
324 SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H / 4),
326 SkIRect::MakeLTRB(DEV_W / 4, -10, 3 * DEV_W / 4, DEV_H / 4),
328 SkIRect::MakeLTRB(DEV_
[all...]
H A DRecordDrawTest.cpp171 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[0], SkRect::MakeLTRB(0, 0, 140, 60)));
172 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[1], SkRect::MakeLTRB(0, 20, 180, 100)));
229 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[0], SkRect::MakeLTRB(0, 0, 50, 50)));
230 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[1], SkRect::MakeLTRB(0, 0, 50, 50)));
231 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[2], SkRect::MakeLTRB(0, 0, 40, 40)));
232 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[3], SkRect::MakeLTRB(0, 0, 50, 50)));
245 SkRect layerBounds = SkRect::MakeLTRB(10, 10, 40, 40);
247 recorder.drawRect(SkRect::MakeLTRB(20, 20, 30, 30), SkPaint());
253 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[0], SkRect::MakeLTRB(10, 10, 40, 40)));
254 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[1], SkRect::MakeLTRB(2
[all...]
H A DCanvasStateHelpers.cpp22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
41 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(left), SkIntToScalar(top),
H A DReadPixelsTest.cpp320 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
322 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
324 SkIRect::MakeLTRB(-10, -10, -1, -1),
326 SkIRect::MakeLTRB(-10, -10, 0, 0),
328 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4),
330 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H / 4),
332 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, 0),
334 SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H / 4),
336 SkIRect::MakeLTRB(DEV_W / 4, -10, 3 * DEV_W / 4, DEV_H / 4),
338 SkIRect::MakeLTRB(DEV_
[all...]
/external/skia/bench/
H A DTableBench.cpp46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth,
52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth,
58 SkRect right = SkRect::MakeLTRB(col * kCellWidth + (kCellWidth-SK_Scalar1),
/external/skia/samplecode/
H A DSampleAARects.cpp83 rect = SkRect::MakeLTRB(0.f,
90 rect = SkRect::MakeLTRB(0.5f,
97 rect = SkRect::MakeLTRB(0.5f,
104 rect = SkRect::MakeLTRB(0.75f,
113 rect = SkRect::MakeLTRB(0.0f,
126 rect = SkRect::MakeLTRB(-20.0f,
136 rect = SkRect::MakeLTRB(0.0f,
146 rect = SkRect::MakeLTRB(0.5f,
157 rect = SkRect::MakeLTRB(0.5f,
168 rect = SkRect::MakeLTRB(0.
[all...]
H A DSampleClock.cpp55 rect = SkRect::MakeLTRB(200-4, -4, 240+4, 4);
79 rect = SkRect::MakeLTRB(231.5f, -2.5f, 242.5, 2.5f);
119 rect = SkRect::MakeLTRB(-20-7, -7, 80+7, 7);
140 rect = SkRect::MakeLTRB(-56-5, -5, 224+5, 5);
162 rect = SkRect::MakeLTRB(-60-3, -3, 166+3, 3);
170 rect = SkRect::MakeLTRB(-20, -20, 20, 20);
180 rect = SkRect::MakeLTRB(-20+190, -20, 20+190, 20);
192 rect = SkRect::MakeLTRB(-6, -6, 6, 6);
199 rect = SkRect::MakeLTRB(-6, -6, 6, 6);
206 rect = SkRect::MakeLTRB(
[all...]
H A DSampleShadowing.cpp32 fTestRects[0].fGeometry = SkRect::MakeLTRB(300,200,350,250);
36 fTestRects[1].fGeometry = SkRect::MakeLTRB(200,300,250,350);
40 fTestRects[2].fGeometry = SkRect::MakeLTRB(100,100,150,150);
42 fSliders[0].fGeometry = SkRect::MakeLTRB(20, 400, 30, 420);
46 fSliders[1].fGeometry = SkRect::MakeLTRB(100, 420, 110, 440);
50 fSliders[2].fGeometry = SkRect::MakeLTRB(0, 440, 10, 460);
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dwindow_capture_utils.cc29 *original_rect = DesktopRect::MakeLTRB(
35 *cropped_rect = DesktopRect::MakeLTRB(

Completed in 303 milliseconds

123456