Searched refs:ibounds (Results 1 - 14 of 14) 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.cpp106 SkIRect ibounds; local
107 newBounds.roundOut(&ibounds);
108 glyph->fLeft = ibounds.fLeft;
109 glyph->fTop = ibounds.fTop;
110 glyph->fWidth = ibounds.width();
111 glyph->fHeight = ibounds.height();
H A DSkTestScalerContext.cpp242 SkIRect ibounds;
243 newBounds.roundOut(&ibounds);
244 glyph->fLeft = ibounds.fLeft;
245 glyph->fTop = ibounds.fTop;
246 glyph->fWidth = ibounds.width();
247 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.cpp270 SkIRect ibounds;
271 path.getBounds().roundOut(&ibounds);
272 ibounds.inset(-1, -1);
274 if (rclip.quickReject(ibounds)) {
277 if (!rclip.quickContains(ibounds)) {
H A DSkAAClip.cpp1380 SkIRect ibounds; local
1381 path.getBounds().roundOut(&ibounds);
1385 tmpClip.setRect(ibounds);
1390 ibounds = clip->getBounds();
1392 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) {
1397 Builder builder(ibounds);
H A DSkCanvas.cpp1612 SkIRect ibounds; local
1613 if (!this->getClipDeviceBounds(&ibounds)) {
1631 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset,
1632 ibounds.fRight + inset, ibounds.fBottom + inset);
/external/skia/src/core/
H A DSkScan_Hairline.cpp270 SkIRect ibounds;
271 path.getBounds().roundOut(&ibounds);
272 ibounds.inset(-1, -1);
274 if (rclip.quickReject(ibounds)) {
277 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.cpp1719 SkIRect ibounds; local
1720 if (!this->getClipDeviceBounds(&ibounds)) {
1738 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset,
1739 ibounds.fRight + inset, ibounds.fBottom + inset);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp331 SkIRect ibounds; local
351 bounds.roundOut(&ibounds);
352 if (SkIRect::Intersects(devClipBounds, ibounds)) {
378 bounds.roundOut(&ibounds);
379 if (SkIRect::Intersects(devClipBounds, ibounds)) {
398 bounds.roundOut(&ibounds);
400 if (SkIRect::Intersects(devClipBounds, ibounds)) {
427 bounds.roundOut(&ibounds);
428 if (SkIRect::Intersects(devClipBounds, ibounds)) {
455 bounds.roundOut(&ibounds);
[all...]
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp331 SkIRect ibounds; local
351 bounds.roundOut(&ibounds);
352 if (SkIRect::Intersects(devClipBounds, ibounds)) {
378 bounds.roundOut(&ibounds);
379 if (SkIRect::Intersects(devClipBounds, ibounds)) {
398 bounds.roundOut(&ibounds);
400 if (SkIRect::Intersects(devClipBounds, ibounds)) {
427 bounds.roundOut(&ibounds);
428 if (SkIRect::Intersects(devClipBounds, ibounds)) {
455 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 284 milliseconds