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

  /external/skia/src/core/
SkScan_Hairline.cpp 259 SkIRect ibounds;
260 path.getBounds().roundOut(&ibounds);
261 ibounds.inset(-1, -1);
263 if (clip->quickReject(ibounds)) {
266 if (clip->quickContains(ibounds)) {
SkCanvas.cpp 1140 const SkIRect& ibounds = clip.getBounds(); local
    [all...]
SkDraw.cpp 506 SkIRect ibounds; local
514 bounds.roundOut(&ibounds);
515 return bounder->doIRect(ibounds);
    [all...]

Completed in 146 milliseconds