/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/light/ |
H A D | _w_r_g_b_color_v10.md | 49 ### r subsection 59 ### w subsection
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/ |
H A D | disk_handler.cpp | 29 std::ofstream w(fileName_); in Write() local 40 std::ifstream r(fileName_); in Read() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | strokes.cpp | 39 void rnd_rect(DrawRect& r, OH_Drawing_Pen* pen, TestRend& rand) in rnd_rect() 43 float w = rand.nextUScalar1() * (K_W >> 2); in rnd_rect() local 86 DrawRect r; in OnTestFunction() local
|
H A D | add_arc.cpp | 38 float w; member 128 OH_Drawing_Rect *r = OH_Drawing_RectCreate(rc.x, rc.y, rc.x + rc.w, rc.y + rc.h); in OnTestFunction() local
|
H A D | dashing.cpp | 94 int w = width * width * width; in OnTestFunction() local 138 DrawRect r = { 0, 0, 0, 0 }; in make_path_star() local 201 DrawRect r = bounds; in OnTestFunction() local 232 int w = width * width * width; in DashingNum() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 45 int w; variable 48 double r; variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/ |
H A D | fullscreenlaunchcomponent.js | 24 constructor(v, w, x, y = -1, z = undefined, a1) { argument 82 let r = { class
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_matrix44.cpp | 63 void SkiaMatrix44::SetCol(int column, scalar x, scalar y, scalar z, scalar w) in SetCol() 71 SkScalar r[16] = { in SetMatrix44ColMajor() local 82 SkScalar r[16] = { in SetMatrix44RowMajor() local
|
/ohos5.0/base/sensors/miscdevice/interfaces/inner_api/light/ |
H A D | light_agent_type.h | 83 uint8_t r; /** Red value range 0-255. */ member 97 uint8_t w; /** White value range 0-255. */ member 98 uint8_t r; /** Red value range 0-255. */ member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 123 inline RectI::RectI(const RectI& r) noexcept in RectI() 127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 138 int64_t w = (int64_t)right_ - (int64_t)left_; in IsEmpty() local 318 inline RectF::RectF(const RectF& r) noexcept in RectF() 322 inline RectF::RectF(const RectI& r) noexcept in RectF() 326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
/ohos5.0/drivers/peripheral/light/interfaces/v1_0/ |
H A D | ilight_type_vdi.h | 63 uint8_t r; member 70 uint8_t w; member 71 uint8_t r; member
|
/ohos5.0/drivers/peripheral/light/interfaces/include/ |
H A D | light_type.h | 131 uint8_t r; /** Red value range 0-255. */ member 145 uint8_t w; /** White value range 0-255. */ member 146 uint8_t r; /** Red value range 0-255. */ member
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"… constant
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …r=require("child_process"),u=require("process"),o=require("tty"),i=require("util"),s=require("url"… function
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 323 uint8_t r = FormatHelper::YuvToR(y, u, v); in ConvertFromYUVToRGB() local 349 uint8_t r = rgbData[rgb_index]; in ConvertFromRGBToYUV() local 442 int w = static_cast<int>(source->Width()); in ConvertTextureToBuffer() local 494 int w = static_cast<int>(source->Width()); in Draw2D2OES() local
|
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_test_utils.cpp | 268 uint32_t w = std::max(static_cast<uint32_t>(displayRect_.width_ * ratio), minFloatingW); in InitTileWindowRects() local 290 bool WindowTestUtils::RectEqualTo(const sptr<Window>& window, const Rect& r) in RectEqualTo() 303 bool WindowTestUtils::RectEqualToRect(const Rect& l, const Rect& r) in RectEqualToRect()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 106 uint8_t w; member 107 uint8_t r; member 113 uint8_t r; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 179 for (int r = rStart; r <= rEnd; ++r) { in SLRBox() local 183 auto w = (*x)[key.y][c - cStart]; in SLRBox() local 197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… in SLRBox() local
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 206 std::ofstream w(fileName_); in Write() local 217 std::ifstream r(fileName_); in Read() local
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 288 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings() 461 [=](const auto& l, auto const& r) { return l.zorder < r.zorder; }); in TEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 83 int32_t w; member 116 RectI r(left, top, width, height); in RSBaseRenderNodeFuzzTest() local
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 181 static inline bool IsEmptyRect(const Rect& r) in IsEmptyRect() 186 static inline bool IsLandscapeRect(const Rect& r) in IsLandscapeRect() 459 uint32_t w = static_cast<uint32_t>(xmax - xmin); in TransformRect() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_config.cpp | 32 std::regex r(pattern); in RegexMatch() local 406 ROGSetting* LCDModel::GetRog(const int w, const int h) const in GetRog() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 103 double w = decomp.quaternion.GetW(); in BuildRotationMatrix() local 597 double r, s, t, x, y, z, w; in DecomposeTransform() local
|