/external/chromium_org/ui/gfx/ |
path_aura.cc | 15 SkIRect ibounds; local 16 bounds.round(&ibounds); 18 clip_region.setRect(ibounds);
|
/external/chromium_org/third_party/skia/src/fonts/ |
SkGScalerContext.cpp | 107 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/ |
SkGScalerContext.cpp | 107 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/ |
SkScan_Hairline.cpp | 272 SkIRect ibounds; 273 path.getBounds().roundOut(&ibounds); 274 ibounds.inset(-1, -1); 276 if (rclip.quickReject(ibounds)) { 279 if (!rclip.quickContains(ibounds)) {
|
SkAAClip.cpp | 1312 SkIRect ibounds; local [all...] |
SkCanvas.cpp | 1471 SkIRect ibounds; local [all...] |
SkDraw.cpp | 568 SkIRect ibounds; local 576 bounds.roundOut(&ibounds); 577 return bounder->doIRect(ibounds); [all...] |
/external/skia/src/core/ |
SkScan_Hairline.cpp | 272 SkIRect ibounds; 273 path.getBounds().roundOut(&ibounds); 274 ibounds.inset(-1, -1); 276 if (rclip.quickReject(ibounds)) { 279 if (!rclip.quickContains(ibounds)) {
|
SkAAClip.cpp | 1312 SkIRect ibounds; local [all...] |
SkCanvas.cpp | 1471 SkIRect ibounds; local [all...] |
SkDraw.cpp | 568 SkIRect ibounds; local 576 bounds.roundOut(&ibounds); 577 return bounder->doIRect(ibounds); [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 340 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/ |
GrAAHairLinePathRenderer.cpp | 340 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...] |
/frameworks/base/core/jni/android/graphics/ |
Canvas.cpp | 952 SkIRect ibounds; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |