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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp 80 IntSize sizeRespectingOrientation = bitmapImage->sizeRespectingOrientation();
86 FloatRect destRect(FloatPoint(), sizeRespectingOrientation);
92 SkBitmap::kARGB_8888_Config, sizeRespectingOrientation.width(), sizeRespectingOrientation.height());
97 canvas.concat(affineTransformToSkMatrix(orientation.transformFromDefault(sizeRespectingOrientation)));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp 184 IntSize BitmapImage::sizeRespectingOrientation() const

Completed in 268 milliseconds