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

123

/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),
H A DAAClipBench.cpp103 fDrawRect = SkRect::MakeLTRB(0, 0,
124 SkRect temp = SkRect::MakeLTRB(0, 0,
/external/skia/tests/
H A DReadPixelsTest.cpp259 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
261 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
263 SkIRect::MakeLTRB(-10, -10, -1, -1),
265 SkIRect::MakeLTRB(-10, -10, 0, 0),
267 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4),
269 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H / 4),
271 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, 0),
273 SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H / 4),
275 SkIRect::MakeLTRB(DEV_W / 4, -10, 3 * DEV_W / 4, DEV_H / 4),
277 SkIRect::MakeLTRB(DEV_
[all...]
H A DWritePixelsTest.cpp368 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
370 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
372 SkIRect::MakeLTRB(-10, -10, -1, -1),
374 SkIRect::MakeLTRB(-10, -10, 0, 0),
376 SkIRect::MakeLTRB(-10, -10, DEV_W / 4, DEV_H / 4),
378 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H / 4),
380 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, 0),
382 SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H / 4),
384 SkIRect::MakeLTRB(DEV_W / 4, -10, 3 * DEV_W / 4, DEV_H / 4),
386 SkIRect::MakeLTRB(DEV_
[all...]
H A DARGBImageEncoderTest.cpp57 canvas.drawIRect(SkIRect::MakeLTRB(0, 0, kWidth, 1), paint);
59 canvas.drawIRect(SkIRect::MakeLTRB(0, 1, kWidth, 2), paint);
H A DClipStackTest.cpp39 SkRect r = SkRect::MakeLTRB(1, 2, 3, 4);
41 r = SkRect::MakeLTRB(10, 11, 12, 13);
47 r = SkRect::MakeLTRB(14, 15, 16, 17);
63 r = SkRect::MakeLTRB(14, 15, 16, 17);
73 r = SkRect::MakeLTRB(14, 15, 16, 17);
96 r = SkRect::MakeLTRB(24, 25, 26, 27);
393 SkRect rect = SkRect::MakeLTRB(0, 0, 10, 10);
513 SkRect overlapLeft = SkRect::MakeLTRB(10, 10, 50, 50);
514 SkRect overlapRight = SkRect::MakeLTRB(40, 40, 80, 80);
516 SkRect nestedParent = SkRect::MakeLTRB(1
[all...]
H A DReadWriteAlphaTest.cpp90 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10);
H A DRoundRectTest.cpp53 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
136 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
166 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
178 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
198 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DSkiaUtils.h72 return SkRect::MakeLTRB(SkFloatToScalar(rect.x()), SkFloatToScalar(rect.y()),
/external/skia/gm/
H A Dovals.cpp140 SkRect oval = SkRect::MakeLTRB(-20, -30, 20, 30);
182 SkRect oval = SkRect::MakeLTRB(-20, -60, 20, 60);
198 SkRect oval = SkRect::MakeLTRB(-80, -30, 80, 30);
215 SkRect oval = SkRect::MakeLTRB(0, -60, 1, 60);
230 SkRect oval = SkRect::MakeLTRB(-80, -1, 80, 0);
H A Drects.cpp218 SkRect r = SkRect::MakeLTRB(0, 0, 30, 30);
224 SkRect r = SkRect::MakeLTRB(0, 0, 2, 40);
230 SkRect r = SkRect::MakeLTRB(0, 0, 40, 2);
236 SkRect r = SkRect::MakeLTRB(0, 0, 0.25f, 10);
242 SkRect r = SkRect::MakeLTRB(0, 0, 60, 60);
H A Dbitmaprecttest.cpp26 canvas.drawRect(SkRect::MakeLTRB(0.5f, 0.5f, 59.5f, 59.5f), paint);
H A Dcircularclips.cpp44 SkRect rect = SkRect::MakeLTRB(x1 - r, y - r, x2 + r, y + r);
H A Droundrects.cpp141 SkRect rect = SkRect::MakeLTRB(-20, -30, 20, 30);
185 SkRect rect = SkRect::MakeLTRB(-20, -60, 20, 60);
204 SkRect rect = SkRect::MakeLTRB(-80, -30, 80, 30);
224 SkRect rect = SkRect::MakeLTRB(0, -60, 1, 60);
242 SkRect rect = SkRect::MakeLTRB(-80, -1, 80, 0);
H A Dstrokerects.cpp59 canvas->clipRect(SkRect::MakeLTRB(
H A Dtechtalk1.cpp142 show_mesh(canvas, SkRect::MakeLTRB(100, 50-20, 450, 50+20));
150 SkRect r = SkRect::MakeLTRB(50, 70, 250, 370);
182 SkRect r = SkRect::MakeLTRB(50, 70, 250, 370);
H A Dinversepaths.cpp87 SkRect clipRect = SkRect::MakeLTRB(slideBoundary, slideBoundary,
H A Dsimpleaaclip.cpp121 SkRect r = SkRect::MakeLTRB(SkIntToScalar(90), SkIntToScalar(90),
H A Dstrokes.cpp59 canvas->clipRect(SkRect::MakeLTRB(
119 canvas->clipRect(SkRect::MakeLTRB(SkIntToScalar(2),
/external/chromium_org/remoting/base/
H A Dutil.cc110 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left() + 1),
131 webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left()),
196 return webrtc::DesktopRect::MakeLTRB(x, y, right, bottom);
208 return webrtc::DesktopRect::MakeLTRB(left, top, right, bottom);
H A Dutil_unittest.cc154 webrtc::DesktopRect::MakeLTRB(0, 0, kWidth - 1, kHeight - 1);
157 webrtc::DesktopRect dest_rect = webrtc::DesktopRect::MakeLTRB(
173 webrtc::DesktopRect::MakeLTRB(6, 6, kWidth - 11, kHeight - 11);
175 webrtc::DesktopRect dest_rect = webrtc::DesktopRect::MakeLTRB(
/external/chromium_org/remoting/host/
H A Ddesktop_shape_tracker_win.cc83 desktop_shape_.AddRect(webrtc::DesktopRect::MakeLTRB(
H A Dchromoting_param_traits.cc79 *r = webrtc::DesktopRect::MakeLTRB(left, top, right, bottom);
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
/external/skia/src/core/
H A DSkRasterClip.h57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));

Completed in 2298 milliseconds

123