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

  /external/skia/src/core/
SkEdgeBuilder.cpp 62 static inline bool approximatelyEqual(SkFixed a, SkFixed b) {
78 if (approximatelyEqual(edge->fUpperY, last->fLowerY)) {
84 if (approximatelyEqual(edge->fUpperY, last->fUpperY)) {
85 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
99 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
  /external/skqp/src/core/
SkEdgeBuilder.cpp 62 static inline bool approximatelyEqual(SkFixed a, SkFixed b) {
78 if (approximatelyEqual(edge->fUpperY, last->fLowerY)) {
84 if (approximatelyEqual(edge->fUpperY, last->fUpperY)) {
85 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
99 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
  /external/skia/src/pathops/
SkPathOpsPoint.h 167 bool approximatelyEqual(const SkDPoint& a) const {
181 bool approximatelyEqual(const SkPoint& a) const {
184 return approximatelyEqual(dA);
187 static bool ApproximatelyEqual(const SkPoint& a, const SkPoint& b) {
  /external/skqp/src/pathops/
SkPathOpsPoint.h 167 bool approximatelyEqual(const SkDPoint& a) const {
181 bool approximatelyEqual(const SkPoint& a) const {
184 return approximatelyEqual(dA);
187 static bool ApproximatelyEqual(const SkPoint& a, const SkPoint& b) {

Completed in 117 milliseconds