Home
last modified time | relevance | path

Searched refs:opaScale (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.h33 const Style& style, OpacityType opaScale);
37 const Style& style, OpacityType opaScale);
40 const Style& style, OpacityType opaScale);
43 const Style& style, OpacityType opaScale);
46 const Style& style, OpacityType opaScale);
49 const Style& style, OpacityType opaScale);
52 const Style& style, OpacityType opaScale);
55 const Style& style, OpacityType opaScale);
58 const Style& style, OpacityType opaScale);
61 const Style& style, OpacityType opaScale);
[all …]
H A Ddraw_rect.cpp25 const Style& style, OpacityType opaScale) in Draw() argument
58 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in Draw()
132 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusWithoutBorderCon1()
174 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusWithoutBorderCon2()
214 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusWithoutBorderCon4()
285 OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectBorderWithoutRadius()
355 OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusEqualBorder()
436 OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusSmallThanBorder()
524 OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusBiggerThanBorderCon1()
593 OpacityType opaBg = DrawUtils::GetMixOpacity(opaScale, style.bgOpa_); in DrawRectRadiusBiggerThanBorderCon2()
[all …]
H A Ddraw_arc.cpp33 uint8_t opaScale, in DrawImg() argument
47 image->DrawImage(gfxDstBuffer, cordsTmp, area, style, opaScale); in DrawImg()
57 uint8_t opaScale, in DrawVerLine() argument
62 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawVerLine()
74 uint8_t opaScale, in DrawHorLine() argument
79 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawHorLine()
246 uint8_t opaScale, in DrawLineWithDegree() argument
271 arcInfo.imgPos, mask, end - start, style, opaScale, arcInfo.imgSrc); in DrawLineWithDegree()
292 uint8_t opaScale, in DrawLineWithDegreeInner() argument
414 const Style& style, uint8_t opaScale, uint8_t cap) in Draw() argument
[all …]
H A Ddraw_arc.h34 const Style& style, uint8_t opaScale, uint8_t cap);
90 uint8_t opaScale,
99 uint8_t opaScale,
107 uint8_t opaScale,
128 uint8_t opaScale,
138 uint8_t opaScale,
H A Ddraw_image.cpp24 const ImageInfo* img, const Style& style, uint8_t opaScale) in DrawCommon() argument
29 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.imageOpa_); in DrawCommon()
36 const char* path, const Style& style, uint8_t opaScale) in DrawCommon() argument
41 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.imageOpa_); in DrawCommon()
H A Ddraw_image.h34 const ImageInfo* img, const Style& style, uint8_t opaScale);
37 const char* path, const Style& style, uint8_t opaScale);
H A Ddraw_utils.h65 uint8_t opaScale; member
167 const OpacityType opaScale; member
189 const OpacityType opaScale; member
247 OpacityType opaScale,
255 OpacityType opaScale,
H A Ddraw_label.cpp73 labelLine.opaScale, in DrawTextOneLine()
156 OpacityType opaScale, in DrawArcText() argument
163 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.textOpa_); in DrawArcText()
202 static_cast<int16_t>(rotateAngle), style.textColor_, opaScale, arcTextInfo.startAngle, in DrawArcText()
307 letterInfo.opaScale, transMap, letterTranDataInfo); in DrawLetterWithRotate()
H A Ddraw_utils.cpp907 if (in.opaScale == OPA_OPAQUE) {
1027 if (in.opaScale == OPA_OPAQUE) {
1105 if ((in.opaScale == OPA_OPAQUE) && (result.alpha == OPA_OPAQUE)) {
1174 if ((in.opaScale == OPA_OPAQUE) && (result.alpha == OPA_OPAQUE)) {
1295 vOutA = NeonMulDiv255(vdup_n_u8(in.opaScale), vOutA);
1571 OpacityType opa = in.opaScale;
1704 part.opaScale,
1721 OpacityType opaScale, argument
1740 opaScale,
1890 OpacityType opaScale, argument
[all …]
H A Ddraw_label.h33 … TextOrientation orientation, const Style& style, uint8_t opaScale, bool compatibilityMode);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.h106 UILabel* CreateTestCaseUILabel(const char* title, uint8_t opaScale) const;
107 UIButton* CreateTestCaseUIButton(uint8_t opaScale) const;
108 UILabelButton* CreateTestCaseUILabelButton(const char* title, uint8_t opaScale) const;
109 UIArcLabel* CreateTestCaseUIArcLabel(const char* title, uint8_t opaScale) const;
110 UIImageView* CreateTestCaseUIImageView(const char* path, uint8_t opaScale) const;
112 uint8_t opaScale) const;
113 UIView* CreateTestCaseUIView(uint8_t opaScale) const;
114 UIList* CreateTestCaseUIList(uint8_t opaScale) const;
H A Dui_test_opacity.cpp102 label->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUILabel()
158 UIButton* UITestOpacity::CreateTestCaseUIButton(uint8_t opaScale) const in CreateTestCaseUIButton()
165 button->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUIButton()
191 labelButton->SetOpaScale(opaScale); in CreateTestCaseUILabelButton()
222 label->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUIArcLabel()
248 imageView->SetOpaScale(opaScale); // 200: opacity in CreateTestCaseUIImageView()
273 imageAnimator->SetOpaScale(opaScale); in CreateTestCaseUIImageAnimator()
294 UIView* UITestOpacity::CreateTestCaseUIView(uint8_t opaScale) const in CreateTestCaseUIView()
300 view->SetOpaScale(opaScale); in CreateTestCaseUIView()
373 UIList* UITestOpacity::CreateTestCaseUIList(uint8_t opaScale) const in CreateTestCaseUIList()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h118 opaScale = inOpaScale; in InitData()
134 OpacityType opaScale; member
380 OpacityType opaScale);
592 OpacityType opaScale);
H A Dimage.h150 uint8_t opaScale) const;
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dimage.cpp276 uint8_t opaScale) const in DrawImage()
279 DrawImage::DrawCommon(gfxDstBuffer, coords, mask, imageInfo_, style, opaScale); in DrawImage()
281 DrawImage::DrawCommon(gfxDstBuffer, coords, mask, path_, style, opaScale); in DrawImage()
H A Dtext.cpp251 OpacityType opaScale) in OnDraw() argument
259 Draw(gfxDstBuffer, mask, textRect, style, offsetX, ellipsisIndex, opaScale); in OnDraw()
269 OpacityType opaScale) in Draw() argument
284 OpacityType opa = DrawUtils::GetMixOpacity(opaScale, style.textOpa_); in Draw()
/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() argument
86 image->DrawImage(gfxDstBuffer, coords, trunc, *buttonStyles_[state_], opaScale); in DrawImg()
H A Dui_arc_label.cpp260 OpacityType opaScale, in DrawArcText() argument
278 orientation, *style_, opaScale, compatibilityMode_); in DrawArcText()
H A Dui_image_view.cpp462 OpacityType opaScale = DrawUtils::GetMixOpacity(opa, style_->imageOpa_); in OnDraw() local
467 opaScale, *drawTransMap_, imageTranDataInfo); in OnDraw()
H A Dui_view.cpp258 void UIView::SetOpaScale(uint8_t opaScale) in SetOpaScale() argument
260 opaScale_ = opaScale; in SetOpaScale()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_arc_label.h421 OpacityType opaScale,
H A Dui_button.h483 void DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale);
H A Dui_view.h1296 void SetOpaScale(uint8_t opaScale);
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_view_unit_test.cpp813 uint8_t opaScale = OPA_OPAQUE; variable
816 view_->SetStyle(STYLE_BACKGROUND_OPA, opaScale >> 1);
817 view_->SetStyle(STYLE_BORDER_OPA, opaScale >> 1);