HomeSort by relevance Sort by last modified time
    Searched full:skip_vert (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkPath.cpp 423 bool skip_vert = ry >= halfH; local
425 if (skip_hori && skip_vert) {
434 } else if (skip_vert) {
450 if (!skip_vert) {
462 if (!skip_vert) {
472 if (!skip_vert) {
484 if (!skip_vert) {
    [all...]

Completed in 36 milliseconds