/third_party/skia/src/core/ |
H A D | SkBBHFactory.cpp | 15 void SkBBoxHierarchy::insert(const SkRect rects[], const Metadata[], int N) { in insert() argument
|
/third_party/skia/docs/examples/ |
H A D | Region_setRects.cpp | 7 SkIRect rects[] = { {10, 10, 40, 40}, {20, 20, 50, 50}, {30, 30, 60, 60} }; in REG_FIDDLE() local
|
H A D | Region_quickReject_2.cpp | 9 SkIRect rects[] = {{4, 2, 5, 3}, {7, 2, 8, 3}}; in REG_FIDDLE() local
|
H A D | Region_Iterator_rgn.cpp | 8 SkIRect rects[] = {{1, 2, 3, 4}, {3, 4, 5, 6}}; in REG_FIDDLE() local
|
H A D | Region_translate_2.cpp | 8 SkIRect rects[] = {{40, 20, 50, 30}, {70, 40, 80, 50}, { 60, 10, 70, 20}}; in REG_FIDDLE() local
|
H A D | Region_translate.cpp | 8 SkIRect rects[] = {{40, 20, 50, 30}, {70, 40, 80, 50}, { 60, 10, 70, 20}}; in REG_FIDDLE() local
|
H A D | Region_Cliperator_next.cpp | 8 SkIRect rects[] = {{1, 2, 3, 4}, {5, 6, 7, 8}}; in REG_FIDDLE() local
|
H A D | Region_Iterator_next.cpp | 8 SkIRect rects[] = {{1, 2, 3, 4}, {5, 6, 7, 8}}; in REG_FIDDLE() local
|
H A D | Matrix_ScaleToFit.cpp | 9 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 D | FlattenableFactoryToName.cpp | 29 SkIRect rects[2]; in DEF_TEST() local
|
H A D | GpuRectanizerTest.cpp | 45 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 D | RTreeTest.cpp | 28 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 D | display_info_utils.cpp | 36 std::vector<Rect> rects; in GetDisplayInfo() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | rs_surface_frame_ohos_vulkan_test.cpp | 70 std::vector<OHOS::Rosen::RectI> rects;
in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | filltypes.cpp | 90 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 D | rs_surface_frame.h | 34 virtual void SetDamageRegion(const std::vector<RectI> &rects) {}; in SetDamageRegion() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | render_context_test.cpp | 413 auto rects = {rect}; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_frame_ohos_raster.cpp | 40 void RSSurfaceFrameOhosRaster::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
|
H A D | rs_surface_frame_ohos_gl.cpp | 36 void RSSurfaceFrameOhosGl::SetDamageRegion(const std::vector<RectI> &rects) in SetDamageRegion() argument
|
H A D | rs_surface_frame_ohos_vulkan.cpp | 38 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 D | IntersectionTreeBench.cpp | 30 SkTArray<SkRect> rects; variable 50 Rect* rects = fRects; in doBench() local [all...] |
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_subwindow_manager.cpp | 45 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 D | rsdirtyregionmanager_fuzzer.cpp | 78 std::vector<RectI> rects;
in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceframeohosvulkan_fuzzer/ |
H A D | rssurfaceframeohosvulkan_fuzzer.cpp | 113 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 D | rssurfaceohosraster_fuzzer.cpp | 127 std::vector<RectI> rects;
in DoSetDamageRegion() local
|