Home
last modified time | relevance | path

Searched refs:pathContainedInClip (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkScan_Path.cpp397 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()
DSkScanPriv.h38 bool pathContainedInClip);
DSkScan_AAAPath.cpp1849 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/
DSkScan_Path.cpp396 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()
DSkScanPriv.h38 bool pathContainedInClip);
DSkScan_AAAPath.cpp1853 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()