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

1 2 3

  /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),
AAClipBench.cpp 103 fDrawRect = SkRect::MakeLTRB(0, 0,
124 SkRect temp = SkRect::MakeLTRB(0, 0,
  /external/skia/tests/
ReadPixelsTest.cpp 259 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_W + 1, -10, DEV_W + 10, -1)
    [all...]
WritePixelsTest.cpp 368 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_W + 1, -10, DEV_W + 10, -1)
    [all...]
ARGBImageEncoderTest.cpp 57 canvas.drawIRect(SkIRect::MakeLTRB(0, 0, kWidth, 1), paint);
59 canvas.drawIRect(SkIRect::MakeLTRB(0, 1, kWidth, 2), paint);
ClipStackTest.cpp 39 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(10, 10, 90, 90)
    [all...]
ReadWriteAlphaTest.cpp 90 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10);
RoundRectTest.cpp 53 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/
SkiaUtils.h 72 return SkRect::MakeLTRB(SkFloatToScalar(rect.x()), SkFloatToScalar(rect.y()),
  /external/skia/gm/
ovals.cpp 140 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);
rects.cpp 218 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);
bitmaprecttest.cpp 26 canvas.drawRect(SkRect::MakeLTRB(0.5f, 0.5f, 59.5f, 59.5f), paint);
circularclips.cpp 44 SkRect rect = SkRect::MakeLTRB(x1 - r, y - r, x2 + r, y + r);
roundrects.cpp 141 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);
strokerects.cpp 59 canvas->clipRect(SkRect::MakeLTRB(
techtalk1.cpp 142 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);
inversepaths.cpp 87 SkRect clipRect = SkRect::MakeLTRB(slideBoundary, slideBoundary,
simpleaaclip.cpp 121 SkRect r = SkRect::MakeLTRB(SkIntToScalar(90), SkIntToScalar(90),
  /external/chromium_org/remoting/base/
util.cc 110 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);
util_unittest.cc 154 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/
desktop_shape_tracker_win.cc 83 desktop_shape_.AddRect(webrtc::DesktopRect::MakeLTRB(
chromoting_param_traits.cc 79 *r = webrtc::DesktopRect::MakeLTRB(left, top, right, bottom);
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.h 57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
  /external/skia/src/core/
SkRasterClip.h 57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 59 SkRect contentRect = SkRect::MakeLTRB(

Completed in 542 milliseconds

1 2 3