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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 234 bool activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles);
282 bool activeAngle, const SkOpAngle* angle);
359 SkOpSpan* markAngle(int maxWinding, int sumWinding, bool activeAngle, const SkOpAngle* angle);
SkPathOpsOp.cpp 25 if (segment->activeAngle(nextStart, &done, &angles)) {
SkOpSegment.cpp 49 bool SkOpSegment::activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
    [all...]
SkPathOpsCommon.cpp 122 if (segment->activeAngle(tIndex, &done, &angles)) {
  /external/skia/src/pathops/
SkOpSegment.h 234 bool activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles);
282 bool activeAngle, const SkOpAngle* angle);
359 SkOpSpan* markAngle(int maxWinding, int sumWinding, bool activeAngle, const SkOpAngle* angle);
SkPathOpsOp.cpp 25 if (segment->activeAngle(nextStart, &done, &angles)) {
SkOpSegment.cpp 49 bool SkOpSegment::activeAngle(int index, int* done, SkTArray<SkOpAngle, true>* angles) {
    [all...]
SkPathOpsCommon.cpp 122 if (segment->activeAngle(tIndex, &done, &angles)) {
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 845 float activeAngle = 0.0f;
    [all...]

Completed in 404 milliseconds