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

  /external/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();
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 390 SkIRect ibounds; local
391 if (!mCanvas->getClipDeviceBounds(&ibounds)) {
405 SkRect r = SkRect::Make(ibounds);
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 248 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/
SkAAClip.cpp 1380 SkIRect ibounds; local
    [all...]
SkCanvas.cpp 1614 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 484 milliseconds