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

/external/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.cpp240 SkIRect ibounds;
241 newBounds.roundOut(&ibounds);
242 glyph->fLeft = ibounds.fLeft;
243 glyph->fTop = ibounds.fTop;
244 glyph->fWidth = ibounds.width();
245 glyph->fHeight = ibounds.height();
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp248 SkIRect ibounds; local
268 bounds.roundOut(&ibounds);
269 if (SkIRect::Intersects(devClipBounds, ibounds)) {
295 bounds.roundOut(&ibounds);
296 if (SkIRect::Intersects(devClipBounds, ibounds)) {
315 bounds.roundOut(&ibounds);
317 if (SkIRect::Intersects(devClipBounds, ibounds)) {
344 bounds.roundOut(&ibounds);
345 if (SkIRect::Intersects(devClipBounds, ibounds)) {
372 bounds.roundOut(&ibounds);
[all...]
/external/skia/src/core/
H A DSkScan_Hairline.cpp361 const SkIRect ibounds = path.getBounds().roundOut().makeOutset(1, 1);
363 if (rclip.quickReject(ibounds)) {
366 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.cpp1614 SkIRect ibounds; local
1615 if (!this->getClipDeviceBounds(&ibounds)) {
1633 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset,
1634 ibounds.fRight + inset, ibounds.fBottom + inset);
/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 150 milliseconds