Home
last modified time | relevance | path

Searched defs:rects (Results 26 - 50 of 193) sorted by relevance

12345678

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohos_fuzzer/
H A Drssurfaceohos_fuzzer.cpp80 std::vector<RectI> rects; in RSSurfaceOhosFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosraster_fuzzer/
H A Drssurfaceframeohosraster_fuzzer.cpp125 std::vector<RectI> rects; in DoSetDamageRegion() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosgl_fuzzer/
H A Drssurfaceframeohosgl_fuzzer.cpp75 std::vector<RectI> rects; in DoSetDamageRegion() local
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_input_test.cpp90 std::vector<Rect> rects; in HWTEST_F() local
138 std::vector<Rect> rects; HWTEST_F() local
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_occlusion_region_test.cpp338 Region::Rects rects; in HWTEST_F() local
/third_party/skia/tests/
H A DMaskCacheTest.cpp74 SkRect rects[2] = {rect}; in DEF_TEST() local
/third_party/skia/gm/
H A Ddrawatlascolor.cpp132 SkRect rects[numColors]; variable
H A Dimagealphathreshold.cpp46 SkIRect rects[2]; in create_filter_paint() local
195 SkIRect rects[2]; in DEF_SIMPLE_GM_BG() local
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h91 virtual void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) {}; in SetHotAreas() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp207 std::vector<RectF> rects; // return null select range in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/
H A Drs_dirty_rects_dfx_test.cpp181 std::vector<RectI> rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp149 const std::vector<RectI>& rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp463 Region::Rects rects; in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp33 static inline void convertRectsToMmiRects(const std::vector<Rect>& rects, std::vector<MMI::Rect>& mmiRects) in convertRectsToMmiRects() argument
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp270 std::vector<Rect> rects; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dass.c121 AVSubtitleRect **rects = sub->rects, *rect; in ff_ass_add_rect2() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj.h67 unsigned rects; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h66 unsigned rects; member
/third_party/skia/src/core/
H A DSkMaskCache.cpp166 FindAndRef(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, SkMask* mask, SkResourceCache* localCache) FindAndRef() argument
180 Add(SkScalar sigma, SkBlurStyle style, const SkRect rects[], int count, const SkMask& mask, SkCachedData* data, SkResourceCache* localCache) Add() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_paint_method.cpp134 auto rects = pManager->GetParagraphsRects(selection.GetTextStart(), selection.GetTextEnd()); in UpdateOverlayModifier() local
162 auto rects = info.first; in CalculateSelectedRect() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp46 std::vector<RectF> rects; in SuppressMockParagraph() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.h103 void SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.h71 void SetDirtyRects(const std::vector<RectI>& rects) in SetDirtyRects() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp547 std::vector<RectI> rects; in HWTEST_F() local
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp57 int32_t ConvertYUV420SP(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420SP() argument
87 int32_t ConvertYUV420P(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420P() argument
132 int32_t ConverteRGBA8888(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConverteRGBA8888() argument
195 AVCodecRect rects[3] = {usrRect_, hwRect_, rect_}; // 1:dstRect, 2:srcRect, 3:rect ReadFromBuffer() local
219 AVCodecRect rects[3] = {hwRect_, usrRect_, rect_}; // 1:dstRect, 2:srcRect, 3:rect WriteToBuffer() local
[all...]

Completed in 17 milliseconds

12345678