Searched refs:ibounds (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dpath_aura.cc15 SkIRect ibounds; local
16 bounds.round(&ibounds);
18 clip_region.setRect(ibounds);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkGScalerContext.cpp107 SkIRect ibounds; local
108 newBounds.roundOut(&ibounds);
109 glyph->fLeft = ibounds.fLeft;
110 glyph->fTop = ibounds.fTop;
111 glyph->fWidth = ibounds.width();
112 glyph->fHeight = ibounds.height();
/external/skia/src/fonts/
H A DSkGScalerContext.cpp107 SkIRect ibounds; local
108 newBounds.roundOut(&ibounds);
109 glyph->fLeft = ibounds.fLeft;
110 glyph->fTop = ibounds.fTop;
111 glyph->fWidth = ibounds.width();
112 glyph->fHeight = ibounds.height();
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Hairline.cpp272 SkIRect ibounds;
273 path.getBounds().roundOut(&ibounds);
274 ibounds.inset(-1, -1);
276 if (rclip.quickReject(ibounds)) {
279 if (!rclip.quickContains(ibounds)) {
H A DSkAAClip.cpp1312 SkIRect ibounds; local
1313 path.getBounds().roundOut(&ibounds);
1317 tmpClip.setRect(ibounds);
1322 ibounds = clip->getBounds();
1324 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) {
1329 Builder builder(ibounds);
H A DSkCanvas.cpp1471 SkIRect ibounds; local
1472 if (!getClipDeviceBounds(&ibounds)) {
1495 r.iset(pinIntForScalar(ibounds.fLeft - inset),
1496 pinIntForScalar(ibounds.fTop - inset),
1497 pinIntForScalar(ibounds.fRight + inset),
1498 pinIntForScalar(ibounds.fBottom + inset));
H A DSkDraw.cpp568 SkIRect ibounds; local
576 bounds.roundOut(&ibounds);
577 return bounder->doIRect(ibounds);
/external/skia/src/core/
H A DSkScan_Hairline.cpp272 SkIRect ibounds;
273 path.getBounds().roundOut(&ibounds);
274 ibounds.inset(-1, -1);
276 if (rclip.quickReject(ibounds)) {
279 if (!rclip.quickContains(ibounds)) {
H A DSkAAClip.cpp1312 SkIRect ibounds; local
1313 path.getBounds().roundOut(&ibounds);
1317 tmpClip.setRect(ibounds);
1322 ibounds = clip->getBounds();
1324 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) {
1329 Builder builder(ibounds);
H A DSkCanvas.cpp1471 SkIRect ibounds; local
1472 if (!getClipDeviceBounds(&ibounds)) {
1495 r.iset(pinIntForScalar(ibounds.fLeft - inset),
1496 pinIntForScalar(ibounds.fTop - inset),
1497 pinIntForScalar(ibounds.fRight + inset),
1498 pinIntForScalar(ibounds.fBottom + inset));
H A DSkDraw.cpp568 SkIRect ibounds; local
576 bounds.roundOut(&ibounds);
577 return bounder->doIRect(ibounds);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp340 SkIRect ibounds; local
360 bounds.roundOut(&ibounds);
361 if (SkIRect::Intersects(devClipBounds, ibounds)) {
387 bounds.roundOut(&ibounds);
388 if (SkIRect::Intersects(devClipBounds, ibounds)) {
407 bounds.roundOut(&ibounds);
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
436 bounds.roundOut(&ibounds);
437 if (SkIRect::Intersects(devClipBounds, ibounds)) {
464 bounds.roundOut(&ibounds);
[all...]
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp340 SkIRect ibounds; local
360 bounds.roundOut(&ibounds);
361 if (SkIRect::Intersects(devClipBounds, ibounds)) {
387 bounds.roundOut(&ibounds);
388 if (SkIRect::Intersects(devClipBounds, ibounds)) {
407 bounds.roundOut(&ibounds);
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
436 bounds.roundOut(&ibounds);
437 if (SkIRect::Intersects(devClipBounds, ibounds)) {
464 bounds.roundOut(&ibounds);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 344 milliseconds