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

/external/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp218 SkPoint cStorage[2][2]; local
219 SkPath::Verb v1 = SkReduceOrder::Quad(&pair[0], cStorage[0]);
220 SkPath::Verb v2 = SkReduceOrder::Quad(&pair[2], cStorage[1]);
221 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0];
222 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1];
248 SkPoint cStorage[2][3]; local
249 SkPath::Verb v1 = SkReduceOrder::Conic(pair[0], cStorage[0]);
250 SkPath::Verb v2 = SkReduceOrder::Conic(pair[1], cStorage[1]);
251 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0];
252 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[
[all...]

Completed in 98 milliseconds