HomeSort by relevance Sort by last modified time
    Searched refs:ibounds (Results 1 - 16 of 16) sorted by null

  /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 106 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();
SkTestScalerContext.cpp 242 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/
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 270 SkIRect ibounds;
271 path.getBounds().roundOut(&ibounds);
272 ibounds.inset(-1, -1);
274 if (rclip.quickReject(ibounds)) {
277 if (!rclip.quickContains(ibounds)) {
SkAAClip.cpp 1380 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1612 SkIRect ibounds; local
    [all...]
  /external/skia/src/core/
SkScan_Hairline.cpp 270 SkIRect ibounds;
271 path.getBounds().roundOut(&ibounds);
272 ibounds.inset(-1, -1);
274 if (rclip.quickReject(ibounds)) {
277 if (!rclip.quickContains(ibounds)) {
SkAAClip.cpp 1312 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1719 SkIRect ibounds; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 331 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/
GrAAHairLinePathRenderer.cpp 331 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...]
  /frameworks/base/core/jni/android/graphics/
SkiaCanvas.cpp 400 SkIRect ibounds; local
401 if (!mCanvas->getClipDeviceBounds(&ibounds)) {
415 SkRect r = SkRect::Make(ibounds);
  /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 

Completed in 660 milliseconds