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

  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 535 SkBitmap rotate90, rotate180, rotate270; local
538 rotate180 = SkBitmapOperations::Rotate(src,
545 ASSERT_EQ(rotate180.width(), src.width());
546 ASSERT_EQ(rotate180.height(), src.height());
552 SkAutoLockPixels lock_180(rotate180);
560 *rotate180.getAddr32(src_w - (x+1), src_h - (y+1)));
  /packages/apps/Gallery2/jni/filters/
geometry.c 89 static __inline__ void rotate180(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ function
106 rotate180(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 192 static void rotate180(T* dst, const T* src, size_t width, size_t height) function
222 rotate180(dst, src, width, height);

Completed in 2061 milliseconds