Home | History | Annotate | Download | only in utils

Lines Matching refs:SkCullPoints

8 #include "SkCullPoints.h"
18 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const {
56 SkCullPoints::SkCullPoints() {
62 SkCullPoints::SkCullPoints(const SkIRect& r) {
66 void SkCullPoints::reset(const SkIRect& r) {
73 void SkCullPoints::moveTo(int x, int y) {
78 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[]) {
130 case SkCullPoints::kMoveToLineTo_Result:
133 case SkCullPoints::kLineTo_Result: