/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.h | 33 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 D | draw_rect.cpp | 25 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 D | draw_arc.cpp | 33 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 D | draw_arc.h | 34 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 D | draw_image.cpp | 24 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 D | draw_image.h | 34 const ImageInfo* img, const Style& style, uint8_t opaScale); 37 const char* path, const Style& style, uint8_t opaScale);
|
H A D | draw_utils.h | 65 uint8_t opaScale; member 167 const OpacityType opaScale; member 189 const OpacityType opaScale; member 247 OpacityType opaScale, 255 OpacityType opaScale,
|
H A D | draw_label.cpp | 73 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 D | draw_utils.cpp | 907 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 D | draw_label.h | 33 … TextOrientation orientation, const Style& style, uint8_t opaScale, bool compatibilityMode);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
H A D | ui_test_opacity.h | 106 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 D | ui_test_opacity.cpp | 102 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 D | text.h | 118 opaScale = inOpaScale; in InitData() 134 OpacityType opaScale; member 380 OpacityType opaScale); 592 OpacityType opaScale);
|
H A D | image.h | 150 uint8_t opaScale) const;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | image.cpp | 276 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 D | text.cpp | 251 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 D | ui_button.cpp | 68 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 D | ui_arc_label.cpp | 260 OpacityType opaScale, in DrawArcText() argument 278 orientation, *style_, opaScale, compatibilityMode_); in DrawArcText()
|
H A D | ui_image_view.cpp | 462 OpacityType opaScale = DrawUtils::GetMixOpacity(opa, style_->imageOpa_); in OnDraw() local 467 opaScale, *drawTransMap_, imageTranDataInfo); in OnDraw()
|
H A D | ui_view.cpp | 258 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 D | ui_arc_label.h | 421 OpacityType opaScale,
|
H A D | ui_button.h | 483 void DrawImg(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea, OpacityType opaScale);
|
H A D | ui_view.h | 1296 void SetOpaScale(uint8_t 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 816 view_->SetStyle(STYLE_BACKGROUND_OPA, opaScale >> 1); 817 view_->SetStyle(STYLE_BORDER_OPA, opaScale >> 1);
|