/packages/apps/Gallery2/jni/filters/ |
D | saturated.c | 47 destination[RED] = CLAMP(Rc); in JNIFUNCF() 48 destination[GREEN] = CLAMP(Gc); in JNIFUNCF() 49 destination[BLUE] = CLAMP(Bc); in JNIFUNCF()
|
D | vibrance.c | 56 destination[RED] = CLAMP(Rc); in JNIFUNCF() 57 destination[GREEN] = CLAMP(Gc); in JNIFUNCF() 58 destination[BLUE] = CLAMP(Bc); in JNIFUNCF()
|
D | filters.h | 44 #define CLAMP(c) (MAX(0, MIN(255, c))) macro
|
D | bwfilter.c | 50 rgb[RED] = CLAMP(avg); in JNIFUNCF()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/ |
D | ColorRectView.java | 148 mBorder, 0, mWidth - mBorder, 0, wheelColor, null, Shader.TileMode.CLAMP); in setUpColorPanel() 152 0, mBorder, 0, mHeight - mBorder, colors, null, Shader.TileMode.CLAMP); in setUpColorPanel() 155 0, mBorder, 0, mHeight - mBorder, colors2, null, Shader.TileMode.CLAMP); in setUpColorPanel() 192 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in updateDotPaint()
|
D | ColorValueView.java | 119 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton() 140 Shader.TileMode.CLAMP); in updatePaint()
|
D | ColorSaturationView.java | 137 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton() 160 color1, color2, Shader.TileMode.CLAMP); in updatePaint()
|
D | ColorOpacityView.java | 142 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton() 161 mBorder, mBorder, mWidth - mBorder, mBorder, color1, color2, Shader.TileMode.CLAMP); in updatePaint()
|
D | ColorBrightnessView.java | 137 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton() 161 color1, color2, Shader.TileMode.CLAMP); in updatePaint()
|
D | ColorHueView.java | 154 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in setupButton()
|
D | ColorSVRectView.java | 194 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in updateDotPaint()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GradControl.java | 191 mPointRadialPos, Shader.TileMode.CLAMP); in paintGrayPoint() 204 mPointRadialPos, Shader.TileMode.CLAMP); in paintPoint()
|
D | EclipseControl.java | 203 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in paintGrayPoint() 220 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in paintPoint()
|
D | ImageShow.java | 133 return new BitmapShader(b, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in createShader()
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/ |
D | AvatarUtil.java | 231 final BitmapShader shader = new BitmapShader(bitmap, TileMode.CLAMP, TileMode.CLAMP); in drawBitmapWithCircleOnCanvas()
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | RoundedThumbnailView.java | 668 srcBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in precomputeThumbnailPaint()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | TaskThumbnailView.java | 168 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in refresh()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 135 final BitmapShader shader = new BitmapShader(bitmap, TileMode.CLAMP, TileMode.CLAMP); in drawBitmapWithCircleOnCanvas()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
D | IconView.java | 230 endColor, Shader.TileMode.CLAMP); in onDraw()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 286 mLayersShader = new BitmapShader(mLayersBitmap, TileMode.CLAMP, TileMode.CLAMP); in draw()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | SysUiScrim.java | 273 Shader.TileMode.CLAMP); in createDitheredAlphaMask()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | UsageGraph.java | 235 0, 0, 0, getHeight(), getColor(mAccentColor, .2f), 0, TileMode.CLAMP)); in updateGradient()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | PreviewBackground.java | 176 Shader.TileMode.CLAMP); in setup()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |