HomeSort by relevance Sort by last modified time
    Searched refs:MakeLTRB (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/skia/gm/
strokerects.cpp 60 canvas->clipRect(SkRect::MakeLTRB(
filterfastbounds.cpp 179 const SkRect r = SkRect::MakeLTRB(20, 20, 30, 30);
263 temp.drawRect(SkRect::MakeLTRB(5, 5, 10, 10), p);
265 temp.drawRect(SkRect::MakeLTRB(5, 0, 10, 5), p);
dftext.cpp 157 SkRect r = SkRect::MakeLTRB(670, 250, 820, 460);
175 r = SkRect::MakeLTRB(820, 250, 970, 460);
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 88 SkRect clipRect = SkRect::MakeLTRB(slideBoundary, slideBoundary,
simpleaaclip.cpp 121 SkRect r = SkRect::MakeLTRB(SkIntToScalar(90), SkIntToScalar(90),
strokes.cpp 60 canvas->clipRect(SkRect::MakeLTRB(
120 canvas->clipRect(SkRect::MakeLTRB(SkIntToScalar(2),
  /external/skia/src/svg/parser/
SkSVGSVG.cpp 46 SkRect box = SkRect::MakeLTRB(viewBox[0] / width, viewBox[1] / height,
  /external/skia/tests/
ClipStackTest.cpp 38 SkRect r = SkRect::MakeLTRB(1, 2, 3, 4);
40 r = SkRect::MakeLTRB(10, 11, 12, 13);
46 r = SkRect::MakeLTRB(14, 15, 16, 17);
61 r = SkRect::MakeLTRB(14, 15, 16, 17);
70 r = SkRect::MakeLTRB(14, 15, 16, 17);
88 r = SkRect::MakeLTRB(24, 25, 26, 27);
398 SkRect rect = SkRect::MakeLTRB(0, 0, 10, 10);
518 SkRect overlapLeft = SkRect::MakeLTRB(10, 10, 50, 50);
519 SkRect overlapRight = SkRect::MakeLTRB(40, 40, 80, 80);
521 SkRect nestedParent = SkRect::MakeLTRB(10, 10, 90, 90)
    [all...]
QuickRejectTest.cpp 100 SkRect bounds = SkRect::MakeLTRB(50, 50, 70, 70);
ReadWriteAlphaTest.cpp 91 const SkRect rect = SkRect::MakeLTRB(-10, -10, X_SIZE + 10, Y_SIZE + 10);
MatrixClipCollapseTest.cpp 159 SkRect r = SkRect::MakeLTRB(10, 10, 90, 90);
164 SkRect r = SkRect::MakeLTRB(10, 10, 90, 90);
292 SkRect r = SkRect::MakeLTRB(10, 10, 90, 90);
299 SkRect r = SkRect::MakeLTRB(10, 10, 90, 90);
306 SkRect r = SkRect::MakeLTRB(10.0f, 10.0f, 90.0f, 90.0f);
RoundRectTest.cpp 24 SkRect r = SkRect::MakeLTRB(0, 0, 1009, 33554432.0);
116 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
180 SkRect rect2 = SkRect::MakeLTRB(0.358211994f, 0.755430222f, 0.872866154f, 0.806214333f);
220 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
250 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
262 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
282 SkRect rect = SkRect::MakeLTRB(0, 0, kWidth, kHeight);
SkResourceCacheTest.cpp 40 canvas->clipRect(SkRect::MakeLTRB(0, 0, xScaledSize, yScaledSize));
45 SkRect::MakeLTRB(0, 0, xScaledSize, yScaledSize),
  /external/skia/src/core/
SkRasterClip.h 56 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
  /external/skia/src/gpu/effects/
GrTextureDomain.h 77 return SkRect::MakeLTRB(
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 280 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom);
288 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom);
412 SkRect bounds = SkRect::MakeLTRB(left, top, right, bottom);
421 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
512 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
521 SkRect oval = SkRect::MakeLTRB(left, top, right, bottom);
527 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom);
563 SkRect srcRect = SkRect::MakeLTRB(srcLeft, srcTop, srcRight, srcBottom);
564 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
Rect.h 264 return SkRect::MakeLTRB(left, top, right, bottom);
268 return SkIRect::MakeLTRB(left, top, right, bottom);
  /external/skia/bench/
AAClipBench.cpp 103 fDrawRect = SkRect::MakeLTRB(0, 0,
124 SkRect temp = SkRect::MakeLTRB(0, 0,
  /external/skia/include/core/
SkRect.h 47 static SkIRect SK_WARN_UNUSED_RESULT MakeLTRB(int32_t l, int32_t t, int32_t r, int32_t b) {
166 return MakeLTRB(fLeft + dx, fTop + dy, fRight + dx, fBottom + dy);
173 return MakeLTRB(fLeft + dx, fTop + dy, fRight - dx, fBottom - dy);
180 return MakeLTRB(fLeft - dx, fTop - dy, fRight + dx, fBottom + dy);
423 static SkRect SK_WARN_UNUSED_RESULT MakeLTRB(SkScalar l, SkScalar t, SkScalar r, SkScalar b) {
615 return MakeLTRB(fLeft + dx, fTop + dy, fRight + dx, fBottom + dy);
622 return MakeLTRB(fLeft + dx, fTop + dy, fRight - dx, fBottom - dy);
629 return MakeLTRB(fLeft - dx, fTop - dy, fRight + dx, fBottom + dy);
  /external/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 305 SkIRect top = SkIRect::MakeLTRB(bounds.left(), bounds.top(), bounds.right(), interior.top());
306 SkIRect bottom = SkIRect::MakeLTRB(bounds.left(), interior.bottom(),
308 SkIRect left = SkIRect::MakeLTRB(bounds.left(), interior.top(),
310 SkIRect right = SkIRect::MakeLTRB(interior.right(), interior.top(),
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 134 SkRect::MakeLTRB(0, 0, SkIntToScalar(pipelineBuilder->getRenderTarget()->width()),
GrTestUtils.cpp 108 gRects[5] = SkRect::MakeLTRB(-65535.0f, -65535.0f, 65535.0f, 65535.0f);
109 gRects[6] = SkRect::MakeLTRB(-10.0f, -10.0f, 10.0f, 10.0f);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfDocument.cpp 67 SkRect contentRect = SkRect::MakeLTRB(
  /external/skia/src/device/xps/
SkXPSDevice.cpp 699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
714 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
761 const SkRect tlArea = SkRect::MakeLTRB(-BIG, -BIG, 0, 0);
765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
774 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);
    [all...]

Completed in 807 milliseconds

12 3 4