/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_symbol_span_modifier.cpp | 38 std::vector<Color> colorArray; in SetSymbolSpanFontColor() local 52 std::vector<Color> colorArray = { fontColor }; in ResetSymbolSpanFontColor() local
|
H A D | node_symbol_glyph_modifier.cpp | 60 std::vector<Color> colorArray; in SetFontColor() local 74 std::vector<Color> colorArray = { fontColor }; in ResetFontColor() local
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_divergent_point.cpp | 44 OHOS::Rosen::OverdrawColorArray colorArray = { in KnuckleDivergentPoint() local
|
H A D | knuckle_glow_point.cpp | 43 OHOS::Rosen::OverdrawColorArray colorArray = { in KnuckleGlowPoint() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_overdraw_controller.cpp | 123 OverdrawColorArray colorArray = that.colorArray_; in OnColorChange() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_symbol_span_bridge.cpp | 52 std::vector<ArkUI_Uint32> colorArray; in SetFontColor() local
|
H A D | arkts_native_symbol_glyph_bridge.cpp | 53 std::vector<ArkUI_Uint32> colorArray; in SetFontColor() local
|
H A D | arkts_native_text_timer_bridge.cpp | 222 auto colorArray = std::make_unique<uint32_t[]>(length); in SetTextShadow() local
|
H A D | arkts_native_text_clock_bridge.cpp | 289 auto colorArray = std::make_unique<uint32_t[]>(length); in SetTextShadow() local
|
H A D | arkts_native_span_bridge.cpp | 80 auto colorArray = std::make_unique<uint32_t[]>(length); in ParseTextShadow() local
|
H A D | arkts_native_text_bridge.cpp | 632 auto colorArray = std::make_unique<uint32_t[]>(length); in SetTextShadow() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 651 JSRef<JSUint8ClampedArray> colorArray = in JsCreateImageData() local 687 JSRef<JSUint8ClampedArray> colorArray = JSRef<JSUint8ClampedArray>::Cast(jsImgData); in JsPutImageData() local 790 …auto colorArray = JSRef<JSUint8ClampedArray>::New(arrayBuffer->GetLocalHandle(), 0, arrayBuffer->B… in JsGetImageData() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_offscreen_canvas_bridge.cpp | 1431 auto colorArray = runtime->NewArray(); in JsCreateImageData() local 1539 auto colorArray = runtime->NewArray(); in JsGetImageData() local
|
H A D | jsi_canvas_bridge.cpp | 1597 auto colorArray = runtime->NewArray(); in JsCreateImageData() local 1728 auto colorArray = runtime->NewArray(); in JsGetImageData() local
|