Searched refs:bounds (Results 101 - 125 of 350) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DRecordDrawTest.cpp140 SkRect bounds; member in struct:TestBBH::Entry
171 REPORTER_ASSERT(r, sloppy_rect_eq(SkRect::MakeWH(400, 480), bbh.fEntries[i].bounds));
195 // builds its bounds by overestimating font metrics in a platform-independent way.
197 REPORTER_ASSERT(r, sloppy_rect_eq(bbh.fEntries[0].bounds, SkRect::MakeLTRB(0, 0, 140, 60)));
198 REPORTER_ASSERT(r, sloppy_rect_eq(bbh.fEntries[1].bounds, SkRect::MakeLTRB(0, 20, 180, 100)));
229 // bounds for the saveLayer, clip, and restore to be greater than the bounds of the picture.
230 // (We were applying the saveLayer paint to the bounds after restore, which makes no sense.)
236 // bounds based on SaveLayer paints, so the drop shadow could be cut off.
249 // The second bug showed up as adjusting the picture bounds (
270 SkRect bounds = SkRect::MakeLTRB(10, 10, 40, 40); local
[all...]
H A DQuickRejectTest.cpp100 SkRect bounds = SkRect::MakeLTRB(50, 50, 70, 70); local
101 canvas.saveLayer(&bounds, NULL);
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Dmarkermanager.js62 * @event changed (Parameters: shown bounds, shown markers) Notify listeners when the state of what is displayed changes.
220 * Used for expanding a bounds to include an extra padding
221 * of pixels surrounding the bounds.
275 * Returns whether or not the given point is visible in the shown bounds. This
281 * shown bounds.
290 // than grid width, only test shifted minX .. 0 part of the shown bounds.
324 // the shown bounds are added to the map. This also lets us keep the count
481 * Helper class to create a bounds of INT ranges.
482 * @param bounds Array.<Object.<string, number>> Bounds object.
485 function GridBounds(bounds) {
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DFauxveridesTest.java244 final List<Type> bounds; field in class:FauxveridesTest.TypeParameterSignature
248 bounds = Arrays.asList(typeParameter.getBounds());
258 return bounds.equals(other.bounds);
265 return bounds.hashCode();
269 return (bounds.equals(ImmutableList.of(Object.class)))
271 : name + " extends " + getTypesString(bounds);
/external/skia/src/views/animated/
H A DSkImageView.cpp180 SkRect bounds; local
181 fData.fAnim->getInvalBounds(&bounds);
182 matrix.mapRect(&bounds); // get the bounds into view coordinates
183 this->inval(&bounds);
229 bool SkImageView::getDataBounds(SkRect* bounds) argument
231 SkASSERT(bounds);
242 // cons up fake bounds
252 bounds->set(0, 0, width, height);
H A DSkScrollBarView.cpp95 SkRect bounds; local
96 fAnim.getInvalBounds(&bounds);
97 this->inval(&bounds);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c62 char *tmp, cmd[16], state, *text, *bounds; local
137 bounds = strdup("+");
139 bounds = strdup("");
141 bounds = strdup("");
157 free(bounds);
200 node.bounds = strdup(bounds);
206 free(bounds);
245 printf(" %s %s\n", n->capabilities, n->bounds);
/external/skia/samplecode/
H A DSampleMeasure.cpp45 SkRect bounds; local
53 SkScalar w = p.measureText(text, len, &bounds);
57 canvas->drawRect(bounds, p);
/external/skia/src/gpu/
H A DGrOvalRenderer.cpp727 const SkRect& bounds = geom.fDevBounds; variable
731 verts[0].fPos = SkPoint::Make(bounds.fLeft, bounds.fTop);
736 verts[1].fPos = SkPoint::Make(bounds.fLeft, bounds.fBottom);
741 verts[2].fPos = SkPoint::Make(bounds.fRight, bounds.fBottom);
746 verts[3].fPos = SkPoint::Make(bounds.fRight, bounds.fTop);
784 this->joinBounds(that->bounds());
957 const SkRect& bounds = geom.fDevBounds; variable
1155 Create(const Geometry& geometry, const SkRect& bounds) argument
1219 const SkRect& bounds = geom.fBounds; variable
1252 DIEllipseBatch(const Geometry& geometry, const SkRect& bounds) argument
1492 SkRect bounds = outer->getBounds(); local
1591 const SkRect& bounds = args.fDevBounds; variable
1781 const SkRect& bounds = args.fDevBounds; variable
1885 SkRect bounds; local
[all...]
H A DGrStencilAndCoverPathRenderer.cpp133 SkRect bounds = local
139 vmi.mapRect(&bounds);
143 bounds.outset(bloat, bloat);
150 target->drawRect(pipelineBuilder, color, viewM, bounds, NULL, &invert);
H A DGrTestBatch.h67 GrTestBatch(const GrGeometryProcessor* gp, const SkRect& bounds) { argument
70 this->setBounds(bounds);
/external/clang/test/SemaCXX/
H A Dattr-format.cpp14 expected-error{{out of bounds}}
/external/skia/gm/
H A Dfilterindiabox.cpp20 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), local
22 mat.mapRect(&bounds);
23 return SkSize::Make(bounds.width(), bounds.height());
H A Dimagefiltersclipped.cpp99 SkRect bounds = r; variable
100 bounds.outset(margin, margin);
104 bounds.fLeft = SkIntToScalar(xOffset);
111 canvas->clipRect(bounds);
H A Dimagefiltersbase.cpp158 SkIRect bounds; local
159 r.roundOut(&bounds);
162 bm.allocN32Pixels(bounds.width(), bounds.height());
174 SkIRect bounds; local
175 r.roundOut(&bounds);
178 bm.allocN32Pixels(bounds.width(), bounds.height());
H A Dimagefiltersgraph.cpp49 SkIRect bounds; variable
50 if (!this->applyCropRect(ctx, proxy, source, &srcOffset, &bounds, &source)) {
54 SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
58 canvas.drawBitmap(source, fDX - bounds.left(), fDY - bounds.top(), &paint);
60 offset->fX += bounds.left();
61 offset->fY += bounds.top();
H A Dtextbloblooper.cpp83 static SkShader* make_shader(const SkRect& bounds) { argument
85 { bounds.left(), bounds.top() },
86 { bounds.right(), bounds.bottom() },
235 SkRect bounds = fBlob->bounds(); variable
244 y += SkScalarFloorToInt(bounds.height());
H A Dhairlines.cpp182 const SkRect& bounds = fPaths[p].getBounds(); variable
184 if (x + bounds.width() > wrapX) {
199 canvas->translate(-bounds.fLeft, -bounds.fTop);
203 maxH = SkMaxScalar(maxH, bounds.height());
205 SkScalar dx = bounds.width() + SkIntToScalar(kMargin);
/external/skia/include/effects/
H A DSkMagnifierImageFilter.h30 const SkIRect& bounds) const override;
/external/skia/include/views/animated/
H A DSkImageView.h61 bool getDataBounds(SkRect* bounds);
/external/skia/src/core/
H A DSkDeviceLooper.h28 * at all, and if not (i.e. the specified bounds and base bitmap area already
34 const SkIRect& bounds, bool aa);
/external/skia/src/effects/
H A DSkBitmapSource.cpp60 SkRect bounds, dstRect; local
61 fBitmap.getBounds(&bounds);
63 if (fSrcRect == bounds && dstRect == bounds) {
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpolygon.c264 VGfloat bounds[4]; local
268 polygon_bounding_rect(poly, bounds);
269 min_x = bounds[0];
270 min_y = bounds[1];
271 max_x = bounds[0] + bounds[2];
272 max_y = bounds[1] + bounds[3];
275 debug_printf("Poly bounds are [%f, %f], [%f, %f]\n",
317 debug_printf("%s: Poly bounds ar
[all...]
/external/v8/src/
H A Dtyping.h52 e->set_bounds(Bounds::Both(e->bounds(), b, zone()));
55 e->set_bounds(Bounds::NarrowLower(e->bounds(), t, zone()));
/external/jetty/src/java/org/eclipse/jetty/util/
H A DIPAddressMap.java289 String[] bounds = part.split("-",-2);
290 if (bounds.length != 2)
295 if (bounds[0].length() > 0)
297 low = Integer.parseInt(bounds[0]);
299 if (bounds[1].length() > 0)
301 high = Integer.parseInt(bounds[1]);

Completed in 4982 milliseconds

1234567891011>>