Home
last modified time | relevance | path

Searched defs:colors (Results 1 - 25 of 128) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp70 auto colors = theme->GetColorsArray(); in InitalStyle() local
/foundation/graphic/graphic_3d/lume/LumeDotfield/assets/app/shaders/common/
H A Ddotfield_struct_common.h29 uvec4 colors; member
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native_impl.cpp33 OH_PixelmapNative::OH_PixelmapNative(const uint32_t *colors, uint32_t colorLength, const InitializationOptions &opts) in OH_PixelmapNative() argument
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_circular_track.cpp49 SkColor colors[trackInfo.gradient.GetColors().size() + 1]; in DrawArc() local
78 RSColorQuad colors[trackInfo.gradient.GetColors().size() + 1]; in DrawArc() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.h45 VectorStringPtr colors; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_with_theme.cpp57 auto colors = JSThemeColors(); in SendThemeToNative() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dmesh_arrays.h28 BASE_NS::vector<BASE_NS::Math::Vec4> colors; // optional member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_vertices_test.cpp58 ColorQuad colors[] = {0xFF000000, 0xFF000000, 0xFF000000, 0xFF000000}; in HWTEST_F() local
82 ColorQuad colors[] = {0xFF000000, 0xFF000000, 0xFF000000, 0xFF000000}; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_ninepatch_res.cpp55 uint32_t *colors = GetColors(); in DeviceToFile() local
75 uint32_t *colors = GetColors(); in FileToDevice() local
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dcolor_picker_unittest.cpp553 std::vector<ColorManager::Color> colors = pColorPicker->GetTopProportionColors(10); // the color num limit is 10 in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dshader_effect_test.cpp46 uint32_t colors[] = { 0xFFFFFFFF }; in OnTestPerformance() local
70 uint32_t colors[] = { 0xFFFFFFFF }; // 白色到黑色的渐变 in OnTestPerformance() local
127 uint32_t colors[] = { 0xFFFFFFFF }; in OnTestPerformance() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drosen_render_select_popup.cpp95 std::vector<RSColorQuad> colors = { tvBackColor_.ChangeAlpha(0).GetValue(), in PaintGradient() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_method.cpp46 auto colors = theme->GetColorsArray(); in UpdateContentModifier() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dgauge_model_impl.cpp67 void GaugeModelImpl::SetColors(const std::vector<Color>& colors, const std::vector<float>& values) in SetColors() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp118 auto colors = renderProgress->GetProgressComponent()->GetTrack()->GetSectionsColors(); in GetColors() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgradient_property.cpp33 auto colors = gradient.GetColors(); in GetColorsAndRepeating() local
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_pixfmt_rgba_blend.cpp140 CopyColorHSpan(int32_t x, int32_t y, uint32_t len, const Rgba8T* colors) CopyColorHSpan() argument
167 CopyColorVSpan(int32_t x, int32_t y, uint32_t len, const Rgba8T* colors) CopyColorVSpan() argument
176 BlendColorHSpan(int32_t x, int32_t y, uint32_t len, const Rgba8T* colors, const uint8_t* covers, uint8_t cover) BlendColorHSpan() argument
[all...]
H A Drender_base.cpp108 void RenderBase::CopyColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors) in CopyColorHSpan() argument
117 void RenderBase::BlendColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors, const uint8_t* covers, in BlendColorHSpan() argument
126 bool RenderBase::ColorHSpanHandler(int32_t& x, const int32_t& y, int32_t& len, const Rgba8T*& colors, in ColorHSpanHandler() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_overdraw_controller.cpp115 std::vector<uint32_t> colors; in OnColorChange() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_txt_test.cpp94 std::vector<Drawing::Color> colors = {color1, color2, color3}; in HWTEST_F() local
270 std::vector<RSSColor> colors = {color1, color2}; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/vertices_fuzzer/
H A Dvertices_fuzzer.cpp51 ColorQuad* colors = new ColorQuad[arr_size]; in VerticesFuzzTest000() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dalpha_image.cpp102 uint32_t colors[] = {DRAW_COLORCYAN, DRAW_COLORCYAN}; in OnTestFunction() local
H A Dalpha_gradients.cpp40 uint32_t colors[] = {c0, c1}; in draw_grad() local
H A Dfill_types_persp.cpp82 uint32_t colors[] = { DRAW_COLORBLUE, DRAW_COLORRED, DRAW_COLORGREEN }; in ShowFour() local
121 uint32_t colors[] = { DRAW_COLORBLACK, DRAW_COLORCYAN, DRAW_COLORYELLOW, DRAW_COLORWHITE }; in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dvertices.cpp28 MakeCopy(VertexMode mode, int vertexCount, const Point positions[], const Point texs[], const ColorQuad colors[], int indexCount, const uint16_t indices[]) MakeCopy() argument
39 MakeCopy(VertexMode mode, int vertexCount, const Point positions[], const Point texs[], const ColorQuad colors[]) MakeCopy() argument

Completed in 9 milliseconds

123456