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

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 179 public static Bitmap rotateBitmap(Bitmap source, int rotation, boolean recycle) {
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 436 static void rotateBitmap(SharedBitmap* destBmp, const SharedBitmap* sourceBmp, const RotationTransform& transform)
525 rotateBitmap(m_bitmap.get(), m_rotatedBitmap.get(), -m_rotation);
542 rotateBitmap(m_rotatedBitmap.get(), m_bitmap.get(), m_rotation);
    [all...]

Completed in 2402 milliseconds