HomeSort by relevance Sort by last modified time
    Searched defs:calcAngles (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 252 bool SkOpContour::calcAngles() {
255 if (!fSegments[test].calcAngles()) {
SkPathOpsCommon.cpp 389 static bool calcAngles(SkTArray<SkOpContour*, true>* contourList) {
393 if (!contour->calcAngles()) {
719 if (!calcAngles(contourList)) {
  /external/skia/src/pathops/
SkOpContour.cpp 252 bool SkOpContour::calcAngles() {
255 if (!fSegments[test].calcAngles()) {
SkPathOpsCommon.cpp 389 static bool calcAngles(SkTArray<SkOpContour*, true>* contourList) {
393 if (!contour->calcAngles()) {
719 if (!calcAngles(contourList)) {

Completed in 45 milliseconds