Searched defs:opaScale (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 25 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 D | draw_image.cpp | 24 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 D | draw_arc.cpp | 33 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 D | draw_utils.h | 65 uint8_t opaScale; member 167 const OpacityType opaScale; member 189 const OpacityType opaScale; member
|
H A D | draw_label.cpp | 156 OpacityType opaScale, in DrawArcText()
|
H A D | draw_utils.cpp | 1721 OpacityType opaScale, 1890 OpacityType opaScale,
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_view_unit_test.cpp | 813 uint8_t opaScale = OPA_OPAQUE; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_button.cpp | 68 void UIButton::DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale) in DrawImg()
|
H A D | ui_arc_label.cpp | 260 OpacityType opaScale, in DrawArcText()
|
H A D | ui_image_view.cpp | 462 OpacityType opaScale = DrawUtils::GetMixOpacity(opa, style_->imageOpa_); in OnDraw() local
|
H A D | ui_view.cpp | 258 void UIView::SetOpaScale(uint8_t opaScale) in SetOpaScale()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 251 OpacityType opaScale) in OnDraw() 269 OpacityType opaScale) in Draw()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 134 OpacityType opaScale; member
|