/packages/apps/Gallery2/jni/filters/ |
geometry.c | 89 __inline__ void rotate180(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ function 106 rotate180(source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
|
/external/chromium_org/ui/gfx/ |
skbitmap_operations_unittest.cc | 554 SkBitmap rotate90, rotate180, rotate270; local 557 rotate180 = SkBitmapOperations::Rotate(src, 564 ASSERT_EQ(rotate180.width(), src.width()); 565 ASSERT_EQ(rotate180.height(), src.height()); 571 SkAutoLockPixels lock_180(rotate180); 579 *rotate180.getAddr32(src_w - (x+1), src_h - (y+1)));
|
/frameworks/base/media/jni/ |
android_media_MediaMetadataRetriever.cpp | 180 static void rotate180(T* dst, const T* src, size_t width, size_t height) function 210 rotate180(dst, src, width, height);
|