HomeSort by relevance Sort by last modified time
    Searched refs:ibounds (Results 1 - 17 of 17) 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 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 1310 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1481 SkIRect ibounds; local
    [all...]
SkDraw.cpp 567 SkIRect ibounds; local
575 bounds.roundOut(&ibounds);
576 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 1310 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1481 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 324 SkIRect ibounds; local
344 bounds.roundOut(&ibounds);
345 if (SkIRect::Intersects(devClipBounds, ibounds)) {
371 bounds.roundOut(&ibounds);
372 if (SkIRect::Intersects(devClipBounds, ibounds)) {
391 bounds.roundOut(&ibounds);
393 if (SkIRect::Intersects(devClipBounds, ibounds)) {
420 bounds.roundOut(&ibounds);
421 if (SkIRect::Intersects(devClipBounds, ibounds)) {
448 bounds.roundOut(&ibounds);
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 324 SkIRect ibounds; local
344 bounds.roundOut(&ibounds);
345 if (SkIRect::Intersects(devClipBounds, ibounds)) {
371 bounds.roundOut(&ibounds);
372 if (SkIRect::Intersects(devClipBounds, ibounds)) {
391 bounds.roundOut(&ibounds);
393 if (SkIRect::Intersects(devClipBounds, ibounds)) {
420 bounds.roundOut(&ibounds);
421 if (SkIRect::Intersects(devClipBounds, ibounds)) {
448 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 

Completed in 1826 milliseconds