Home
last modified time | relevance | path

Searched defs:opaScale (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp25 const Style& style, OpacityType opaScale) in Draw()
83 const Style& style, OpacityType opaScale) in DrawRectRadiusWithoutBorder()
98 const Style& style, OpacityType opaScale) in DrawRectRadiusWithoutBorderCon1()
141 const Style& style, OpacityType opaScale) in DrawRectRadiusWithoutBorderCon2()
179 const Style& style, OpacityType opaScale) in DrawRectRadiusWithoutBorderCon3()
201 const Style& style, OpacityType opaScale) in DrawRectRadiusWithoutBorderCon4()
263 const Style& style, OpacityType opaScale) in DrawRectBorderWithoutRadius()
300 const Style& style, OpacityType opaScale) in DrawRectRadiusEqualBorder()
370 const Style& style, OpacityType opaScale) in DrawRectRadiusSmallThanBorder()
453 const Style& style, OpacityType opaScale) in DrawRectRadiusBiggerThanBorder()
[all …]
H A Ddraw_image.cpp24 const ImageInfo* img, const Style& style, uint8_t opaScale) in DrawCommon()
36 const char* path, const Style& style, uint8_t opaScale) in DrawCommon()
H A Ddraw_arc.cpp33 uint8_t opaScale, in DrawImg()
57 uint8_t opaScale, in DrawVerLine()
74 uint8_t opaScale, in DrawHorLine()
246 uint8_t opaScale, in DrawLineWithDegree()
292 uint8_t opaScale, in DrawLineWithDegreeInner()
414 const Style& style, uint8_t opaScale, uint8_t cap) in Draw()
H A Ddraw_utils.h65 uint8_t opaScale; member
167 const OpacityType opaScale; member
189 const OpacityType opaScale; member
H A Ddraw_label.cpp156 OpacityType opaScale, in DrawArcText()
H A Ddraw_utils.cpp1721 OpacityType opaScale,
1890 OpacityType opaScale,
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp813 uint8_t opaScale = OPA_OPAQUE; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp68 void UIButton::DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale) in DrawImg()
H A Dui_arc_label.cpp260 OpacityType opaScale, in DrawArcText()
H A Dui_image_view.cpp462 OpacityType opaScale = DrawUtils::GetMixOpacity(opa, style_->imageOpa_); in OnDraw() local
H A Dui_view.cpp258 void UIView::SetOpaScale(uint8_t opaScale) in SetOpaScale()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp251 OpacityType opaScale) in OnDraw()
269 OpacityType opaScale) in Draw()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h134 OpacityType opaScale; member