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

  /external/skia/src/core/
SkScan_Hairline.cpp 262 SkIRect ibounds;
263 path.getBounds().roundOut(&ibounds);
264 ibounds.inset(-1, -1);
266 if (clip->quickReject(ibounds))
269 if (clip->quickContains(ibounds))
SkCanvas.cpp 983 const SkIRect& ibounds = clip.getBounds(); local
986 r.iset(ibounds.fLeft - inset, ibounds.fTop - inset,
987 ibounds.fRight + inset, ibounds.fBottom + inset);
    [all...]
SkDraw.cpp 525 SkIRect ibounds; local
533 bounds.roundOut(&ibounds);
534 return bounder->doIRect(ibounds);
    [all...]
  /external/skia/src/gl/
SkGLDevice.cpp 499 SkIRect ibounds; local
502 bounds.round(&ibounds);
505 vertexCount, texs!=0, colors!=0, indexCount, ibounds.width(), ibounds.height());

Completed in 188 milliseconds