HomeSort by relevance Sort by last modified time
    Searched refs:outset (Results 76 - 87 of 87) sorted by null

1 2 34

  /external/skia/src/core/
SkScan_Antihair.cpp 24 This define enables our fix to outset our "bounds" by 1, thus avoiding the
545 their bounds, so we need to outset the clip before calling the
546 clipper. To make the numerics safer, we outset by a whole pixel,
550 clipBounds.outset(SK_Scalar1, SK_Scalar1);
926 // outset by the radius
SkScan_Hairline.cpp 92 // outset the right and bottom, to account for how hairlines are
501 * outset it from the clip-bounds.
658 r.outset(SK_ScalarHalf, SK_ScalarHalf);
SkStroke.cpp     [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 887 dst->fBounds.outset(pad, pad);
    [all...]
  /external/skia/src/gpu/
GrDrawContext.cpp 430 // If we don't have AA then we outset for a half pixel in each direction to account for
435 bounds.outset(0.5f, 0.5f);
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 255 r.outset(SK_Scalar1, SK_Scalar1);
  /external/skia/src/pdf/
SkPDFDevice.cpp 410 // The bounds are slightly outset to ensure this is correct in the
414 clipBounds.outset(SK_Scalar1, SK_Scalar1);
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 957 inflatedBounds.outset(kBounds.width() / 2, kBounds.height() / 2);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp 573 // outset by half the stroke width
575 outsetFill.outset(5);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 337 milliseconds

1 2 34