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

  /gdk/samples/PhotoEditor/jni/
negative.cpp 35 extern "C" void Negative(
45 LOGE("LockBitmaps in Negative failed, error=%d", ret);
  /external/webkit/Source/WebCore/xml/
XPathPredicate.h 59 class Negative : public Expression {
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java 42 * plane. The distance is pseudo due to the fact that it can be negative if the
58 Negative
169 * a provided point. If the point is on the negative side of the plane the
170 * distance returned is negative, otherwise it is positive. If the point is
193 return Side.Negative;
  /external/chromium/base/
string_number_conversions.cc 47 // for testing whether an integer is negative.
53 // value is unsigned, and can never be negative.
187 if (!Negative::Invoke(begin + 1, end, output)) {
262 class Negative : public Base<Negative> {

Completed in 67 milliseconds