Home
last modified time | relevance | path

Searched defs:approximately_equal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp87 static bool approximately_equal(float a, float b) { in approximately_equal() function
/aosp_15_r20/external/skia/src/core/
H A DSkEdgeBuilder.cpp72 auto approximately_equal = [](SkFixed a, SkFixed b) { in combineVertical() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsTypes.h385 inline bool approximately_equal(double x, double y) { in approximately_equal() function