Searched refs:fClipPlaneIsect (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1016 fClipPlaneIsect = false;
1029 fClipPlaneIsect = true;
1054 fClipPlaneIsect = false;
1069 fClipPlaneIsect = false;
1122 !fAllFill, fClipPlane, fClipPlaneIsect, fClipPlaneUnion, fRoundCaps, localMatrix));
1134 int numPlanes = (int)fClipPlane + fClipPlaneIsect + fClipPlaneUnion;
1140 (fClipPlaneIsect ? 0 : 3 * sizeof(SkScalar)) -
1243 if (fClipPlaneIsect) {
1350 if (fClipPlaneIsect) {
1393 if (fClipPlaneIsect) {
1470 bool fClipPlaneIsect; member in class:final
[all...]
/external/skqp/src/gpu/ops/
H A DGrOvalOpFactory.cpp716 fClipPlaneIsect = false;
728 fClipPlaneIsect = true;
752 fClipPlaneIsect = false;
766 fClipPlaneIsect = false;
819 !fAllFill, fClipPlane, fClipPlaneIsect, fClipPlaneUnion, localMatrix));
834 (fClipPlaneIsect ? 0 : 3 * sizeof(SkScalar)) -
936 if (fClipPlaneIsect) {
1033 if (fClipPlaneIsect) {
1066 if (fClipPlaneIsect) {
1111 fClipPlaneIsect |
1140 bool fClipPlaneIsect; member in class:final
[all...]

Completed in 73 milliseconds