Home
last modified time | relevance | path

Searched refs:tmpWidth (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.h61 std::optional<NG::CalcLength> tmpWidth = std::nullopt; in GetSize() local
63 tmpWidth = NG::CalcLength(width->ConvertToPx()); in GetSize()
69 return {tmpWidth, tmpHeight}; in GetSize()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp480 int16_t tmpWidth = width; in FillAreaWithSoftWare() local
481 while (tmpWidth >= NEON_STEP_8) { in FillAreaWithSoftWare()
484 tmpWidth -= NEON_STEP_8; in FillAreaWithSoftWare()
486 for (int16_t i = 0; i < tmpWidth; ++i) { in FillAreaWithSoftWare()
633 int16_t tmpWidth = width; in SetDestAndSrc() local
634 while (tmpWidth >= NEON_STEP_8) { in SetDestAndSrc()
638 tmpWidth -= NEON_STEP_8; in SetDestAndSrc()
640 for (int16_t i = 0; i < tmpWidth; ++i) { in SetDestAndSrc()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js881 let tmpWidth = this.value.width;
882 widthTop = tmpWidth;
883 widthRight = tmpWidth;
884 widthBottom = tmpWidth;
885 widthLeft = tmpWidth;
888 let tmpWidth = this.value.width;
889 widthTop = tmpWidth.top;
890 widthRight = tmpWidth.right;
891 widthBottom = tmpWidth.bottom;
892 widthLeft = tmpWidth
[all...]

Completed in 8 milliseconds