Home
last modified time | relevance | path

Searched defs:color (Results 26 - 50 of 57) sorted by relevance

123

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_test.cpp69 int32_t color = 10; in HWTEST_F() local
H A Dnotification_request_test.cpp264 uint32_t color = 1; in HWTEST_F() local
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dwallpaper_js_util.cpp50 napi_value WallpaperJSUtil::Convert2JSRgbaArray(napi_env env, const std::vector<uint64_t> &color) in Convert2JSRgbaArray() argument
H A Dnapi_wallpaper_ability.h220 const std::vector<uint64_t> color; member
H A Dnapi_wallpaper_ability.cpp960 void NapiWallpaperAbility::OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) in OnColorsChange() argument
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
H A Dvulkan_example.h114 float color[3]; member
/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h121 variant<string, int64_t> color; member
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp279 uint32_t color = 0; in ConvertColorToUInt32() local
[all...]
/base/powermgr/battery_manager/charger/src/dev/
H A Ddrm_driver.cpp92 uint32_t color = newColor; in ModesetCreateFb() local
/base/security/security_component_manager/frameworks/common/src/
H A Dsec_comp_tool.cpp151 bool IsColorTransparent(const SecCompColor& color) in IsColorTransparent() argument
157 bool IsColorFullTransparent(const SecCompColor& color) in IsColorFullTransparent() argument
/base/sensors/miscdevice/frameworks/native/common/src/
H A Dmiscdevice_service_proxy.cpp304 int32_t MiscdeviceServiceProxy::TurnOn(int32_t lightId, const LightColor &color, const LightAnimationIPC &animation) in TurnOn() argument
/base/update/updater/services/ui/driver/
H A Ddrm_driver.cpp89 uint32_t color = newColor; in ModesetCreateFb() local
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp76 void WallpaperEventListenerFuzzTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument
147 uint32_t color[100] = { 3, 7, 9, 9, 7, 6 }; in SetWallpaperByMapFuzzTest() local
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/render/
H A Degl_core.cpp412 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDraw() argument
429 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument
450 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/
H A Degl_core.cpp416 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDraw() argument
433 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument
454 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/
H A Degl_core.cpp418 bool EGLCore::ExecuteDraw(GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) in ExecuteDraw() argument
435 ExecuteDrawStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawStar() argument
456 ExecuteDrawNewStar( GLint position, const GLfloat* color, const GLfloat shapeVertices[], unsigned long vertSize) ExecuteDrawNewStar() argument
[all...]
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp357 string color; SetValue() local
360 ss >> color; SetValue() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp345 void ConvertColorRgbToUInt32(const char *s, uint32_t &color, RState &parseState) in ConvertColorRgbToUInt32() argument
356 void ConvertColorArgbToUInt32(const char *s, uint32_t &color, RState &parseState) in ConvertColorArgbToUInt32() argument
368 ConvertColorSixRgbToUInt32(const char *s, uint32_t &color, RState &parseState) ConvertColorSixRgbToUInt32() argument
379 ConvertColorEightRgbToUInt32(const char *s, uint32_t &color, RState &parseState) ConvertColorEightRgbToUInt32() argument
408 uint32_t color = 0; ConvertColorToUInt32() local
[all...]
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp85 SkColor ConvertToSkColor(uint32_t color) in ConvertToSkColor() argument
95 Drawing::ColorQuad ConvertToDrawingColor(uint32_t color) in ConvertToDrawingColor() argument
162 EnableSensorIllumination(uint32_t centerX, uint32_t centerY, uint32_t radius, uint32_t color) EnableSensorIllumination() argument
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp811 int32_t color = 0; in GetNotificationColor() local
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification.cpp501 void Notification::SetLedLightColor(const int32_t &color) in SetLedLightColor() argument
H A Dnotification_slot.cpp79 void NotificationSlot::SetLedLightColor(int32_t color) in SetLedLightColor() argument
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp207 void WallpaperEventListenerTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument
262 uint32_t color[100] = { 3, 7, 9, 9, 7, 6 }; in CreateTempPixelMap() local
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1347 int32_t color = 0; in GetNotificationColor() local
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h185 uint32_t color; member

Completed in 33 milliseconds

123