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

  /external/webkit/Source/WebCore/html/
RangeInputType.cpp 207 IntPoint curPoint;
208 curPoint.setX(touchEvent->touches()->item(0)->pageX());
209 curPoint.setY(touchEvent->touches()->item(0)->pageY());
210 thumb->dragFrom(curPoint);
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 237 IntPoint curPoint;
238 curPoint.setX(touchEvent->touches()->item(0)->pageX());
239 curPoint.setY(touchEvent->touches()->item(0)->pageY());
240 setPositionFromPoint(curPoint);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 622 SkPoint curPoint = { 0 };
636 curPoint = points[0];
647 segment->setup(m_arena.get(), contour, curPoint, points[1]);
650 LOG_ERROR("CloseLineTo (%f, %f), (%f, %f)", curPoint.fX, curPoint.fY, points[1].fX, points[1].fY);
661 curPoint = points[1];
677 curPoint = cubic[3];
688 curPoint = points[3];
693 segment->setup(m_arena.get(), contour, curPoint, moveToPoint);
696 LOG_ERROR("Close (%f, %f) -> (%f, %f)", curPoint.fX, curPoint.fY, moveToPoint.fX, moveToPoint.fY)
    [all...]

Completed in 353 milliseconds