Home
last modified time | relevance | path

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

123456789

/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h549 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 Dsi_state_viewport.c654 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 DSkMaskFilter.cpp209 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 Dimstb_rectpack.h558 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 DRegionTest.cpp241 const SkIRect rects[] = { in DEF_TEST() local
H A DMatrixClipCollapseTest.cpp180 SkIRect rects[2] = { in emit_clip() local
H A DPictureTest.cpp901 const SkRect rects[] = { in DEF_TEST() local
/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/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...]

Completed in 35 milliseconds

123456789