HomeSort by relevance Sort by last modified time
    Searched defs:ibounds (Results 1 - 7 of 7) 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();
  /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/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 1380 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1612 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 

Completed in 864 milliseconds