Home
last modified time | relevance | path

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

/external/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()
/external/skqp/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()
/external/skia/samplecode/
DSampleClip.cpp234 bool addLineTo = false; in clip() local
244 if (addLineTo || pts[0] != rec->fPrev) { in clip()
263 addLineTo = true; in clip()
/external/skia/src/core/
DSkPath.cpp3718 bool addLineTo = false; in clip() local
3728 if (addLineTo || pts[0] != rec->fPrev) { in clip()
3747 addLineTo = true; in clip()