Home | History | Annotate | Download | only in src

Lines Matching refs:useSmoothLines

1626 bool GrGpuGL::useSmoothLines() {
1646 bool smooth = useSmoothLines();
1676 if (GrIsPrimTypeLines(type) && useSmoothLines()) {