HomeSort by relevance Sort by last modified time
    Searched refs:cStorage (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpEdgeBuilder.cpp 223 SkPoint cStorage[2][2];
224 SkPath::Verb v1 = SkReduceOrder::Quad(&pair[0], cStorage[0]);
225 SkPath::Verb v2 = SkReduceOrder::Quad(&pair[2], cStorage[1]);
226 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0];
227 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1];
253 SkPoint cStorage[2][3];
254 SkPath::Verb v1 = SkReduceOrder::Conic(pair[0], cStorage[0]);
255 SkPath::Verb v2 = SkReduceOrder::Conic(pair[1], cStorage[1]);
256 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0];
257 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]
    [all...]
  /external/skqp/src/pathops/
SkOpEdgeBuilder.cpp 223 SkPoint cStorage[2][2];
224 SkPath::Verb v1 = SkReduceOrder::Quad(&pair[0], cStorage[0]);
225 SkPath::Verb v2 = SkReduceOrder::Quad(&pair[2], cStorage[1]);
226 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? &pair[0] : cStorage[0];
227 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? &pair[2] : cStorage[1];
253 SkPoint cStorage[2][3];
254 SkPath::Verb v1 = SkReduceOrder::Conic(pair[0], cStorage[0]);
255 SkPath::Verb v2 = SkReduceOrder::Conic(pair[1], cStorage[1]);
256 SkPoint* curve1 = v1 != SkPath::kLine_Verb ? pair[0].fPts : cStorage[0];
257 SkPoint* curve2 = v2 != SkPath::kLine_Verb ? pair[1].fPts : cStorage[1]
    [all...]

Completed in 1499 milliseconds