Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpEdgeBuilder.cpp211 SkPoint cStorage[2][4]; in walk() local
212 SkPath::Verb v1 = SkReduceOrder::Cubic(&cubicPair[0], cStorage[0]); in walk()
213 SkPath::Verb v2 = SkReduceOrder::Cubic(&cubicPair[3], cStorage[1]); in walk()
215 SkPoint* curve1 = v1 == SkPath::kCubic_Verb ? &cubicPair[0] : cStorage[0]; in walk()
216 SkPoint* curve2 = v2 == SkPath::kCubic_Verb ? &cubicPair[3] : cStorage[1]; in walk()