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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp105 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; local
305 &normalBC, &unitNormalBC);
311 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
237 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
[all...]
/external/skia/src/core/
H A DSkStroke.cpp105 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; local
305 &normalBC, &unitNormalBC);
311 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
237 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
[all...]

Completed in 29 milliseconds