Searched defs:outset (Results 1 - 8 of 8) sorted by relevance

/external/skia/include/core/
H A DSkRRect.h250 * Call outset on the bounds, and adjust the radii to reflect what happens
257 void outset(SkScalar dx, SkScalar dy, SkRRect* dst) const { function in class:SkRRect
260 void outset(SkScalar dx, SkScalar dy) { function in class:SkRRect
H A DSkRect.h177 * Return a new Rect, built as an outset of this rect.
223 void outset(int32_t dx, int32_t dy) { this->inset(-dx, -dy); } function in struct:SkIRect
625 * Return a new Rect, built as an outset of this rect.
672 void outset(SkScalar dx, SkScalar dy) { this->inset(-dx, -dy); }
/external/skia/src/gpu/batches/
H A DGrPLSPathRenderer.cpp93 static bool outset(SkPoint* p1, SkPoint line1, SkPoint line2) { function
118 if (!outset(&result[0], line1, line2)) {
122 if (!outset(&result[1], -line1, line3)) {
126 if (!outset(&result[2], -line3, -line2)) {
/external/skia/tests/
H A DBlurTest.cpp30 static const int outset = 100; variable
128 iref.inset(-outset, -outset);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp615 bounds.outset(SK_ScalarHalf, SK_ScalarHalf);
945 // This method outsets 'iRect' by 'outset' all around and then clamps its extents to
949 int outset,
952 iRect->outset(outset, outset);
956 offset->fX -= outset - leftClampDelta;
959 offset->fX -= outset;
964 offset->fY -= outset - topClampDelta;
967 offset->fY -= outset;
948 clamped_outset_with_offset(SkIRect* iRect, int outset, SkPoint* offset, const SkIRect& clamp) argument
1053 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; local
[all...]
/external/v8/src/regexp/
H A Djsregexp.cc4930 OutSet* outset = entry.out_set(); local
4931 if (!outset->Get(kBase)) return;
4933 if (outset->Get(kBmpCodePoints)) {
4935 } else if (outset->Get(kLeadSurrogates)) {
4937 } else if (outset->Get(kTrailSurrogates)) {
4940 DCHECK(outset->Get(kNonBmpCodePoints));
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 300 milliseconds