Home
last modified time | relevance | path

Searched defs:g (Results 126 – 150 of 430) sorted by relevance

12345678910>>...18

/aosp12/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java57 int g = compositeComponent(Color.green(foreground), fgAlpha, in compositeColors() local
294 int r = 0, g = 0, b = 0; in HSLToColor() local
552 double g = (x * -0.9689 + y * 1.8758 + z * 0.0415) / 100; in XYZToColor() local
621 float g = Color.green(color1) * inverseRatio + Color.green(color2) * ratio; in blendARGB() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dsa_asy_key_generator_by_spec_test.cpp637 HcfBigInteger g = { .data = nullptr, .len = 0 }; variable
821 HcfBigInteger g = { .data = nullptr, .len = 0 }; variable
1048 HcfBigInteger g = { .data = nullptr, .len = 0 }; variable
1241 HcfBigInteger g = { .data = nullptr, .len = 0 }; variable
1424 HcfBigInteger g = { .data = nullptr, .len = 0 }; variable
1614 HcfBigInteger g = { .data = nullptr, .len = 0 }; variable
/aosp12/art/test/401-optimizing-compiler/src/
H A DMain.java150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters()
199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args()
/aosp12/art/test/958-methodhandle-stackframe/src-art/
H A DMain.java29 float e, double f, String g, Object h) { in testDelegate_allTypes()
/aosp12/art/test/451-spill-splot/src/
H A DMain.java28 double g = 6.0; in main() local
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dvibrance.c39 int g = destination[GREEN]; in JNIFUNCF() local
H A Dfilters.h27 #define SetColor(a, r, g, b) (((a) << 24) | ((b) << 16) | ((g) << 8) | ((r) << 0)); argument
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c108 struct re_guts *g; member
177 struct re_guts *g, in matcher()
968 struct re_guts *g, in step()
1098 struct re_guts *g = m->g; in print() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp208 uint32_t g = GetARGB32ColorG(color); in RGB2GRAY() local
237 uint32_t g = GetARGB32ColorG(color); in CalcRelaticeLuminance() local
666 double r, g, b; in RGB2HSV() local
741 uint32_t r, g, b; in HSVtoRGB() local
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java120 public void setDotCoefficients(float r, float g, float b, float a) { in setDotCoefficients()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DColorPreference.java78 final int g = Color.green(value); in getTitleAt() local
/aosp12/system/logging/logd/
H A DLogPermissions.cpp116 gid_t g[4] = { (gid_t)-1, (gid_t)-1, (gid_t)-1, (gid_t)-1 }; in clientHasLogCredentials() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_brush.h43 virtual void SetARGB(int r, int g, int b, int a) {} in SetARGB()
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
H A Ddetailed_dh_key_params.h28 HcfBigInteger g; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp70 float g = GetObject<float>(); in ColorSpaceFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp35 uint32_t r, g, b, a; member
101 Format RgbToFormat(uint32_t r, uint32_t g, uint32_t b, uint32_t a, bool srgb) in RgbToFormat()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp139 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV21() local
198 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV12() local
/aosp12/frameworks/native/libs/ui/
H A DColorSpace.cpp43 static float absRcpResponse(float x, float g,float a, float b, float c, float d) { in absRcpResponse()
48 static float absResponse(float x, float g, float a, float b, float c, float d) { in absResponse()
87 float3 g(rgbToXYZ * float3{0, 1, 0}); in computePrimaries() local
/aosp12/frameworks/base/libs/hwui/utils/
H A DHostColorSpace.cpp44 static float absRcpResponse(float x, float g,float a, float b, float c, float d) { in absRcpResponse()
49 static float absResponse(float x, float g, float a, float b, float c, float d) { in absResponse()
88 float3 g(rgbToXYZ * float3{0, 1, 0}); in computePrimaries() local
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DColorUtils.h26 uint8_t g; member
/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/base/
H A Dbase.cpp27 std::mt19937_64 g(x - y); in func() local
/aosp12/art/test/012-math/src/
H A DMain.java76 double f, g, fres; in math_012() local
/aosp12/system/extras/runconuid/
H A Drunconuid.cpp106 gid_t g; in lookup_gid() local
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java120 GridView g = findViewById(R.id.grid); in onCreate() local
/aosp12/frameworks/native/libs/ui/tools/
H A Dlutgen.cpp172 const uint16_t g = rgb.g.getBits(); in main() local

12345678910>>...18