Home
last modified time | relevance | path

Searched defs:rects (Results 76 - 100 of 190) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp1017 std::vector<Rect> rects; in OnPaintFinish() local
1022 std::vector<Rect> rects; in OnPaintFinish() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_test_update.cpp1779 std::vector<Rect> rects; in HWTEST_F() local
1839 std::vector<Rect> rects; in HWTEST_F() local
1902 std::vector<Rect> rects; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_model_test_ng.cpp2031 std::vector<Rect> rects; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h192 std::vector<RectF> rects; member
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp212 auto rects = paragraph_->GetRectsForRange(left, right, txtRectHeightStyle, txtRectWidthStyle); in GetTextRectsByBoundary() local
224 auto rects = paragraph_->GetRectsForPlaceholders(); in GetTextRectsOfPlaceholders() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp524 void SkiaSurface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_vsync_rate_reduce_manager.cpp312 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in CalcMaxVisibleRect() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp1009 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRects) in SwapBuffersWithDamageKHR() argument
1039 EGLBoolean EglWrapperDisplay::SetDamageRegionKHR(EGLSurface surf, EGLint *rects, EGLint nRects) in SetDamageRegionKHR() argument
1207 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageEXT(EGLSurface surface, const EGLint *rects, EGLint nRects) in SwapBuffersWithDamageEXT() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp197 std::vector<Rect> rects; in HWTEST_F() local
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp1603 std::vector<Rect> rects; in HWTEST_F() local
1618 std::vector<Rect> rects; in HWTEST_F() local
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11_dri3.c442 dri3_swap_buffers_with_damage(_EGLDisplay *disp, _EGLSurface *draw, const EGLint *rects, EGLint n_rects) dri3_swap_buffers_with_damage() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c197 radv_meta_blit2d_normal_dst(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *src_img, struct radv_meta_blit2d_buffer *src_buf, struct radv_meta_blit2d_surf *dst, unsigned num_rects, struct radv_meta_blit2d_rect *rects, enum blit2d_src_type src_type, uint32_t log2_samples) radv_meta_blit2d_normal_dst() argument
376 radv_meta_blit2d(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *src_img, struct radv_meta_blit2d_buffer *src_buf, struct radv_meta_blit2d_surf *dst, unsigned num_rects, struct radv_meta_blit2d_rect *rects) radv_meta_blit2d() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c473 get_damage_bound_box(struct pipe_resource *pres, const struct pipe_box *rects, unsigned int nrects, struct pipe_scissor_state *bound) get_damage_bound_box() argument
491 lima_resource_set_damage_region(struct pipe_screen *pscreen, struct pipe_resource *pres, unsigned int nrects, const struct pipe_box *rects) lima_resource_set_damage_region() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h578 util_blitter_save_window_rectangles(struct blitter_context *blitter, boolean include, unsigned num_rectangles, const struct pipe_scissor_state *rects) util_blitter_save_window_rectangles() argument
/third_party/skia/src/image/
H A DSkSurface.cpp388 void SkSurface::setDrawingArea(const std::vector<SkIRect>& rects) { in setDrawingArea() argument
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp105 DrawAtlasOpImpl(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, GrAAType aaType, int spriteCount, const SkRSXform* xforms, const SkRect* rects, const SkColor* colors) DrawAtlasOpImpl() argument
312 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, GrAAType aaType, int spriteCount, const SkRSXform* xforms, const SkRect* rects, const SkColor* colors) Make() argument
/third_party/skia/tests/
H A DPictureTest.cpp901 const SkRect rects[] = { in DEF_TEST() local
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp263 SimpleTextBox* rects = new SimpleTextBox[boxes.size()]; in TextBoxesToFloat32Array() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp67 static void genTestRects (vector<IVec4>& rects, int width, int height) in genTestRects() argument
89 static void rectsToTriangles (const vector<IVec4>& rects, int width, int height, vector<Vec2>& positions, vector<deUint16>& indices) in rectsToTriangles() argument
138 vector<IVec4> rects; drawTestPattern() local
168 vector<IVec4> rects; renderTestPatternReference() local
[all...]
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.cpp303 eglw::EGLBoolean OhosLibrary::setDamageRegionKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects) const in setDamageRegionKHR() argument
323 eglw::EGLBoolean OhosLibrary::swapBuffersWithDamageKHR(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLint n_rects) const in swapBuffersWithDamageKHR() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp619 std::vector<Rect> rects; in SetSubWindowHotarea() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp595 std::vector<Rect> rects; in SetHotAreas() local
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp486 void SubwindowManager::SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId, int32_t instanceId) in SetHotAreas() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutThi_test_ng.cpp580 std::vector<Rect> rects; in HWTEST_F() local
639 std::vector<Rect> rects; in HWTEST_F() local
702 std::vector<Rect> rects; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp84 auto rects = pattern->GetTextBoxes(); in UpdatePattern() local

Completed in 41 milliseconds

12345678