Searched refs:shiftedClip (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
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() 453 if (!pathContainedInClip && start_y < shiftedClip.fTop) { in sk_fill_path() 454 start_y = shiftedClip.fTop; in sk_fill_path() 456 if (!pathContainedInClip && stop_y > shiftedClip.fBottom) { in sk_fill_path() 457 stop_y = shiftedClip.fBottom; in sk_fill_path() [all …]
|
D | SkEdgeBuilder.cpp | 364 const SkIRect* shiftedClip) { in buildEdges() argument 371 ? this->buildPoly(path, shiftedClip, canCullToTheRight) in buildEdges() 372 : this->build (path, shiftedClip, canCullToTheRight); in buildEdges()
|
D | SkEdgeBuilder.h | 21 const SkIRect* shiftedClip);
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 400 SkIRect shiftedClip = clipRect; in sk_fill_path() local 401 shiftedClip.fLeft = SkLeftShift(shiftedClip.fLeft, shiftEdgesUp); in sk_fill_path() 402 shiftedClip.fRight = SkLeftShift(shiftedClip.fRight, shiftEdgesUp); in sk_fill_path() 403 shiftedClip.fTop = SkLeftShift(shiftedClip.fTop, shiftEdgesUp); in sk_fill_path() 404 shiftedClip.fBottom = SkLeftShift(shiftedClip.fBottom, shiftEdgesUp); in sk_fill_path() 407 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path() 454 if (!pathContainedInClip && start_y < shiftedClip.fTop) { in sk_fill_path() 455 start_y = shiftedClip.fTop; in sk_fill_path() 457 if (!pathContainedInClip && stop_y > shiftedClip.fBottom) { in sk_fill_path() 458 stop_y = shiftedClip.fBottom; in sk_fill_path() [all …]
|
D | SkEdgeBuilder.cpp | 461 const SkIRect* shiftedClip) { in buildEdges() argument 468 ? this->buildPoly(path, shiftedClip, canCullToTheRight) in buildEdges() 469 : this->build (path, shiftedClip, canCullToTheRight); in buildEdges()
|
D | SkEdgeBuilder.h | 21 const SkIRect* shiftedClip);
|