| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkshadowlayer_fuzzer/ |
| H A D | shadowlayer_fuzzer.cpp | 42 uint32_t color = GetObject<uint32_t>(); in NativeShadowLayerTest() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| H A D | graphic_buffer.h | 57 uint32_t color; member
|
| /foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/ |
| H A D | paint_record_test.cpp | 72 SkColor color = 255; // 255 just fot test in HWTEST_F() local
|
| H A D | text_style_test.cpp | 90 SkColor color = 255; // 255 just fot test in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorextract_fuzzer/ |
| H A D | rscolorextract_fuzzer.cpp | 68 uint32_t color = GetData<uint32_t>();
in DoSomethingInterestingWithMyAPI() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| H A D | render_service_client_watermark_demo.cpp | 31 const uint32_t color[1] = { 0x6f0000ff }; in main() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/blurdrawlooper_fuzzer/ |
| H A D | blurdrawlooper_fuzzer.cpp | 39 Color color = Color(GetObject<uint32_t>(), GetObject<uint32_t>(), GetObject<uint32_t>(), GetObject<uint32_t>()); in BlurDrawLooperFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_color_filter.cpp | 37 OH_Drawing_ColorFilter* OH_Drawing_ColorFilterCreateBlendMode(uint32_t color, OH_Drawing_BlendMode cBlendMode) in OH_Drawing_ColorFilterCreateBlendMode() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/ |
| H A D | frame_painter.h | 38 uint32_t color = 0; member
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
| H A D | rb_tree.h | 31 FILLP_UINT color; member
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
| H A D | image_backgroundcolor_test.cpp | 26 uint32_t color = FIRST_COLOR_VALUE; in TestImageBackgroundColor001() local 38 uint32_t color = SECOND_COLOR_VALUE; in TestImageBackgroundColor002() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
| H A D | textinput_backgroundcolor_test.cpp | 26 uint32_t color = FIRST_COLOR_VALUE; in TestTextInputBackgroundColor001() local 38 uint32_t color = SECOND_COLOR_VALUE; in TestTextInputBackgroundColor002() local
|
| H A D | textinput_fontcolor_test.cpp | 26 uint32_t color = FIRST_COLOR_VALUE; in TestTextInputFontColor001() local 38 uint32_t color = SECOND_COLOR_VALUE; in TestTextInputFontColor002() local
|
| H A D | textinput_caretcolor_test.cpp | 26 uint32_t color = FIRST_COLOR_VALUE; in TestTextInputCaretColor001() local 38 uint32_t color = SECOND_COLOR_VALUE; in TestTextInputCaretColor002() local
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/ |
| H A D | checkbox_mark_test.cpp | 22 uint32_t color = COLOR_RED; in TestCheckboxMark001() local 45 uint32_t color = COLOR_RED; in TestCheckboxMark003() local 57 uint32_t color = COLOR_RED; in TestCheckboxMark004() local 71 uint32_t color in TestCheckboxMark005() local 87 uint32_t color = COLOR_RED; TestCheckboxMark006() local [all...] |
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeShadowLayerTest.cpp | 151 uint32_t color = dis(gen); in HWTEST_F() local
|
| /test/xts/hats/hdf/display/composer/common/ |
| H A D | hdi_test_render_utils.cpp | 30 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color) in SetPixel() argument 51 void ClearColor(const BufferHandle& handle, uint32_t color) in ClearColor() argument
|
| /third_party/backends/backend/ |
| H A D | plustek-usbmap.c | 122 int color; in usb_MapDownload() local [all...] |
| /third_party/lzma/CPP/Windows/Control/ |
| H A D | ProgressBar.h | 28 COLORREF SetBarColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBARCOLOR, 0, (LPARAM)color); }
in SetBarColor() argument 29 COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, (LPARAM)color); }
in SetBackgroundColor() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_clear.c | 50 softpipe_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) softpipe_clear() argument
|
| /third_party/libdrm/tests/tegra/ |
| H A D | drm-test-tegra.c | 66 drm_tegra_gr2d_fill(struct drm_tegra_gr2d *gr2d, struct drm_framebuffer *fb, unsigned int x, unsigned int y, unsigned int width, unsigned int height, uint32_t color) drm_tegra_gr2d_fill() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 297 tgsi_get_interp_mode(enum glsl_interp_mode mode, bool color) in tgsi_get_interp_mode() argument
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_shader_semantics.h | 39 int color[ATTR_COLOR_COUNT]; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineVertexUtil.hpp | 41 tcu::Vec4 color; member
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | sampler.cc | 37 VkBorderColor GetVkBorderColor(BorderColor color) { in GetVkBorderColor() argument
|