/frameworks/base/libs/hwui/font/ |
D | FontUtil.h | 45 #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/ |
D | ColorConvert.cpp | 30 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/ |
D | ColorFilterCache.java | 42 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/ |
D | armCOMM.h | 576 #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/ |
D | armCOMM.h | 576 #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/ |
D | armCOMM.h | 576 #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/ |
D | BiDiTestGalleryRtl.java | 31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
|
D | BiDiTestGalleryLtr.java | 31 Gallery g = (Gallery) v.findViewById(R.id.galleryview); in onCreateView() local
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | GeocoderTest.java | 36 Geocoder g = new Geocoder(mContext, locale); in testGeocoder() local
|
/frameworks/ex/framesequence/jni/ |
D | Color.h | 28 #define ARGB_TO_COLOR8888(a, r, g, b) \ argument
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | CrossProcess.java | 41 float g = f; in createTest() local
|
D | Posterize.java | 33 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/ |
D | CrossProcess.java | 44 float g = f; in createTest() local
|
D | Posterize.java | 42 void setParams(float intensHigh, float intensLow, int r, int g, int b) { in setParams()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | CrossProcess.java | 44 float g = f; in createTest() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 677 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/ |
D | preemph.cpp | 239 Word16 g, /* (i) : preemphasis coefficient */ in preemphasis()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.h | 75 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/ |
D | ColorFilter_Delegate.java | 61 public void applyFilter(Graphics2D g, int width, int height) { in applyFilter()
|
/frameworks/base/libs/hwui/ |
D | FloatColor.h | 42 float g; member
|
D | Vertex.h | 85 float r, g, b, a; member 92 float g = a * ((color >> 8) & 0xff) / 255.0f; in set() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 35 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/ |
D | Color.java | 128 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/ |
D | OrientationSensor.cpp | 46 vec3_t g; in process() local
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureFBO.h | 60 uint8_t r, uint8_t g, uint8_t b, uint8_t a) { in fillRGBA8BufferSolid()
|