Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 224) sorted by relevance

123456789

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities.cpp23 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/
DLogUtil.java67 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/
DBitmapUtil.java47 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/
DImageFilterShadows.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); in nativeApplyFilter()
51 int w = bitmap.getWidth(); in apply() local
DImageFilterExposure.java43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter()
50 int w = bitmap.getWidth(); in apply() local
DImageFilterVibrance.java43 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float bright); in nativeApplyFilter()
50 int w = bitmap.getWidth(); in apply() local
DImageFilterEdge.java39 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float p); in nativeApplyFilter()
46 int w = bitmap.getWidth(); in apply() local
DImageFilterContrast.java45 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float strength); in nativeApplyFilter()
52 int w = bitmap.getWidth(); in apply() local
DImageFilterNegative.java26 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h); in nativeApplyFilter()
35 int w = bitmap.getWidth(); in apply() local
DImageFilterSaturated.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float saturation); in nativeApplyFilter()
51 int w = bitmap.getWidth(); in apply() local
DImageFilterHue.java47 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float []matrix); in nativeApplyFilter()
54 int w = bitmap.getWidth(); in apply() local
DImageFilterWBalance.java50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, int locX, int locY); in nativeApplyFilter()
54 int w = bitmap.getWidth(); in apply() local
DImageFilterBwFilter.java45 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
DImageFilterHighlights.java48 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float[] luminanceMap); in nativeApplyFilter()
68 int w = bitmap.getWidth(); in apply() local
DImageFilterRedEye.java50 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/
DImageVignette.java80 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/
DLog.java39 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/
DLog.java38 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/
DLog.java38 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/
DLog.java38 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/
DLog.java37 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/
DCapsModeUtilsTests.java50 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/
DPgmImage.cpp29 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/
DInterpolatingLayout.java159 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/
DTexWrapper.h35 unsigned w; variable

123456789