Home
last modified time | relevance | path

Searched defs:rect (Results 276 - 300 of 1673) sorted by relevance

1...<<11121314151617181920>>...67

/third_party/skia/example/
H A DHelloWorld.cpp67 SkRect rect = SkRect::MakeXYWH(10, 10, 128, 128); in onPaint() local
/third_party/skia/gm/
H A Dxfermodeimagefilter.cpp206 static void DrawClippedPaint(SkCanvas* canvas, const SkRect& rect, const SkPaint& paint, in DrawClippedPaint() argument
H A Dresizeimagefilter.cpp38 draw(SkCanvas* canvas, const SkRect& rect, const SkSize& deviceSize, const SkSamplingOptions& sampling, sk_sp<SkImageFilter> input) draw() argument
H A Dconvexpolyeffect.cpp122 auto rect = p.getBounds().makeOutset(kOutset, kOutset); variable
/third_party/skia/experimental/sktext/editor/
H A DCursor.h34 void place(SkRect rect) { in place() argument
/third_party/skia/bench/
H A DImageFilterDAGBench.cpp29 const SkRect rect = SkRect::Make(SkIRect::MakeWH(400, 400)); variable
126 SkRect rect = SkRect::Make(SkIRect::MakeWH(400, 400)); variable
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js136 function rect(skpath, x, y, width, height) { function
/base/security/access_token/services/privacymanager/test/tool/
H A Dcamera_window_create.cpp62 static sptr<Rosen::Window> CreateAppFloatingWindow(Rosen::WindowType type, Rosen::Rect rect, std::string name = "") in CreateAppFloatingWindow() argument
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp97 bool SecCompInfoHelper::CheckRectValid(const SecCompRect& rect, const SecCompRect& windowRect) in CheckRectValid() argument
[all...]
/base/update/updater/services/ui/driver/
H A Dui_rotation.cpp94 void UiRotation::SetFlushRange(const OHOS::Rect &rect) in SetFlushRange() argument
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/
H A Dhdi_video_composition.cpp54 IRect rect = hdiLayer.GetLayerDisplayRect(); in CreateVideoLayerForHdiLayer() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_universal_painter.cpp87 RSRect rect = RSRect(paintRect.Left(), paintRect.Top(), in DrawRRectBackground() local
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_element.cpp113 bool GridElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_element.cpp152 bool StepperElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_ellipse.cpp99 SkRect rect = SkRect::MakeXYWH(ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::HORIZONTAL) - rx, in AsPath() local
104 RSRect rect = RSRect(ConvertDimensionToPx(component_->GetCx(), viewPort, SvgLengthType::HORIZONTAL) - rx, in AsPath() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_pattern.cpp79 RSRect rect = RSRect(tileRect.Left(), tileRect.Top(), tileRect.Right(), tileRect.Bottom()); in OnAsPaint() local
144 context.InitContext(GetRSNode(), rect); in FitRenderContext() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.cpp170 bool SwiperElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.cpp73 bool ListItemElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_element.cpp88 bool TabBarElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.cpp45 void ArkUI_AccessibilityElementInfo::SetRect(const ArkUI_AccessibleRect& rect) in SetRect() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dshape_abstract.cpp102 auto rect = AceType::MakeRefPtr<ShapeRect>(); in NativeRect() local
123 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in SetRadiusWidth() local
133 auto rect = AceType::DynamicCast<ShapeRect>(basicShape_); in SetRadiusHeight() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h49 auto rect = nativeInfo.GetScreenRect(); in TransformAccessbilityElementInfo() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_round_rect.h44 TestingRoundRect(const TestingRect& rect, float xRad, float yRad) : TestingRoundRect() in TestingRoundRect() argument
53 TestingRoundRect(const TestingRect& rect, std::vector<TestingPoint>& radiusXY) : TestingRoundRect() in TestingRoundRect() argument
72 virtual void SetRect(const TestingRect& rect) in SetRect() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/
H A Dgrid_container_test_ng.cpp141 auto rect = textWrapper->GetHostNode()->GetGeometryNode()->GetFrameRect(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_content_modifier.cpp79 const auto& rect = rectsForPlaceholders.at(index); in PaintCustomSpan() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...67