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

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 114 SkVector* normalBC, SkVector* unitNormalBC,
248 SkVector* normalBC, SkVector* unitNormalBC,
251 normalBC, unitNormalBC)) {
255 *unitNormalBC = unitNormalAB;
259 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
271 SkScalar dot = SkPoint::DotProduct(unitNormalAB, *unitNormalBC);
288 SkVector normalBC, unitNormalBC;
314 &normalBC, &unitNormalBC);
320 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
    [all...]
  /external/skia/src/core/
SkStroke.cpp 114 SkVector* normalBC, SkVector* unitNormalBC,
248 SkVector* normalBC, SkVector* unitNormalBC,
251 normalBC, unitNormalBC)) {
255 *unitNormalBC = unitNormalAB;
259 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
271 SkScalar dot = SkPoint::DotProduct(unitNormalAB, *unitNormalBC);
288 SkVector normalBC, unitNormalBC;
314 &normalBC, &unitNormalBC);
320 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
    [all...]

Completed in 216 milliseconds