Home
last modified time | relevance | path

Searched refs:CLAMP (Results 1 – 25 of 26) sorted by relevance

12

/packages/apps/Gallery2/jni/filters/
Dsaturated.c47 destination[RED] = CLAMP(Rc); in JNIFUNCF()
48 destination[GREEN] = CLAMP(Gc); in JNIFUNCF()
49 destination[BLUE] = CLAMP(Bc); in JNIFUNCF()
Dvibrance.c56 destination[RED] = CLAMP(Rc); in JNIFUNCF()
57 destination[GREEN] = CLAMP(Gc); in JNIFUNCF()
58 destination[BLUE] = CLAMP(Bc); in JNIFUNCF()
Dfilters.h44 #define CLAMP(c) (MAX(0, MIN(255, c))) macro
Dbwfilter.c50 rgb[RED] = CLAMP(avg); in JNIFUNCF()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorRectView.java148 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()
DColorValueView.java119 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton()
140 Shader.TileMode.CLAMP); in updatePaint()
DColorBrightnessView.java137 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton()
161 color1, color2, Shader.TileMode.CLAMP); in updatePaint()
DColorSaturationView.java137 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton()
160 color1, color2, Shader.TileMode.CLAMP); in updatePaint()
DColorOpacityView.java142 0, .3f, .31f, 1 }, Shader.TileMode.CLAMP); in setupButton()
161 mBorder, mBorder, mWidth - mBorder, mBorder, color1, color2, Shader.TileMode.CLAMP); in updatePaint()
DColorSVRectView.java194 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in updateDotPaint()
DColorHueView.java154 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in setupButton()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DThumbnailDrawable.java19 import static android.graphics.Shader.TileMode.CLAMP;
58 mShader = new BitmapShader(mThumbnailData.thumbnail, CLAMP, CLAMP); in ThumbnailDrawable()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGradControl.java191 mPointRadialPos, Shader.TileMode.CLAMP); in paintGrayPoint()
204 mPointRadialPos, Shader.TileMode.CLAMP); in paintPoint()
DEclipseControl.java203 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in paintGrayPoint()
220 0, .3f, .31f, 1}, Shader.TileMode.CLAMP); in paintPoint()
DImageShow.java133 return new BitmapShader(b, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in createShader()
/packages/apps/Camera2/src/com/android/camera/widget/
DRoundedThumbnailView.java668 srcBitmap, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in precomputeThumbnailPaint()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java145 mBitmapShader = new BitmapShader(bm, Shader.TileMode.CLAMP, Shader.TileMode.CLAMP); in setThumbnail()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java135 final BitmapShader shader = new BitmapShader(bitmap, TileMode.CLAMP, TileMode.CLAMP); in drawBitmapWithCircleOnCanvas()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java289 mLayersShader = new BitmapShader(mLayersBitmap, TileMode.CLAMP, TileMode.CLAMP); in draw()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java230 endColor, Shader.TileMode.CLAMP); in onDraw()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DWorkspaceAndHotseatScrim.java278 Shader.TileMode.CLAMP); in createDitheredAlphaMask()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DUsageGraph.java235 0, 0, 0, getHeight(), getColor(mAccentColor, .2f), 0, TileMode.CLAMP)); in updateGradient()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java152 Shader.TileMode.CLAMP); in setup()
/packages/apps/Settings/src/com/android/settings/widget/
DUsageGraph.java235 0, 0, 0, getHeight(), getColor(mAccentColor, .2f), 0, TileMode.CLAMP)); in updateGradient()
/packages/inputmethods/LatinIME/dictionaries/
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...

12