Home
last modified time | relevance | path

Searched refs:safeRoundOut (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkScan_AntiPath.cpp614 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) { in safeRoundOut() function
633 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> SHIFT)) { in AntiFillPath()
DSkScan_AAAPath.cpp1723 static bool safeRoundOut(const SkRect& src, SkIRect* dst, int32_t maxInt) { in safeRoundOut() function
1741 if (!safeRoundOut(path.getBounds(), &ir, SK_MaxS32 >> 2)) { in AAAFillPath()