Searched refs:pathContainedInClip (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/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_AAAPath.cpp | 1849 bool pathContainedInClip, in aaa_fill_path() argument 1855 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path() 1907 if (!pathContainedInClip && start_y < clipRect.fTop) { in aaa_fill_path() 1910 if (!pathContainedInClip && stop_y > clipRect.fBottom) { in aaa_fill_path()
|
/third_party/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 | 1853 bool pathContainedInClip, in aaa_fill_path() argument 1859 int count = builder.buildEdges(path, pathContainedInClip ? nullptr : &clipRect); in aaa_fill_path() 1911 if (!pathContainedInClip && start_y < clipRect.fTop) { in aaa_fill_path() 1914 if (!pathContainedInClip && stop_y > clipRect.fBottom) { in aaa_fill_path()
|