/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_blobfile_test.cpp | 59 void *b = malloc(4); in HWTEST_F() local 79 int h = ret->GetMapSize(); in HWTEST_F() local 95 void *b = malloc(4); in HWTEST_F() local 115 int h = ret->GetMapSize(); in HWTEST_F() local
|
/ohos5.0/base/security/security_component_manager/frameworks/common/src/ |
H A D | sec_comp_tool.cpp | 43 static inline double MaxValue(double a, double b, double c) in MaxValue() 48 static inline double MinValue(double a, double b, double c) in MinValue() 54 double h; member 59 static HsvColor RgbToHsv(uint8_t r, uint8_t g, uint8_t b) in RgbToHsv() 99 static inline double GetHsvDisZ(const HsvColor& hsv, double h) in GetHsvDisZ() 108 double h = rDef * cos(angle / ONE_HUNDRED_EIGHTY_ANGLE * PI_CIRCLE); in HsvDistance() local
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 29 #define B_TO_M(b) ((b) / 1024 / 1024) argument 33 #define B_TO_K(b) ((b) / 1024) argument 38 #define HOUR_TO_SECOND(h) ((h) * 3600) argument
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 46 int h; variable 49 double b; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_picker.cpp | 156 double r, g, b; in RGB2HSV() local 157 double h, s, v; in RGB2HSV() local 231 uint32_t r, g, b; in HSVtoRGB() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 56 constructor(a, b, c, d = -1, e = undefined, f) { argument 171 updateStateVars(h) { argument
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 44 HcfBigInteger b; member 47 int32_t h; member
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.c | 41 static uint16_t OsdMakeColorU16(uint8_t r, uint8_t g, uint8_t b, OsdCompInfo compinfo) in OsdMakeColorU16() 191 uint32_t h; in LoadRgbData() local 213 uint32_t h; in LoadData() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 680 const b = display.getCurrentFoldCreaseRegion(); constant 687 const h = c[0]; constant
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 139 int64_t h = (int64_t)bottom_ - (int64_t)top_; in IsEmpty() local 326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_picker.cpp | 209 uint32_t b = GetARGB32ColorB(color); in RGB2GRAY() local 238 uint32_t b = GetARGB32ColorB(color); in CalcRelaticeLuminance() local 666 double r, g, b; in RGB2HSV() local 667 double h, s, v; in RGB2HSV() local 741 uint32_t r, g, b; in HSVtoRGB() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 325 uint8_t b = FormatHelper::YuvToB(y, u, v); in ConvertFromYUVToRGB() local 351 uint8_t b = rgbData[rgb_index + B_POS]; in ConvertFromRGBToYUV() local 443 int h = static_cast<int>(source->Height()); in ConvertTextureToBuffer() local 495 int h = static_cast<int>(source->Height()); in Draw2D2OES() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 267 auto b = next; in clear() local 288 for (auto b : other.buckets_) { variable 503 for (auto b : other.buckets_) { variable 624 auto b = buckets_[index]; in get_entry() local 647 uint64_t h = hash(key); in index() local 682 for (auto b : tmp) { in rehash() local 749 if (auto b = base::get_entry(ind, key)) { variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_particle_noise_field.cpp | 158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp() 168 uint32_t h = static_cast<uint32_t>(hash) & 15; in Grad() local
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | blocks_diff.cpp | 28 #define SWAP(a, b) auto swapTmp = (a); (a) = (b); (b) = swapTmp argument 519 DataType h = 0; in Init() local 549 DataType start, DataType len, DataType h) in SplitForLess() 575 …<DataType>::Split(std::vector<DataType> &suffixArrayTemp, DataType start, DataType len, DataType h) in Split()
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | window_helper.h | 448 TransformHelper::Vector3 b = TransformHelper::TransformWithPerspDiv( in TransformRect() local 460 uint32_t h = static_cast<uint32_t>(ymax - ymin); in TransformRect() local 469 …TransformHelper::Vector3 b = TransformHelper::TransformWithPerspDiv(TransformHelper::Vector3(1, 0,… in CalculateHotZoneScale() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 602 …nst GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachmen… in CompareBlendFactors() 617 …nst GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachmen… in CompareBlendOps() 622 …Ops(GraphicsState::ColorBlendState::Attachment& a, const GraphicsState::ColorBlendState::Attachmen… in SetBlendOps() 628 …ol CompareStencilOp(const GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& b) in CompareStencilOp() 633 void SetStencilOp(GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& b) in SetStencilOp() 640 void SetStencilCompareOp(GraphicsState::StencilOpState& a, const GraphicsState::StencilOpState& b) in SetStencilCompareOp() 804 for (auto& b : boundObjects_) { in ResetBindings() local 1030 for (const auto& b : s.bindings) { in SetupCache() local 2632 for (auto& b : boundObjects_) { in BindResources() local 3088 const GLsizei h = static_cast<GLsizei>(viewport_.height); in FlushViewportScissors() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 47 let h; variable 899 async function b(o5) { function
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …ct";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("cr… constant
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 423 float b = cornerPoint.y() - perpendicularSlope * cornerPoint.x(); in EndPointsFromAngle() local 472 float b = cornerPoint.GetY() - perpendicularSlope * cornerPoint.GetX(); in EndPointsFromAngle() local 2031 float h = paintSize_.Height(); in GetInnerRRect() local 2058 float h = paintSize_.Height(); in GetInnerRRect() local 2103 float h = paintSize_.Height() - (topW + bottomW) / 2.0f; in GetClipRRect() local 2130 float h = paintSize_.Height() - (topW + bottomW) / 2.0f; in GetClipRRect() local 2421 float h = std::max(0.0, paintSize_.Height() - (topW + bottomW) / 2.0f); in PaintBorder() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 229 float b = 200 * (Fy - Fz); in GetDarkColor() local 1156 uint32_t b = 255 - backgroundColor.GetBlue(); // 255 max blue channel value in CalculateInvertColor() local 1185 const float& h, Drawing::Matrix& mat) in GetGravityMatrix()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 326 float h = abstractScreenModes->height_; in ProcessScreenConnected() local 802 std::sort(screens.begin(), screens.end(), [](const auto &a, const auto &b) { in UpdateScreenGroupLayout()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 93 bool RSPropertiesPainter::GetGravityMatrix(Gravity gravity, RectF rect, float w, float h, Drawing::… in GetGravityMatrix() 380 float b = 200 * (Fy - Fz); in GetDarkColor() local
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 404 static inline float Max(float a, float b) in HeapMemAlloc() 476 int h = ZERO; in HeapMemAlloc() local
|