HomeSort by relevance Sort by last modified time
    Searched full:arguments_denormalized (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTypes.cpp 10 static bool arguments_denormalized(float a, float b, int epsilon) { function
21 if (arguments_denormalized(a, b, depsilon)) {
44 if (arguments_denormalized(a, b, epsilon)) {
67 if (arguments_denormalized(a, b, epsilon)) {
80 if (arguments_denormalized(a, b, epsilon)) {
  /external/skia/src/pathops/
SkPathOpsTypes.cpp 10 static bool arguments_denormalized(float a, float b, int epsilon) { function
21 if (arguments_denormalized(a, b, depsilon)) {
44 if (arguments_denormalized(a, b, epsilon)) {
67 if (arguments_denormalized(a, b, epsilon)) {
80 if (arguments_denormalized(a, b, epsilon)) {

Completed in 175 milliseconds