Home
last modified time | relevance | path

Searched defs:rects (Results 1 - 25 of 216) sorted by relevance

123456789

/third_party/skia/src/core/
H A DSkBBHFactory.cpp15 void SkBBoxHierarchy::insert(const SkRect rects[], const Metadata[], int N) { in insert() argument
/third_party/skia/docs/examples/
H A DRegion_setRects.cpp7 SkIRect rects[] = { {10, 10, 40, 40}, {20, 20, 50, 50}, {30, 30, 60, 60} }; in REG_FIDDLE() local
H A DRegion_quickReject_2.cpp9 SkIRect rects[] = {{4, 2, 5, 3}, {7, 2, 8, 3}}; in REG_FIDDLE() local
H A DRegion_Iterator_rgn.cpp8 SkIRect rects[] = {{1, 2, 3, 4}, {3, 4, 5, 6}}; in REG_FIDDLE() local
H A DRegion_translate_2.cpp8 SkIRect rects[] = {{40, 20, 50, 30}, {70, 40, 80, 50}, { 60, 10, 70, 20}}; in REG_FIDDLE() local
H A DRegion_translate.cpp8 SkIRect rects[] = {{40, 20, 50, 30}, {70, 40, 80, 50}, { 60, 10, 70, 20}}; in REG_FIDDLE() local
H A DRegion_Cliperator_next.cpp8 SkIRect rects[] = {{1, 2, 3, 4}, {5, 6, 7, 8}}; in REG_FIDDLE() local
H A DRegion_Iterator_next.cpp8 SkIRect rects[] = {{1, 2, 3, 4}, {5, 6, 7, 8}}; in REG_FIDDLE() local
H A DMatrix_ScaleToFit.cpp9 SkRect rects[] = {{5, 5, 59, 59}, {5, 74, 59, 108}, {10, 123, 44, 172}, {10, 187, 54, 231}}; in REG_FIDDLE() local
/third_party/skia/tests/
H A DFlattenableFactoryToName.cpp29 SkIRect rects[2]; in DEF_TEST() local
H A DGpuRectanizerTest.cpp45 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) { in test_skyline() argument
52 static void test_pow2(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) { in test_pow2() argument
60 SkTDArray<SkISize> rects; in DEF_GPUTEST() local
31 test_rectanizer_inserts(skiatest::Reporter*, GrRectanizer* rectanizer, const SkTDArray<SkISize>& rects) test_rectanizer_inserts() argument
[all...]
H A DRTreeTest.cpp28 static bool verify_query(SkRect query, SkRect rects[], const std::vector<int>& found) { in verify_query() argument
46 static void run_queries(skiatest::Reporter* reporter, SkRandom& rand, SkRect rects[], in run_queries() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddisplay_info_utils.cpp36 std::vector<Rect> rects; in GetDisplayInfo() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_vulkan_test.cpp70 std::vector<OHOS::Rosen::RectI> rects; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dfilltypes.cpp90 OH_Drawing_Rect* rects = OH_Drawing_RectCreate(x - r, y - r, x + r, y + r); in OnTestFunction() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/
H A Drs_surface_frame.h34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Drender_context_test.cpp413 auto rects = {rect}; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_frame_ohos_raster.cpp40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
H A Drs_surface_frame_ohos_gl.cpp36 void RSSurfaceFrameOhosGl::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
H A Drs_surface_frame_ohos_vulkan.cpp38 std::vector<Drawing::RectI> rects; in SetDamageRegion() local
45 void RSSurfaceFrameOhosVulkan::SetDamageRegion(const std::vector<RectI>& rects) in SetDamageRegion() argument
/third_party/skia/bench/graphite/
H A DIntersectionTreeBench.cpp30 SkTArray<SkRect> rects; variable
50 Rect* rects = fRects; in doBench() local
[all...]
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow_manager.cpp45 void SubwindowManager::SetHotAreas(const std::vector<Rect>& rects, int32_t overlayId, int32_t instanceId) {} in SetHotAreas() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp78 std::vector<RectI> rects; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/
H A Drssurfaceframeohosvulkan_fuzzer.cpp113 std::vector<OHOS::Rosen::RectI> rects; in DoSetDamageRegion() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosraster_fuzzer/
H A Drssurfaceohosraster_fuzzer.cpp127 std::vector<RectI> rects; in DoSetDamageRegion() local

Completed in 7 milliseconds

123456789