/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowNativePorterDuffColorFilter.java | 25 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter() 31 protected static long native_CreatePorterDuffFilter(int srcColor, int porterDuffMode) { in native_CreatePorterDuffFilter()
|
H A D | ShadowNativeBlendModeColorFilter.java | 22 protected static long native_CreateBlendModeFilter(int srcColor, int blendmode) { in native_CreateBlendModeFilter()
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/bitmapverifiers/ |
H A D | BlurPixelVerifier.java | 24 private final int srcColor; field in BlurPixelVerifier 32 public BlurPixelVerifier(int srcColor, int dstColor) { in BlurPixelVerifier()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/ |
H A D | GrBlendFragmentProcessor.cpp | 183 SkPMColor4f srcColor = ConstantOutputForConstantInput(src, input); in constantOutputForConstantInput() local 235 SkString srcColor = this->invokeChild(0, args); in onMakeProgramImpl() local
|
H A D | GrCustomXfermode.cpp | 149 const char* srcColor, in makeProgramImpl()
|
H A D | GrPorterDuffXferProcessor.cpp | 175 const char* srcColor, in makeProgramImpl()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/ |
H A D | GrGLSLShaderBuilder.cpp | 142 const char* srcColor, in appendColorGamutXform() 251 void GrGLSLShaderBuilder::appendColorGamutXform(const char* srcColor, in appendColorGamutXform()
|
H A D | GrGLSLBlend.cpp | 23 const char* srcColor, in BlendExpression()
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | TextureViewTest.java | 716 void verify(float[] srcColor, ColorSpace srcColorSpace, Bitmap dstBitmap); in verify() 734 public void verify(float[] srcColor, ColorSpace srcColorSpace, Bitmap dstBitmap) { in verify() 770 public void verify(float[] srcColor, ColorSpace srcColorSpace, Bitmap dstBitmap) { in verify()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | angletypes.cpp | 597 void BlendStateExt::setFactors(const GLenum srcColor, in setFactors() 643 const GLenum srcColor, in setFactorsIndexed() 683 DrawBufferMask BlendStateExt::compareFactors(const FactorStorage::Type srcColor, in compareFactors()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 1672 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local 1718 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local 1832 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local 1876 const Interval srcColor[] = {rValue, gValue, bValue, aValue}; in calculateBounds() local
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | PorterDuffColorFilterNatives.java | 27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
|
H A D | BlendModeColorFilterNatives.java | 27 public static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | BlendModeColorFilter.java | 82 private static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
|
H A D | PorterDuffColorFilter.java | 95 private static native long native_CreateBlendModeFilter(int srcColor, int blendmode); in native_CreateBlendModeFilter()
|
/aosp_15_r20/external/skia/tests/ |
H A D | ColorMatrixTest.cpp | 116 SkColor4f srcColor = SkColor4f::FromColor(0xff0a0b0c); in DEF_TEST() local
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
H A D | BlurPixelVerifier.java | 45 public BlurPixelVerifier(@ColorInt int srcColor, @ColorInt int dstColor, in BlurPixelVerifier()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrColorSpaceXform.cpp | 82 SkColor4f GrColorSpaceXform::apply(const SkColor4f& srcColor) { in apply()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | RenderStateCache.cpp | 110 const gl::BlendFactorType srcColor = in GetBlendStateKey() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | Themes.java | 161 public static void setColorChangeOnMatrix(int srcColor, int dstColor, ColorMatrix target) { in setColorChangeOnMatrix()
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 814 const Vec4 &srcColor = sample.clampedBlendSrcColor; in executeAdvancedBlend() local 1187 const Vec4 srcColor = frag.value.get<float>(); in render() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | PaintParams.cpp | 87 SkColor4f PaintParams::Color4fPrepForDst(SkColor4f srcColor, const SkColorInfo& dstColorInfo) { in Color4fPrepForDst()
|
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ReadbackVts.cpp | 119 IComposerClient::Color srcColor = desiredPixelColors[pixel]; in fillBuffer() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | CopyTexImageTest.cpp | 1171 GLTexture srcColor; in TEST_P() local 1224 GLTexture srcColor; in TEST_P() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | ColorFilter.cpp | 41 static jlong CreateBlendModeFilter(JNIEnv* env, jobject, jint srcColor, jint modeHandle) { in CreateBlendModeFilter()
|