Searched refs:pathContainedInClip (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Path.cpp | 396 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) { in sk_fill_path() argument 406 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path() 453 if (!pathContainedInClip && start_y < shiftedClip.fTop) { in sk_fill_path() 456 if (!pathContainedInClip && stop_y > shiftedClip.fBottom) { in sk_fill_path()
|
D | SkScanPriv.h | 38 bool pathContainedInClip);
|
D | SkScan_AAAPath.cpp | 1846 bool pathContainedInClip, in aaa_fill_path() argument 1852 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path() 1904 if (!pathContainedInClip && start_y < clipRect.fTop) { in aaa_fill_path() 1907 if (!pathContainedInClip && stop_y > clipRect.fBottom) { in aaa_fill_path()
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 397 int start_y, int stop_y, int shiftEdgesUp, bool pathContainedInClip) { in sk_fill_path() argument 407 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &shiftedClip); in sk_fill_path() 454 if (!pathContainedInClip && start_y < shiftedClip.fTop) { in sk_fill_path() 457 if (!pathContainedInClip && stop_y > shiftedClip.fBottom) { in sk_fill_path()
|
D | SkScanPriv.h | 38 bool pathContainedInClip);
|
D | SkScan_DAAPath.cpp | 161 Deltas& result, SkBlitter* blitter, bool skipRect, bool pathContainedInClip) { in gen_alpha_deltas() argument 166 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipBounds); in gen_alpha_deltas()
|
D | SkScan_AAAPath.cpp | 1593 AdditiveBlitter* blitter, int start_y, int stop_y, bool pathContainedInClip, in aaa_fill_path() argument 1598 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path() 1650 if (!pathContainedInClip && start_y < clipRect.fTop) { in aaa_fill_path() 1653 if (!pathContainedInClip && stop_y > clipRect.fBottom) { in aaa_fill_path()
|