HomeSort by relevance Sort by last modified time
    Searched full:roundedlowerright (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 927 FloatPoint roundedLowerRight = FloatPoint(deviceLowerRight.x() / deviceScaleX, deviceLowerRight.y() / deviceScaleY);
928 return FloatRect(roundedOrigin, roundedLowerRight - roundedOrigin);
    [all...]

Completed in 334 milliseconds