/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f() 36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u() 50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f() 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u() 89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u() 102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, i… in db_WarpImageLutFast_u() 123 …id db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutBilinear_u() 143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f() 36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u() 50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f() 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u() 89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u() 102 inline void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, i… in db_WarpImageLutFast_u() 123 …id db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutBilinear_u() 143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | BitmapUtil.java | 47 public static Bitmap decodeByteArray(byte[] src, int w, int h) { in decodeByteArray() 74 public static Bitmap decodeByteArrayWithCenterCrop(byte[] src, int w, int h) { in decodeByteArrayWithCenterCrop() 96 public static Bitmap centerCrop(final Bitmap src, final int w, final int h) { in centerCrop() 131 public static Bitmap crop(final Bitmap src, final int w, final int h, in crop()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | LogUtil.java | 67 public static void w(final String requestId, final String message, final Throwable t) { in w() method in LogUtil 71 public static void w(final String message, final Throwable t) { in w() method in LogUtil 75 public static void w(final String requestId, final String message) { in w() method in LogUtil 79 public static void w(final String message) { in w() method in LogUtil
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageVignette.java | 80 public void setRadius(float w, float h) { in setRadius() 141 int w = MasterImage.getImage().getOriginalBounds().width(); in onTouchEvent() local 199 float w = MasterImage.getImage().getOriginalBounds().width(); in computeEllipses() local 217 public void onSizeChanged(int w, int h, int oldw, int oldh) { in onSizeChanged() 228 float w = MasterImage.getImage().getOriginalBounds().width(); in onDraw() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterContrast.java | 45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); in nativeApplyFilter() 52 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterEdge.java | 39 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float p); in nativeApplyFilter() 46 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterExposure.java | 43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter() 50 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterVibrance.java | 43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter() 50 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterShadows.java | 44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter() 51 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterNegative.java | 26 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter() 35 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterHue.java | 47 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix); in nativeApplyFilter() 54 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterSaturated.java | 44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); in nativeApplyFilter() 51 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterWBalance.java | 50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int locX, int locY); in nativeApplyFilter() 54 int w = bitmap.getWidth(); in apply() local
|
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/ |
D | WeekButton.java | 39 public static void setSuggestedWidth(int w) { in setSuggestedWidth() 47 int w = getMeasuredWidth(); in onMeasure() local
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserWebViewFactory.java | 48 WebView w = instantiateWebView(null, android.R.attr.webViewStyle, privateBrowsing); in createWebView() local 53 protected void initWebViewSettings(WebView w) { in initWebViewSettings()
|
D | NetworkStateHandler.java | 104 WebView w = mController.getCurrentWebView(); in onNetworkToggle() local 115 WebView w = mController.getCurrentWebView(); in sendNetworkType() local
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | RotateLayout.java | 81 final int w = getMeasuredWidth(); in dispatchTouchEvent() local 109 int w = getMeasuredWidth(); in dispatchDraw() local 134 int w = 0, h = 0; in onMeasure() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | Log.java | 38 public static int w(String tag, String msg) { in w() method in Log 41 public static int w(String tag, String msg, Throwable tr) { in w() method in Log 44 public static int w(String tag, Throwable tr) { in w() method in Log
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | Log.java | 38 public static int w(String tag, String msg) { in w() method in Log 41 public static int w(String tag, String msg, Throwable tr) { in w() method in Log 44 public static int w(String tag, Throwable tr) { in w() method in Log
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | Log.java | 39 public static int w(String tag, String msg) { in w() method in Log 42 public static int w(String tag, String msg, Throwable tr) { in w() method in Log 45 public static int w(String tag, Throwable tr) { in w() method in Log
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | Log.java | 38 public static int w(String tag, String msg) { in w() method in Log 41 public static int w(String tag, String msg, Throwable tr) { in w() method in Log 44 public static int w(String tag, Throwable tr) { in w() method in Log
|
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
D | Log.java | 37 public static void w(final String tag, final String message) { in w() method in Log 40 public static void w(final String tag, final String message, final Throwable t) { in w() method in Log
|
/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 29 PgmImage::PgmImage(int w, int h, int format) : in PgmImage() 35 PgmImage::PgmImage(unsigned char *data, int w, int h) : in PgmImage() 41 PgmImage::PgmImage(std::vector<unsigned char> &data, int w, int h) : in PgmImage()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 29 PgmImage::PgmImage(int w, int h, int format) : in PgmImage() 35 PgmImage::PgmImage(unsigned char *data, int w, int h) : in PgmImage() 41 PgmImage::PgmImage(std::vector<unsigned char> &data, int w, int h) : in PgmImage()
|