HomeSort by relevance Sort by last modified time
    Searched refs:MakeLTRB (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region_unittest.cc 118 { 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(0, 150, 200, 200)
    [all...]
cropping_window_capturer_win.cc 94 DesktopRect::MakeLTRB(enumerated_rect.left,
158 context.selected_window_rect = DesktopRect::MakeLTRB(
177 DesktopRect::MakeLTRB(region_rect.left,
  /external/skia/gm/
fadefilter.cpp 24 canvas->drawRect(SkRect::MakeLTRB(64, 64, 192, 192), layerPaint);
clipdrawdraw.cpp 41 const SkRect rect1 = SkRect::MakeLTRB(136.5f, 137.5f, 338.5f, 293.5f);
45 const SkRect rect2 = SkRect::MakeLTRB(207.5f, 179.499f, 530.5f, 429.5f);
blurredclippedcircle.cpp 45 SkRect clipRect1 = SkRect::MakeLTRB(0, 0,
57 SkRect clipRect2 = SkRect::MakeLTRB(8, 8, 288, 288);
61 SkRect r = SkRect::MakeLTRB(4, 4, 292, 292);
skbug_4868.cpp 18 SkRect rc = SkRect::MakeLTRB(158.0f, 5994.80273f, 165.0f, 5998.80225f);
bitmaprecttest.cpp 26 canvas.drawRect(SkRect::MakeLTRB(0.5f, 0.5f, 59.5f, 59.5f), paint);
convexpolyeffect.cpp 139 fRects.addToTail(SkRect::MakeLTRB(5.f, 1.f, 30.f, 25.f));
141 fRects.addToTail(SkRect::MakeLTRB(5.5f, 0.5f, 29.5f, 24.5f));
143 fRects.addToTail(SkRect::MakeLTRB(5.25f, 0.5f, 5.75f, 24.5f));
144 fRects.addToTail(SkRect::MakeLTRB(5.5f, 0.5f, 29.5f, 0.75f));
146 fRects.addToTail(SkRect::MakeLTRB(5.55f, 0.5f, 5.75f, 24.5f));
147 fRects.addToTail(SkRect::MakeLTRB(5.5f, .05f, 29.5f, .25f));
149 fRects.addToTail(SkRect::MakeLTRB(5.05f, .55f, 5.45f, .85f));
151 fRects.addToTail(SkRect::MakeLTRB(100.f, 50.5f, 5.f, 0.5f));
imagesource2.cpp 63 SkRect srcRect = SkRect::MakeLTRB(0, 0,
65 SkRect dstRect = SkRect::MakeLTRB(0.75f, 0.75f, 225.75f, 225.75f);
transparency.cpp 48 bm.eraseArea(SkIRect::MakeLTRB(0, 0, size, size), c2);
49 bm.eraseArea(SkIRect::MakeLTRB(size, size, 2 * size, 2 * size), c2);
ovals.cpp 141 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30);
183 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60);
199 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30);
216 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60);
231 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0);
rects.cpp 219 SkRect r = SkRect::MakeLTRB(0, 0, 30, 30);
225 SkRect r = SkRect::MakeLTRB(0, 0, 2, 40);
231 SkRect r = SkRect::MakeLTRB(0, 0, 40, 2);
237 SkRect r = SkRect::MakeLTRB(0, 0, 0.25f, 10);
243 SkRect r = SkRect::MakeLTRB(0, 0, 60, 60);
cubicpaths.cpp 72 drawOne(canvas, fPath, SkRect::MakeLTRB(0, 0, 80, 150));
74 drawOne(canvas, fPath, SkRect::MakeLTRB(0, 0, 80, 100));
76 drawOne(canvas, fPath, SkRect::MakeLTRB(0, 0, 30, 150));
78 drawOne(canvas, fPath, SkRect::MakeLTRB(0, 0, 10, 150));
82 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 80));
84 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 100, 80));
86 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 30));
88 drawOne(canvas, fFlipped, SkRect::MakeLTRB(0, 0, 150, 10));
  /external/skia/bench/
TableBench.cpp 46 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/tests/
WritePixelsTest.cpp 309 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
311 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
313 SkIRect::MakeLTRB(-10, -10, -1, -1),
315 SkIRect::MakeLTRB(-10, -10, 0, 0),
317 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4),
319 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H / 4),
321 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, 0),
323 SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H / 4),
325 SkIRect::MakeLTRB(DEV_W / 4, -10, 3 * DEV_W / 4, DEV_H / 4),
327 SkIRect::MakeLTRB(DEV_W + 1, -10, DEV_W + 10, -1)
    [all...]
RecordDrawTest.cpp 171 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)));
227 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[0], SkRect::MakeLTRB(0, 0, 50, 50)));
228 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[1], SkRect::MakeLTRB(0, 0, 50, 50)));
229 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[2], SkRect::MakeLTRB(0, 0, 40, 40)));
230 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[3], SkRect::MakeLTRB(0, 0, 50, 50)));
243 SkRect layerBounds = SkRect::MakeLTRB(10, 10, 40, 40);
245 recorder.drawRect(SkRect::MakeLTRB(20, 20, 30, 30), SkPaint());
251 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[0], SkRect::MakeLTRB(10, 10, 40, 40)));
252 REPORTER_ASSERT(r, sloppy_rect_eq(bounds[1], SkRect::MakeLTRB(20, 20, 30, 30)))
    [all...]
ARGBImageEncoderTest.cpp 46 canvas.drawIRect(SkIRect::MakeLTRB(0, 0, kWidth, 1), paint);
48 canvas.drawIRect(SkIRect::MakeLTRB(0, 1, kWidth, 2), paint);
CanvasStateHelpers.cpp 22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
42 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(left), SkIntToScalar(top),
ReadPixelsTest.cpp 284 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
286 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
288 SkIRect::MakeLTRB(-10, -10, -1, -1),
290 SkIRect::MakeLTRB(-10, -10, 0, 0),
292 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4),
294 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H / 4),
296 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, 0),
298 SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H / 4),
300 SkIRect::MakeLTRB(DEV_W / 4, -10, 3 * DEV_W / 4, DEV_H / 4),
302 SkIRect::MakeLTRB(DEV_W + 1, -10, DEV_W + 10, -1)
    [all...]
RRectInPathTest.cpp 146 SkRect r = SkRect::MakeLTRB(0, 0, 1009, 33554432.0);
218 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
266 SkRect rect2 = SkRect::MakeLTRB(0.358211994f, 0.755430222f, 0.872866154f, 0.806214333f);
286 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
311 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
321 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
337 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
356 const SkRect rectx = SkRect::MakeLTRB(min, min, max, big);
357 const SkRect recty = SkRect::MakeLTRB(min, min, big, max);
  /frameworks/base/libs/hwui/tests/unit/
DamageAccumulatorTests.cpp 44 ASSERT_EQ(SkRect::MakeLTRB(50, 50, 100, 100), curDirty);
47 ASSERT_EQ(SkRect::MakeLTRB(50, 50, 100, 100), curDirty);
60 ASSERT_EQ(SkRect::MakeLTRB(50, 50, 100, 100), curDirty);
63 ASSERT_EQ(SkRect::MakeLTRB(75, 75, 125, 125), curDirty);
81 ASSERT_EQ(SkRect::MakeLTRB(50, 50, 200, 125), curDirty);
101 ASSERT_EQ(SkRect::MakeLTRB(100, 100, 125, 125), dirty);
128 ASSERT_EQ(SkRect::MakeLTRB(50, 50, 500, 500), dirty);
  /external/skia/samplecode/
SampleAARects.cpp 87 rect = SkRect::MakeLTRB(0.f,
94 rect = SkRect::MakeLTRB(0.5f,
101 rect = SkRect::MakeLTRB(0.5f,
108 rect = SkRect::MakeLTRB(0.75f,
117 rect = SkRect::MakeLTRB(0.0f,
130 rect = SkRect::MakeLTRB(-20.0f,
140 rect = SkRect::MakeLTRB(0.0f,
150 rect = SkRect::MakeLTRB(0.5f,
161 rect = SkRect::MakeLTRB(0.5f,
172 rect = SkRect::MakeLTRB(0.1f
    [all...]
SampleClock.cpp 55 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(-284, -284, 284, 284)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/win/
window_capture_utils.cc 29 *original_rect = DesktopRect::MakeLTRB(
35 *cropped_rect = DesktopRect::MakeLTRB(
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 34 return DesktopRect::MakeLTRB(
43 return DesktopRect::MakeLTRB(
126 DesktopRect primary_bounds = DesktopRect::MakeLTRB(

Completed in 299 milliseconds

1 2 3 4 5