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

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp433 SkVector normalAB, unitAB, normalCD, unitCD; local
458 this->cubic_to(&tmp[i * 3], n, u, &normalCD, &unitCD,
464 u = unitCD;
469 this->postJoinTo(pt3, normalCD, unitCD);
/external/skia/src/core/
H A DSkStroke.cpp432 SkVector normalAB, unitAB, normalCD, unitCD; local
457 this->cubic_to(&tmp[i * 3], n, u, &normalCD, &unitCD,
463 u = unitCD;
468 this->postJoinTo(pt3, normalCD, unitCD);

Completed in 105 milliseconds