Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
Dsaturation.rs150 float4 pixel = rsUnpackColor8888(in);
155 pixel.xyz = rsMatrixMultiply(&colorMatrix_min ,pixel.xyz) * (1 - t) +
156 t * (rsMatrixMultiply(&colorMatrix_max ,pixel.xyz));
158 pixel.a = 1.0f;
159 return rsPackColorTo8888(clamp(pixel, 0.f, 1.0f));
Dgrad.rs101 float4 pixel = rsUnpackColor8888(in);
103 float4 wsum = pixel;
113 pixel.rgb = wsum.rgb;
114 pixel.a = 1.0f;
116 uchar4 out = rsPackColorTo8888(clamp(pixel, 0.f, 1.0f));
Dvignette.rs66 float4 pixel = rsUnpackColor8888(in);
71 float4 wsum = pixel;
/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java51 public static long convertPixelToMillis(int pixel) { in convertPixelToMillis() argument
52 return pixel * TimeUnit.HOURS.toMillis(1) / sWidthPerHour; in convertPixelToMillis()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java309 private void translateContentLayoutByPixel(float pixel) { in translateContentLayoutByPixel() argument
310 mFilmstripContentLayout.setTranslationX(pixel); in translateContentLayoutByPixel()
311 mFilmstripContentTranslationProgress = pixel / getMeasuredWidth(); in translateContentLayoutByPixel()
/packages/apps/Camera2/src/com/android/camera/util/
DCameraUtil.java909 public static int addPixel(int pixel, int newPixel, float weight) { in addPixel() argument
912 int r = ((pixel & 0x00ff0000) + (int) ((newPixel & 0x00ff0000) * weight)) & 0x00ff0000; in addPixel()
913 int g = ((pixel & 0x0000ff00) + (int) ((newPixel & 0x0000ff00) * weight)) & 0x0000ff00; in addPixel()
914 int b = ((pixel & 0x000000ff) + (int) ((newPixel & 0x000000ff) * weight)) & 0x000000ff; in addPixel()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...