Home
last modified time | relevance | path

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

12345

/frameworks/base/libs/hwui/font/
DFontUtil.h45 #define TO_GLYPH(g) g argument
52 glyph_t g = *src++; in nextGlyph() local
58 #define TO_GLYPH(g) ((SkUnichar) g) argument
/frameworks/av/media/libstagefright/filters/
DColorConvert.cpp30 int32_t* r, int32_t* g, int32_t* b) { in YUVToRGB()
59 int32_t r, g, b; in convertYUV420spToARGB() local
81 int32_t r, g, b; in convertYUV420spToRGB888() local
99 uint8_t g = *src++; in convertRGBAToARGB() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
DColorFilterCache.java42 final int g = Color.green(color); in getColorFilterCache() local
53 private ColorFilterCache(int r, int g, int b) { in ColorFilterCache()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
DarmCOMM.h576 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument
577 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument
578 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument
579 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument
580 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument
581 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument
582 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument
583 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument
584 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument
592 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmCOMM.h576 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument
577 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument
578 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument
579 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument
580 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument
581 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument
582 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument
583 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument
584 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument
592 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmCOMM.h576 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) fprintf(DEBUG_STREAM, a, b,… argument
577 #define DEBUG_PRINTF_7(a, b, c, d, e, f, g, h) fprintf(DEBUG_STREAM, a, b,… argument
578 #define DEBUG_PRINTF_8(a, b, c, d, e, f, g, h, i) fprintf(DEBUG_STREAM, a, b,… argument
579 #define DEBUG_PRINTF_9(a, b, c, d, e, f, g, h, i, j) fprintf(DEBUG_STREAM, a, b,… argument
580 #define DEBUG_PRINTF_10(a, b, c, d, e, f, g, h, i, j, k) fprintf(DEBUG_STREAM, a, b,… argument
581 #define DEBUG_PRINTF_11(a, b, c, d, e, f, g, h, i, j, k, l) fprintf(DEBUG_STREAM, a, b,… argument
582 #define DEBUG_PRINTF_12(a, b, c, d, e, f, g, h, i, j, k, l, m) fprintf(DEBUG_STREAM, a, b,… argument
583 #define DEBUG_PRINTF_13(a, b, c, d, e, f, g, h, i, j, k, l, m, n) fprintf(DEBUG_STREAM, a, b,… argument
584 #define DEBUG_PRINTF_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) fprintf(DEBUG_STREAM, a, b,… argument
592 #define DEBUG_PRINTF_6(a, b, c, d, e, f, g) argument
[all …]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestGalleryRtl.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
DBiDiTestGalleryLtr.java31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
/frameworks/base/location/tests/locationtests/src/android/location/
DGeocoderTest.java36 Geocoder g = new Geocoder(mContext, locale); in testGeocoder() local
/frameworks/ex/framesequence/jni/
DColor.h28 #define ARGB_TO_COLOR8888(a, r, g, b) \ argument
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DCrossProcess.java41 float g = f; in createTest() local
DPosterize.java33 void setParams(float intensHigh, float intensLow, int r, int g, int b) { in setParams()
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
DPosterize.java42 void setParams(float intensHigh, float intensLow, int r, int g, int b) { in setParams()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java677 private void drawOnGraphics(Graphics2D g, Drawable drawable, Paint_Delegate paint, in drawOnGraphics()
741 Graphics2D g = (Graphics2D) baseGfx.create(); in restoreLayer() local
753 Graphics2D g = createCustomGraphics(baseGfx, mLocalLayerPaint, in restoreLayer() local
772 Graphics2D g = (Graphics2D) original.create(); in createCustomGraphics() local
796 private boolean setShader(Graphics2D g, Paint_Delegate paint) { in setShader()
819 private void setComposite(Graphics2D g, Paint_Delegate paint, boolean usePaintAlpha, in setComposite()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Dpreemph.cpp239 Word16 g, /* (i) : preemphasis coefficient */ in preemphasis()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.h75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB()
77 float g(void) const { return _g; } in g() function
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DColorFilter_Delegate.java61 public void applyFilter(Graphics2D g, int width, int height) { in applyFilter()
/frameworks/base/libs/hwui/
DFloatColor.h42 float g; member
DVertex.h85 float r, g, b, a; member
92 float g = a * ((color >> 8) & 0xff) / 255.0f; in set() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp35 uint8_t r, uint8_t g, uint8_t b) { in fillSurfaceRGBA8()
71 void checkPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b) { in checkPixel()
/frameworks/base/graphics/java/android/graphics/
DColor.java128 int g = (color >> 8) & 0xFF; in hue() local
170 int g = (color >> 8) & 0xFF; in saturation() local
197 int g = (color >> 8) & 0xFF; in brightness() local
/frameworks/native/services/sensorservice/
DOrientationSensor.cpp46 vec3_t g; in process() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureFBO.h60 uint8_t r, uint8_t g, uint8_t b, uint8_t a) { in fillRGBA8BufferSolid()

12345