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

  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 926 FloatPoint roundedOrigin = FloatPoint(deviceOrigin.x() / deviceScaleX, deviceOrigin.y() / deviceScaleY);
928 return FloatRect(roundedOrigin, roundedLowerRight - roundedOrigin);
    [all...]

Completed in 70 milliseconds