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

  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 339 const PathPoint& point2 = *i; local
341 if (point2.x() == point.x()) {
344 } else if (point2.x() < point.x() != point1->x() < point.x()) {
345 float y = (point2.y() - point1->y()) / (point2.x() - point1->x()) * (point.x() - point1->x()) + point1->y();
357 if (point2.x() == point.x()) {
359 if (point2.y() <= point.y())
387 if (wasNegative ? point2.x() > point.x() : point2.x() < point.x())
390 } else if (point2.x() == point.x() && point2.y() >= point.y()
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 426 void (*point2)(transform_t const* t, vec4_t*, vec4_t const*); member in struct:android::gl::transform_t::__anon8895::__anon8896
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 38 milliseconds