Home
last modified time | relevance | path

Searched refs:regular (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp81 std::regex regular(pattern); in IsValidBase64Head()
82 return std::regex_match(base64Head, regular); in IsValidBase64Head()
87 std::regex regular(pattern); in IsUriOfDataAbilityEncoded()
88 return std::regex_match(uri, regular); in IsUriOfDataAbilityEncoded()
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp69 std::regex regular(pattern); in IsUriOfDataAbilityEncoded()
70 return std::regex_match(uri, regular); in IsUriOfDataAbilityEncoded()
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.h93 RenderHandle regular; member
H A Drender_bloom.cpp96 psos_.downscale = psos_.downscaleHandlesCompute[bloomQualityType].regular; in Execute()
99 psos_.downscale = psos_.downscaleHandles[bloomQualityType].regular; in Execute()
617 psos_.downscaleHandlesCompute[configuration.first].regular = in CreateComputePsos()
735 psos_.downscaleHandles[configuration.first].regular = psoMgr.GetGraphicsPsoHandle( in CreateRenderPsos()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp395 bool regular = !UseIrregularLayout(); in UpdateCurrentOffset() local
397 auto itemsHeight = gridLayoutInfo_.GetTotalHeightOfItemsInView(mainGap, regular); in UpdateCurrentOffset()
401 if (!regular) { in UpdateCurrentOffset()
1584 bool regular = !UseIrregularLayout();
1585 float heightInView = info.GetTotalHeightOfItemsInView(mainGap, regular);
1589 if (!regular) {
1596 if (regular) {
H A Dgrid_layout_info.h63 * @param regular running regular/irregular layout. For compatibility.
64 * Because in regular we used to add starting lines that are above viewport.
68 float GetTotalHeightOfItemsInView(float mainGap, bool regular = true) const;
303 * THEN: Assumes that all irregular lines have the same height, and all other regular lines have the same height.
307 * 2. all regular items must have the same height.
H A Dgrid_layout_info.cpp855 float GridLayoutInfo::GetTotalHeightOfItemsInView(float mainGap, bool regular) const in GetTotalHeightOfItemsInView()
859 if (!regular) { in GetTotalHeightOfItemsInView()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js272 ArkTypographyWeights.regular = 400;
321 weight: ArkTypographyWeights.regular,
325 weight: ArkTypographyWeights.regular,
596 weight: (_17 = (_16 = typography === null || typography === void 0 ? void 0 : typography.bodyMiddle) === null || _16 === void 0 ? void 0 : _16.weight) !== null && _17 !== void 0 ? _17 : ArkTypographyWeights.regular,
600 weight: (_21 = (_20 = typography === null || typography === void 0 ? void 0 : typography.bodySmall) === null || _20 === void 0 ? void 0 : _20.weight) !== null && _21 !== void 0 ? _21 : ArkTypographyWeights.regular,

Completed in 12 milliseconds