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 105 SkVector* normalBC, SkVector* unitNormalBC,
239 SkVector* normalBC, SkVector* unitNormalBC,
242 normalBC, unitNormalBC)) {
246 *unitNormalBC = unitNormalAB;
250 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
256 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
262 SkScalar dot = SkPoint::DotProduct(unitNormalAB, *unitNormalBC);
279 SkVector normalBC, unitNormalBC;
305 &normalBC, &unitNormalBC);
311 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
    [all...]
  /external/skia/src/core/
SkStroke.cpp 105 SkVector* normalBC, SkVector* unitNormalBC,
239 SkVector* normalBC, SkVector* unitNormalBC,
242 normalBC, unitNormalBC)) {
246 *unitNormalBC = unitNormalAB;
250 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
256 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
262 SkScalar dot = SkPoint::DotProduct(unitNormalAB, *unitNormalBC);
279 SkVector normalBC, unitNormalBC;
305 &normalBC, &unitNormalBC);
311 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
    [all...]

Completed in 302 milliseconds