| /third_party/ffmpeg/libavcodec/ |
| H A D | dvdsubenc.c | 259 int i, rects = h->num_rects, ret; in encode_dvd_subtitles() local [all...] |
| H A D | vmnc.c | 250 int bg = 0, fg = 0, rects, color, flags, xy, wh; in decode_hextile() local
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imstb_rectpack.h | 549 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state_viewport.c | 654 struct pipe_scissor_state *rects = sctx->window_rectangles; in si_emit_window_rectangles() local 682 si_set_window_rectangles(struct pipe_context *ctx, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rects) si_set_window_rectangles() argument
|
| /third_party/skia/src/core/ |
| H A D | SkMaskFilter.cpp | 209 static int countNestedRects(const SkPath& path, SkRect rects[2]) { in countNestedRects() argument 236 SkRect rects[2]; in filterPath() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imstb_rectpack.h | 558 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() argument [all...] |
| /third_party/skia/tests/ |
| H A D | RegionTest.cpp | 241 const SkIRect rects[] = { in DEF_TEST() local
|
| H A D | MatrixClipCollapseTest.cpp | 180 SkIRect rects[2] = { in emit_clip() local
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| H A D | display_composer_vdi_impl.cpp | 154 int32_t DisplayComposerVdiImpl::SetDisplayClientDamage(uint32_t devId, std::vector<IRect>& rects) in SetDisplayClientDamage() argument 302 int32_t DisplayComposerVdiImpl::SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, const std::vector<IRect>& rects) in SetLayerDirtyRegion() argument 311 int32_t DisplayComposerVdiImpl::SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect>& rects) in SetLayerVisibleRegion() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
| H A D | render_bubble.cpp | 1017 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 D | overlay_test_update.cpp | 1779 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 D | navigation_model_test_ng.cpp | 2031 std::vector<Rect> rects; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
| H A D | rich_editor_common_test_ng.h | 192 std::vector<RectF> rects; member
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
| H A D | typography.cpp | 212 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 D | skia_surface.cpp | 524 void SkiaSurface::SetDrawingArea(const std::vector<RectI>& rects) in SetDrawingArea() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_vsync_rate_reduce_manager.cpp | 312 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in CalcMaxVisibleRect() local
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
| H A D | egl_wrapper_display.cpp | 1009 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 D | scene_session_test.cpp | 197 std::vector<Rect> rects; in HWTEST_F() local
|
| /foundation/window/window_manager/wm/test/unittest/ |
| H A D | window_test.cpp | 1603 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 D | platform_x11_dri3.c | 442 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 D | radv_meta_blit2d.c | 197 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 D | lima_resource.c | 473 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 D | u_blitter.h | 578 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 D | SkSurface.cpp | 388 void SkSurface::setDrawingArea(const std::vector<SkIRect>& rects) { in setDrawingArea() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | DrawAtlasOp.cpp | 105 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
|