Home
last modified time | relevance | path

Searched defs:drawColor (Results 1 – 25 of 263) sorted by relevance

1234567891011

/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLLockSurface3Test.cpp394 const GLColor drawColor = GLColor::red; in TEST_P() local
474 const GLColor drawColor = clearColor; in TEST_P() local
548 const GLColor drawColor = GLColor::red; in TEST_P() local
632 const GLColor drawColor = GLColor::red; in TEST_P() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java124 public void drawColor(int color) { in drawColor() method in NopCanvas
128 public void drawColor(int color, Mode mode) { in drawColor() method in NopCanvas
316 public void drawColor(long color) { in drawColor() method in NopCanvas
320 public void drawColor(int color, BlendMode mode) { in drawColor() method in NopCanvas
324 public void drawColor(long color, BlendMode mode) { in drawColor() method in NopCanvas
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DCanvas.java99 public void drawColor(Color c) { in drawColor() method in Canvas
103 public void drawColor(float r, float g, float b, float a) { in drawColor() method in Canvas
107 public void drawColor(int icolor) { in drawColor() method in Canvas
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp92 tcu::Vec4 drawColor; member
195 const auto &drawColor = m_params.drawColor; in initPrograms() local
751 …const tcu::Vec4 drawColor(kDefaultDrawColor.x(), kDefaultDrawColor.y(), kDefaultDrawColor.z(), 0.0… in createFragSideEffectsTests() local
H A DvktRasterizationTests.cpp6939 std::ostringstream drawColor; in initPrograms() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DTextureViewCtsActivity.java237 public void drawColor(int color) throws Throwable { in drawColor() method in TextureViewCtsActivity
244 public void drawColor(float red, float green, float blue, float alpha) throws Throwable { in drawColor() method in TextureViewCtsActivity
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java250 public void drawColor(@ColorInt int color) { in drawColor() method in BaseCanvas
254 public void drawColor(@ColorInt int color, @NonNull PorterDuff.Mode mode) { in drawColor() method in BaseCanvas
262 public void drawColor(@ColorInt int color, @NonNull BlendMode mode) { in drawColor() method in BaseCanvas
270 public void drawColor(@ColorLong long color, @NonNull BlendMode mode) { in drawColor() method in BaseCanvas
H A DBaseRecordingCanvas.java208 public final void drawColor(@ColorInt int color) { in drawColor() method in BaseRecordingCanvas
213 public final void drawColor(@ColorInt int color, @NonNull PorterDuff.Mode mode) { in drawColor() method in BaseRecordingCanvas
218 public final void drawColor(@ColorInt int color, @NonNull BlendMode mode) { in drawColor() method in BaseRecordingCanvas
223 public final void drawColor(@ColorLong long color, @NonNull BlendMode mode) { in drawColor() method in BaseRecordingCanvas
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryActiveView.java62 private void drawColor(Canvas canvas, int start, int end, int color, float period) { in drawColor() method in BatteryActiveView
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultisampledRenderToTextureTest.cpp2997 GLuint drawColor; in colorAttachment1Common() local
3090 GLuint drawColor; in colorAttachments0And3Common() local
3382 GLuint drawColor; in TEST_P() local
3457 GLuint drawColor; in blitFramebufferAttachment1Common() local
H A DImageTest.cpp3735 GLubyte drawColor[4] = {197, 128, 192, 255}; in TEST_P() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalClearAttachmentTests.cpp99 const tcu::Vec4 drawColor = tcu::RGBA::blue().toVec(); in iterate() local
H A DvktConditionalDrawTests.cpp564 const tcu::Vec4 drawColor = tcu::RGBA::blue().toVec(); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp368 const auto drawColor = getOutputColor(); in iterate() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLegacyCanvas.java141 protected void drawColor(int color) { in drawColor() method in ShadowLegacyCanvas
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp423 const tcu::Vec4 drawColor(1.0f, 1.0f, 0.0f, 1.0f); in iterate() local
/aosp_15_r20/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp482 void SkiaCanvas::drawColor(int color, SkBlendMode mode) { in drawColor() function in android::SkiaCanvas
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js572 CanvasKit.Canvas.prototype.drawColor = function(color4f, mode) { method in CanvasKit.Canvas
H A Dexterns.js297 drawColor: function() {}, method
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp285 static void drawColor(JNIEnv* env, jobject, jlong canvasHandle, jint color, jint modeHandle) { in drawColor() function
/aosp_15_r20/external/skia/src/core/
H A DSkCanvas.cpp2712 void SkCanvas::drawColor(const SkColor4f& c, SkBlendMode mode) { in drawColor() function in SkCanvas
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar28META-INF/ META-INF/MANIFEST.MF android/ android/drm/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-28/
Dframework.jarorg/apache/http/params/HttpParams.class HttpParams.java package org.apache. ...
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts1445 drawColor(color: InputColor, blendMode?: BlendMode): void; method
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-text-android/1.8.0-beta01/androidx.compose.ui_ui-text/android_common_apex30/aar/
Dandroidx.compose.ui_ui-text.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...

1234567891011