Home
last modified time | relevance | path

Searched refs:addLineTo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DSubsetPath.cpp182 bool addLineTo = false; in getSubsetPath() local
190 } else if (addLineTo) { in getSubsetPath()
192 addLineTo = false; in getSubsetPath()
221 addLineTo = false; in getSubsetPath()
227 addLineTo = !enabled; in getSubsetPath()
/third_party/flutter/skia/tests/
DSubsetPath.cpp193 bool addLineTo = false; in getSubsetPath() local
201 } else if (addLineTo) { in getSubsetPath()
203 addLineTo = false; in getSubsetPath()
232 addLineTo = false; in getSubsetPath()
238 addLineTo = !enabled; in getSubsetPath()
/third_party/skia/samplecode/
DSampleClip.cpp233 bool addLineTo = false; in clip() local
243 if (addLineTo || pts[0] != rec->fPrev) { in clip()
262 addLineTo = true; in clip()
/third_party/skia/src/core/
DSkPath.cpp3738 bool addLineTo = false; in clip() local
3748 if (addLineTo || pts[0] != rec->fPrev) { in clip()
3767 addLineTo = true; in clip()