Searched refs:shiftedClip (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 399 SkIRect shiftedClip = clipRect; in sk_fill_path() local 400 shiftedClip.fLeft = SkLeftShift(shiftedClip.fLeft, shiftEdgesUp); in sk_fill_path() 401 shiftedClip.fRight = SkLeftShift(shiftedClip.fRight, shiftEdgesUp); in sk_fill_path() 402 shiftedClip.fTop = SkLeftShift(shiftedClip.fTop, shiftEdgesUp); in sk_fill_path() 403 shiftedClip.fBottom = SkLeftShift(shiftedClip.fBottom, shiftEdgesUp); in sk_fill_path() 406 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path() [all...] |
H A D | SkEdgeBuilder.cpp | 364 const SkIRect* shiftedClip) { in buildEdges() 371 ? this->buildPoly(path, shiftedClip, canCullToTheRight) in buildEdges() 372 : this->build (path, shiftedClip, canCullToTheRight); in buildEdges() 363 buildEdges(const SkPath& path, const SkIRect* shiftedClip) buildEdges() argument
|
H A D | SkEdgeBuilder.h | 21 const SkIRect* shiftedClip);
|
Completed in 2 milliseconds