Home
last modified time | relevance | path

Searched defs:g (Results 1 – 24 of 24) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java53 private static int pack8888(int r, int g, int b, int a) { in pack8888()
57 private static short pack565(int r, int g, int b) { in pack565()
61 private static short pack4444(int r, int g, int b, int a) { in pack4444()
75 int g = Color.green(c); in premultiplyColor() local
90 int g = getG32(from) << 23; in makeRamp() local
DCreateBitmap.java43 int g = y * 255 / (HEIGHT - 1); in createColors() local
DColorPickerDialog.java133 int g = ave(Color.green(c0), Color.green(c1), p); in interpColor() local
142 int g = Color.green(color); in rotateColor() local
DMeasureText.java41 int g = y * 255 / (HEIGHT - 1); in createColors() local
DPurgeableBitmapView.java72 int g = y * 255 / (HEIGHT - 1); in createColors() local
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_linalg.h257 inline int db_ScalarProduct512_s(const short *f,const short *g) in db_ScalarProduct512_s()
270 inline int db_ScalarProduct32_s(const short *f,const short *g) in db_ScalarProduct32_s()
292 inline int db_ScalarProduct128_s(const short *f,const short *g) in db_ScalarProduct128_s()
597 inline float db_ScalarProduct128Aligned16_f(const float *f,const float *g) in db_ScalarProduct128Aligned16_f()
Ddb_feature_matching.cpp40 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr7x7_u() local
123 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr9x9_u() local
242 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr11x11_u() local
1304 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr15x15_u() local
1578 float f,g,*pf,*pg,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr7x7_f() local
1660 float f,g,*pf,*pg,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr9x9_f() local
1779 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr11x11_f() local
2349 float f,g,fgsum,f2sum,g2sum,fsum,gsum,fg_corr,den; in db_SignedSquareNormCorr15x15_f() local
Ddb_feature_detection.cpp264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) in db_gxx_gxy_gyy_row_s()
384 inline void db_Filter14641_128_i(int *g,int nc) in db_Filter14641_128_i()
/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.cpp30 int r,g,b, a; in rgba2yvu() local
75 int r,g,b; in rgb2yvu() local
118 int r,g,b, nr, ng, nb, val; in rgb2gray() local
148 int r,g,b, nr, ng, nb, val; in rgb2gray() local
192 int y,v,u, r, g, b; in yvu2rgb() local
237 int y,v,u, r, g, b; in yvu2bgr() local
/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c121 unsigned char g, in rgb16_cb()
131 unsigned char g, in common_rgb_cb()
175 unsigned char g, in rgb24_cb()
184 unsigned char g, in argb_cb()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGrid2.java42 GridView g = (GridView) findViewById(R.id.myGrid); in onCreate() local
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
199 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
/development/ndk/platforms/android-21/include/linux/
Dmap_to_7segment.h39 #define _SEG7(l,a,b,c,d,e,f,g) ( a<<BIT_SEG7_A | b<<BIT_SEG7_B | c<<BIT_SEG7_C | d<<BIT_SEG7_D | … argument
/development/ndk/platforms/android-9/arch-x86/include/asm/
Ddesc_defs.h29 unsigned limit : 4, avl : 1, l : 1, d : 1, g : 1, base2 : 8; member
65 unsigned limit1 : 4, zero0 : 3, g : 1, base2 : 8; member
/development/perftests/panorama/feature_mos/src/mosaic_renderer/
DRenderer.cpp174 bool Renderer::Clear(float r, float g, float b, float a) in Clear()
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
DLevelsDalvikActivity.java185 float g = (float)((mInPixels[i] >> 8) & 0xff); in filter() local
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
DSlidingTabStrip.java181 float g = (Color.green(color1) * ratio) + (Color.green(color2) * inverseRation); in blendColors() local
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dkvm.h149 __u8 present, dpl, db, s, l, g, avl; member
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dkvm.h149 __u8 present, dpl, db, s, l, g, avl; member