/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | map_to_7segment.h | 35 #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… argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_paint.cpp | 73 const unsigned int g, const unsigned int b) in SetARGB()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | hal_outputs.c | 395 static void google_orientation_geomagnetic(float *g) in google_orientation_geomagnetic() 426 static void google_orientation_6_axis(float *g) in google_orientation_6_axis() 457 static void google_orientation(float *g) in google_orientation()
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GroupedConv2D.cpp | 64 for (uint32_t g = 0; g < numGroups; g++) { in groupedConvFloat32() local 136 for (uint32_t g = 0; g < numGroups; g++) { in groupedConvQuant8() local 240 for (uint32_t g = 0; g < numGroups; g++) { in groupedConvQuant8PerChannel() local
|
/aosp12/frameworks/rs/ |
H A D | rsScriptC_LibGL.cpp | 133 float r, float g, float b, float a) { in rsrPfConstantColor() 195 void rsrColor(Context *rsc, float r, float g, float b, float a) { in rsrColor() 265 void rsrFontColor(Context *rsc, float r, float g, float b, float a) { in rsrFontColor()
|
/aosp12/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
H A D | GL2JNIView.java | 112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 149 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/aosp12/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
H A D | GLPerfView.java | 112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 149 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | GLDualGL2View.java | 115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 152 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ImageUtils.java | 127 int g = 0xFF & (color >> 8); in isGrayscale() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | ShadowPainter.java | 195 Graphics2D g = image.createGraphics(); in createRectangularDropShadow() local 224 Graphics2D g = image.createGraphics(); in createSmallRectangularDropShadow() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_dsa.c | 117 BIGNUM *g = BN_bin2bn(buff, keyMaterial->gSize, NULL); in InitDsaStructParameter() local 208 const BIGNUM *g = DSA_get0_g(dsa); in DsaKeyMaterialData() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | cpu_contrast_algo.cpp | 128 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV21() local 185 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV12() local
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicColorMatrix.java | 143 public void setAdd(float r, float g, float b, float a) { in setAdd()
|
/aosp12/frameworks/base/media/mca/filterpacks/native/imageproc/ |
H A D | brightness.c | 87 const short g = (pixel.rgba[1] * factor) / 255; in brightness_process() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioFocusInfo.java | 71 public void setGen(long g) { in setGen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | color_space.h | 52 float g, a, b, c, d, e, f; member
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | MosaicRendererSurfaceView.java | 126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() 190 int g = findConfigAttrib(egl, display, config, in chooseConfig() local
|
/aosp12/system/core/healthd/ |
H A D | AnimationParser.cpp | 58 int* g = &field->color_g; in parse_text_field() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | PropertyValuesHolder.cpp | 42 float g = lerp(linearize(SkColorGetG(fromColor)), linearize(SkColorGetG(toColor)), fraction); in evaluate() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
H A D | Renderer.cpp | 174 bool Renderer::Clear(float r, float g, float b, float a) in Clear()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
H A D | ColorPreferenceTest.java | 106 final int g = Color.green(value); in setTitles_noTitle_returnRGBText() local
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
H A D | stress_iio.c | 503 bool g, a; variable 508 bool g, a, out; in run_enable_sequence() local 626 bool g, a, out; in run_dmp_off() local
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | CpuConsumer_test.cpp | 168 uint32_t x, uint32_t y, uint32_t r, uint32_t g=0, uint32_t b=0) { in checkPixel() 269 uint8_t g = chooseColorRgba8888(blockX, blockY, 1); in fillRgba8888Buffer() local 295 unsigned short g = blockY ? 1000: 200; in fillBayerRawBuffer() local 381 uint8_t g = chooseColorRgba8888(maxBlockX, maxBlockY, 1); in checkRgba8888Buffer() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | Gradient_Delegate.java | 215 int g = computeChannel((c1 >> 8) & 0xFF, (c2 >> 8) & 0xFF, percent); in computeColor() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/ |
H A D | HistogramView.java | 53 int g = Color.green(pixels[index]); in doInBackground() local
|