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

  /packages/apps/Messaging/jni/
GifTranscoder.h 92 static int computeDistance(ColorARGB c1, ColorARGB c2);
GifTranscoder.cpp 475 int distance = computeDistance(targetColor, indexedColor);
484 int GifTranscoder::computeDistance(ColorARGB c1, ColorARGB c2) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestDistance.java 97 CoreMathVerifier.computeDistance(args, target);
189 CoreMathVerifier.computeDistance(args, target);
279 CoreMathVerifier.computeDistance(args, target);
369 CoreMathVerifier.computeDistance(args, target);
463 CoreMathVerifier.computeDistance(args, target);
564 CoreMathVerifier.computeDistance(args, target);
    [all...]
  /external/jsoncpp/include/json/
value.h 930 return computeDistance(other);
951 difference_type computeDistance(const SelfType& other) const;
  /external/protobuf/conformance/third_party/jsoncpp/
json.h     [all...]
jsoncpp.cpp     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java     [all...]

Completed in 310 milliseconds