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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 116 bool calcAngles();
SkPathOpsCommon.cpp 389 static bool calcAngles(SkTArray<SkOpContour*, true>* contourList) {
393 if (!contour->calcAngles()) {
721 if (!calcAngles(contourList)) {
SkOpContour.cpp 260 bool SkOpContour::calcAngles() {
263 if (!fSegments[test].calcAngles()) {
SkOpSegment.h 299 bool calcAngles();
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpContour.h 116 bool calcAngles();
SkPathOpsCommon.cpp 389 static bool calcAngles(SkTArray<SkOpContour*, true>* contourList) {
393 if (!contour->calcAngles()) {
719 if (!calcAngles(contourList)) {
SkOpContour.cpp 252 bool SkOpContour::calcAngles() {
255 if (!fSegments[test].calcAngles()) {
SkOpSegment.h 297 bool calcAngles();
SkOpSegment.cpp     [all...]

Completed in 960 milliseconds