/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/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/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/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
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 | 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 | 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 | 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 | ImageFilterNegative.java | 26 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter() 35 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 | 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 | 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
|
D | ImageFilterBwFilter.java | 45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int r, int g, int b); in nativeApplyFilter() 52 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterHighlights.java | 48 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float[] luminanceMap); in nativeApplyFilter() 68 int w = bitmap.getWidth(); in apply() local
|
D | ImageFilterRedEye.java | 50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, short[] matrix); in nativeApplyFilter() 60 int w = bitmap.getWidth(); in apply() local
|
/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/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/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/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/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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | CapsModeUtilsTests.java | 50 final int w = TextUtils.CAP_MODE_WORDS; in allPathsForCaps() local 64 final int w = TextUtils.CAP_MODE_WORDS; in testGetCapsMode() local
|
/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()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | InterpolatingLayout.java | 159 int w = (int) (parentSize * widthMultiplier) + widthConstant; in resolveWidth() local 168 int w = (int) (parentSize * leftMarginMultiplier) + leftMarginConstant; in resolveLeftMargin() local 174 int w = (int) (parentSize * leftPaddingMultiplier) + leftPaddingConstant; in resolveLeftPadding() local 182 int w = (int) (parentSize * rightMarginMultiplier) + rightMarginConstant; in resolveRightMargin() local 188 int w = (int) (parentSize * rightPaddingMultiplier) + rightPaddingConstant; in resolveRightPadding() local
|
/packages/services/Car/evs/app/ |
D | TexWrapper.h | 35 unsigned w; variable
|