Home
last modified time | relevance | path

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

1234

/frameworks/base/libs/hwui/font/
DFontUtil.h42 #define TO_GLYPH(g) g argument
49 glyph_t g = *src++; in nextGlyph() local
55 #define TO_GLYPH(g) ((SkUnichar) g) argument
/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/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/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/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/base/location/tests/locationtests/src/android/location/
DGeocoderTest.java36 Geocoder g = new Geocoder(mContext, locale); in testGeocoder() local
/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/ex/framesequence/jni/
DColor.h28 #define ARGB_TO_COLOR8888(a, r, g, b) \ argument
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DCrossProcess.java44 float g = f; in createTest() local
/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()
DIPTestListJB.java85 private TestName(String s, int g, float base) { in TestName()
90 private TestName(String s, int g) { in TestName()
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DCrossProcess.java41 float g = f; in createTest() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java651 private void drawOnGraphics(Graphics2D g, Drawable drawable, Paint_Delegate paint, in drawOnGraphics()
715 Graphics2D g = (Graphics2D) baseGfx.create(); in restoreLayer() local
727 Graphics2D g = createCustomGraphics(baseGfx, mLocalLayerPaint, in restoreLayer() local
746 Graphics2D g = (Graphics2D) original.create(); in createCustomGraphics() local
770 private boolean setShader(Graphics2D g, Paint_Delegate paint) { in setShader()
793 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/native/services/surfaceflinger/tests/
DTransaction_test.cpp33 uint8_t r, uint8_t g, uint8_t b) { in fillSurfaceRGBA8()
68 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.java120 int g = (color >> 8) & 0xFF; in hue() local
162 int g = (color >> 8) & 0xFF; in saturation() local
189 int g = (color >> 8) & 0xFF; in brightness() local
/frameworks/support/v7/palette/src/android/support/v7/graphics/
DColorUtils.java37 float g = (Color.green(fg) * alpha1) + (Color.green(bg) * alpha2 * (1f - alpha1)); in compositeColors() 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()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java446 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioChecked() local
451 final RadioGroup g = (RadioGroup)findViewById(id); in getRadioTag() local
/frameworks/rs/
DrsCppUtils.h262 static inline uint16_t rs888to565(uint32_t r, uint32_t g, uint32_t b) { in rs888to565()
272 uint32_t g = ((i1 >> 5) & 0x3f) + ((i2 >> 5) & 0x3f) + ((i3 >> 5) & 0x3f) + ((i4 >> 5) & 0x3f); in rsBoxFilter565() local
279 … uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff); in rsBoxFilter8888() local

1234