HomeSort by relevance Sort by last modified time
    Searched refs:addRect (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /external/skia/src/gpu/
GrRenderTargetContext.cpp 591 path.addRect(rect);
719 path.addRect(rect);
    [all...]
SkGpuDevice.cpp 383 path.addRect(rect);
    [all...]
  /frameworks/base/libs/hwui/
ClipArea.cpp 155 rectPath.addRect(bounds.left, bounds.top, bounds.right, bounds.bottom);
PathCache.cpp 516 path.addRect(r, SkPath::kCW_Direction);
BakedOpDispatcher.cpp 645 path.addRect(getBoundsOfFill(op));
651 path.addRect(op.unmappedBounds.toSkRect());
    [all...]
FrameBuilder.cpp 435 clipBoundsPath.addRect(clipBounds.left, clipBounds.top,
    [all...]
PathTessellator.cpp 820 path.addRect(-radius, -radius, radius, radius);
    [all...]
  /external/skia/src/core/
SkPath.cpp 973 void SkPath::addRect(const SkRect& rect, Direction dir) {
974 this->addRect(rect, dir, 0);
977 void SkPath::addRect(SkScalar left, SkScalar top, SkScalar right,
979 this->addRect(SkRect::MakeLTRB(left, top, right, bottom), dir, 0);
982 void SkPath::addRect(const SkRect &rect, Direction dir, unsigned startIndex) {
    [all...]
SkStroke.cpp     [all...]
SkAAClip.cpp 716 path.addRect(r);
765 path.addRect(r);
    [all...]
SkDraw.cpp 754 tmp.addRect(prePaintRect);
    [all...]
  /external/skia/samplecode/
SampleApp.cpp     [all...]
SampleQuadStroker.cpp 479 path.addRect(outside);
SampleSlides.cpp 143 path.addRect(r, SkPath::kCCW_Direction);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 402 path.addRect(rects[0]);
403 path.addRect(rects[1]);
    [all...]
  /external/skia/tests/
CanvasTest.cpp 251 path.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
GrShapeTest.cpp 109 path.addRect(fRect);
    [all...]
SurfaceTest.cpp 274 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0),
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 106 path.addRect(0, 0, 200, 200);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 827 milliseconds

1 2 3 45 6