Home
last modified time | relevance | path

Searched refs:rect (Results 1401 - 1425 of 2377) sorted by relevance

1...<<51525354555657585960>>...96

/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp58 return rect; in GetPageRect()
76 NG::RectF rect; member in OHOS::Ace::NG::TextFieldPatternTestTwoViewDataWrap
116 return rect; in GetPageNodeRect()
121 NG::RectF rect; member in OHOS::Ace::NG::TextFieldPatternTestTwoPageNodeInfoWrap
619 pattern->selectController_->caretInfo_.rect.SetTop(60.0f); in HWTEST_F()
845 auto rect = RectF(1.0f, 1.0f, 2.0f, 1.0f); in HWTEST_F() local
848 pattern->TextAreaInputRectUpdate(rect); in HWTEST_F()
849 EXPECT_EQ(rect.Width(), 2.0f); in HWTEST_F()
852 pattern->TextAreaInputRectUpdate(rect); in HWTEST_F()
854 pattern->TextAreaInputRectUpdate(rect); in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp75 for (auto& rect : regionRects) { in RectVectorToString()
76 results += rect.ToString(); in RectVectorToString()
97 RS_OPTIONAL_TRACE_NAME_FMT("GetFlippedRegion orig ltrb[%d %d %d %d] to fliped rect ltrb[%d %d %d %d]", in GetFlippedRegion()
240 RectI rect = dirtyManager->GetDirtyRegionFlipWithinSurface(); in MergeDirtyHistory() local
242 if (!rect.IsEmpty()) { in MergeDirtyHistory()
243 rects.emplace_back(rect); in MergeDirtyHistory()
245 GpuDirtyRegionCollection::GetInstance().UpdateGlobalDirtyInfoForDFX(rect.IntersectRect(screenRectI)); in MergeDirtyHistory()
264 RectI rect = dirtyManager->GetRectFlipWithinSurface(dirtyManager->GetDirtyRegionInVirtual()); in MergeDirtyHistoryInVirtual() local
266 if (!rect.IsEmpty()) { in MergeDirtyHistoryInVirtual()
267 rects.emplace_back(rect); in MergeDirtyHistoryInVirtual()
[all...]
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp165 struct Region::Rect *rect = new Region::Rect(); in FlushSurf() local
166 rect->x = 0; in FlushSurf()
167 rect->y = 0; in FlushSurf()
168 rect->w = DEFAULT_WIDTH; in FlushSurf()
169 rect->h = DEFAULT_HEIGHT; in FlushSurf()
170 region.rects = rect; in FlushSurf()
173 delete rect; in FlushSurf()
1324 struct Region::Rect *rect = new Region::Rect(); in HWTEST_F() local
1325 rect->x = 0; in HWTEST_F()
1326 rect in HWTEST_F()
[all...]
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp218 return GrFPSuccess(GrFragmentProcessor::Rect(std::move(fp), edgeType, e.fShape.rect())); in analytic_clip_fp()
224 // A convex hull can be transformed into device space (this will handle rect shapes with a in analytic_clip_fp()
541 // rects because a non-AA axis aligned rect can always be set as just a scissor test or window in simplify()
542 // rect, avoiding an expensive stencil mask generation. in simplify()
555 fShape.rect() = outer; in simplify()
606 // At the moment, only rect+rect or rrect+rrect are supported (although rect+rrect is in combine()
612 if (GrClip::IsPixelAligned(fShape.rect())) { in combine()
616 } else if (!GrClip::IsPixelAligned(other.fShape.rect())) { in combine()
1530 replaceClip(const SkIRect& rect) replaceClip() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp528 RSRect rect = RSRect(canvasImage.dx, canvasImage.dy, canvasImage.dWidth + canvasImage.dx, in DrawImageInternal() local
530 rsCanvas_->DrawImageRect(*image, rect, sampleOptions_); in DrawImageInternal()
593 void CustomPaintPaintMethod::FillRect(const Rect& rect) in FillRect() argument
599 RSRect rsRect(rect.Left(), rect.Top(), rect.Right(), +rect.Bottom()); in FillRect()
626 void CustomPaintPaintMethod::StrokeRect(const Rect& rect) in StrokeRect() argument
632 RSRect rsRect(rect.Left(), rect in StrokeRect()
659 ClearRect(const Rect& rect) ClearRect() argument
901 AddRect(const Rect& rect) AddRect() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp517 auto rect = Rect(childOffsetForPaint_.GetX(), childOffsetForPaint_.GetY(), in SetHotAreas() local
519 rects.emplace_back(rect); in SetHotAreas()
521 auto rect = Rect(childOffsetForPaint_.GetX(), childOffsetForPaint_.GetY(), in SetHotAreas() local
524 rects.emplace_back(rect); in SetHotAreas()
1220 auto rect = targetNode->GetPaintRectToWindowWithTransform(); in InitTargetSizeAndPosition() local
1221 targetSize_ = rect.GetSize(); in InitTargetSizeAndPosition()
1222 targetOffset_ = rect.GetOffset(); in InitTargetSizeAndPosition()
1250 const Rect& rect, const OffsetF& position, const SizeF& childSize) in CheckPositionInPlacementRect()
1254 if (LessNotEqual(x, rect.Left()) || GreatNotEqual(x + childSize.Width(), rect in CheckPositionInPlacementRect()
1249 CheckPositionInPlacementRect( const Rect& rect, const OffsetF& position, const SizeF& childSize) CheckPositionInPlacementRect() argument
1265 Rect rect; CheckPosition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.h31 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override;
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_element.cpp58 bool SearchElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_element.h35 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_element.cpp57 bool DialogElement::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.h36 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override;
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Dbubble_element.cpp46 bool BubbleElement::RequestNextFocus(bool vertical, bool reverse, const Rect& rect) in RequestNextFocus() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_rect.h25 TestingRect(const TestingRect& rect) = default; member in OHOS::Ace::Testing::TestingRect
/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
H A Dswiper_element.h30 bool RequestNextFocus(bool vertical, bool reverse, const Rect& rect) override;
/foundation/arkui/ui_lite/tools/qt/simulator/drivers/display/
H A Dmonitor.h39 void Flush(const Rect &rect) override;
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.h77 * @param rect SkRect user want
79 void SetRect(const RSRect &rect);
83 * @param rect SkRRect user want
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dcommon_clip_operate.h39 #include <gfx_utils/rect.h>
/foundation/multimedia/image_framework/interfaces/kits/native/include/
H A Dimage_mdk.h139 * @param rect Indicates the pointer to the {@link OhosImageRect} object obtained.
149 int32_t OH_Image_ClipRect(const ImageNative* native, struct OhosImageRect* rect);
/foundation/multimodalinput/input/test/unittest/common/include/
H A Dwindow_utils_test.h40 Rosen::Rect rect; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.h47 static bool GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, const Matrix& matrix);
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_utils.h27 bool ConvertDMRectFromJs(napi_env env, napi_value jsObject, DMRect& rect);
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsub_session.h36 void UpdatePointerArea(const WSRect& rect) override;
/foundation/window/window_manager/wm/include/
H A Dgtx_input_event_sender.h69 void SetTouchEvent(Rosen::Rect rect, std::shared_ptr<MMI::PointerEvent> pointerEvent);
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dlite_wm_type.h28 Rect rect; member
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h50 int hyperv_update_dirt(struct hv_device *hdev, struct drm_rect *rect);

Completed in 22 milliseconds

1...<<51525354555657585960>>...96