Flutter Engine
The Flutter Engine
|
#include "include/core/SkPath.h"
#include "include/core/SkRect.h"
#include "include/core/SkRegion.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkMath.h"
#include "src/core/SkAAClip.h"
#include "src/core/SkBlitter.h"
#include "src/core/SkRasterClip.h"
#include "src/core/SkScan.h"
#include "src/core/SkScanPriv.h"
#include <cstdint>
Go to the source code of this file.
Functions | |
static SkIRect | safeRoundOut (const SkRect &src) |
static int | overflows_short_shift (int value, int shift) |
static int | rect_overflows_short_shift (SkIRect rect, int shift) |
Definition at line 35 of file SkScan_AntiPath.cpp.
Would any of the coordinates of this rectangle not fit in a short, when left-shifted by shift?
Definition at line 44 of file SkScan_AntiPath.cpp.
Definition at line 22 of file SkScan_AntiPath.cpp.