/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 1647 void RSSurfaceRenderNode::SetVisibleRegionRecursive(const Occlusion::Region& region, in SetVisibleRegionRecursive() argument 1660 bool vis = !region.IsEmpty(); in SetVisibleRegionRecursive() 1670 visibleRegionForCallBack_ = region; in SetVisibleRegionRecursive() 1672 visibleRegion_ = region; in SetVisibleRegionRecursive() 1680 surfaceChild->SetVisibleRegionRecursive(region, visibleVec, visMapForVsyncRate, needSetVisibleRegion, in SetVisibleRegionRecursive() 1692 // The transparent region of surfaceNode should include shadow area in ResetSurfaceOpaqueRegion() 1907 region is absRect minus four roundCorner corresponding small rectangles. 1908 This corners removed region can be assembled with two crossed rectangles. 1931 If a surfacenode with containerwindow is a focused window, then its containerWindow region 1933 Note this region i 2741 UpdateExtendVisibleRegion(Occlusion::Region& region) UpdateExtendVisibleRegion() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 130 static CharString getDefaultScript(const CharString& language, const CharString& region) { in getDefaultScript() argument 137 // if we were passed both language and region, make them into a locale ID and look that up in the default in getDefaultScript() 139 if (!region.isEmpty()) { in getDefaultScript() 141 localeID.append(language, err).append("_", err).append(region, err); in getDefaultScript() 219 CharString region = ulocimp_getCountry(tempNamePtr, &tempNamePtr, err); in getParentLocaleID() local 241 if (!script.isEmpty() && !region.isEmpty()) { in getParentLocaleID() 242 // if "name" has both script and region, is the script the default script? in getParentLocaleID() 243 // - if so, remove it and keep the region in getParentLocaleID() 244 // - if not, remove the region and keep the script in getParentLocaleID() 245 if (getDefaultScript(language, region) in getParentLocaleID() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 131 static CharString getDefaultScript(const CharString& language, const CharString& region) { in getDefaultScript() argument 138 // if we were passed both language and region, make them into a locale ID and look that up in the default in getDefaultScript() 140 if (!region.isEmpty()) { in getDefaultScript() 142 localeID.append(language, err).append("_", err).append(region, err); in getDefaultScript() 221 CharString region = ulocimp_getCountry(tempNamePtr, &tempNamePtr, err); in getParentLocaleID() local 243 if (!script.isEmpty() && !region.isEmpty()) { in getParentLocaleID() 244 // if "name" has both script and region, is the script the default script? in getParentLocaleID() 245 // - if so, remove it and keep the region in getParentLocaleID() 246 // - if not, remove the region and keep the script in getParentLocaleID() 247 if (getDefaultScript(language, region) in getParentLocaleID() [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestCustomOptionsProto3.cs | 6 #region Designer generated code 17 #region Descriptor 241 #region Enums 255 #region Messages 494 #region Nested types 1191 #region Nested types 2578 #region Nested types 2752 #region Extensions 3647 #region Nested types
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 906 static int __gic_populate_rdist(struct redist_region *region, void __iomem *ptr)
in __gic_populate_rdist() argument 921 u64 offset = ptr - region->redist_base;
in __gic_populate_rdist() 924 gic_data_rdist()->phys_base = region->phys_base + offset;
in __gic_populate_rdist() 926 pr_info("CPU%d: found redistributor %lx region %d:%pa\n", smp_processor_id(), mpidr,
in __gic_populate_rdist() 927 (int)(region - gic_data.redist_regions), &gic_data_rdist()->phys_base);
in __gic_populate_rdist() 947 static int __gic_update_rdist_properties(struct redist_region *region, void __iomem *ptr)
in __gic_update_rdist_properties() argument 2007 pr_err("%pOF: couldn't map region %d\n", node, i);
in gic_of_init() 2075 pr_err("Couldn't map GICR region @%llx\n", redist->base_address);
in gic_acpi_parse_madt_redist()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 232 for (auto& region : responseRegion_) { in UpdateTouchRect() 233 double x = GetPxValue(touchRect_.Width(), region.GetOffset().GetX()); in UpdateTouchRect() 234 double y = GetPxValue(touchRect_.Height(), region.GetOffset().GetY()); in UpdateTouchRect() 235 double width = GetPxValue(touchRect_.Width(), region.GetWidth()); in UpdateTouchRect() 236 double height = GetPxValue(touchRect_.Height(), region.GetHeight()); in UpdateTouchRect()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 362 std::optional<Drawing::RectI> region; in HWTEST_F() local 364 node->UpdateEffectRegion(region, isForced); in HWTEST_F() 366 region.emplace(Drawing::RectI(1, 1, 1, 1)); in HWTEST_F() 368 node->UpdateEffectRegion(region, isForced); in HWTEST_F() 371 node->UpdateEffectRegion(region, isForced); in HWTEST_F()
|
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/ |
H A D | detail_enhancer_video_ndk_unit_test.cpp | 164 struct Region region;
in FlushSurf() local 170 region.rects = rect;
in FlushSurf() 172 int32_t err = OH_NativeWindow_NativeWindowFlushBuffer(window, ohNativeWindowBuffer, -1, region);
in FlushSurf() 1323 struct Region region;
in HWTEST_F() local 1329 region.rects = rect;
in HWTEST_F()
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Type.cs | 6 #region Designer generated code 17 #region Descriptor 76 #region Enums 93 #region Messages 961 #region Nested types
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fMultisampleTests.cpp | 113 * \brief Check if a region in an image is unicolored. 124 bool insideEncountered = false; //!< Whether we have already seen at least one pixel inside the region. in isPixelRegionUnicolored() 125 tcu::RGBA insideColor; //!< Color of the first pixel inside the region. in isPixelRegionUnicolored() 136 if (!tcu::compareThreshold(pixColor, insideColor, tcu::RGBA(3, 3, 3, 3))) // Pixel color differs from already-detected color inside same region - region not unicolored. in isPixelRegionUnicolored() 879 // By "interior" we here mean the region of non-boundary pixels of the rendered quad for which we can safely assume in iterate() 1000 const QuadCorners& region = unicoloredRegions[i]; in iterate() local 1001 IVec2 p0Win = ((region.p0+1.0f) * 0.5f * (float)(m_viewportSize-1) + 0.5f).asInt(); in iterate() 1002 IVec2 p1Win = ((region.p1+1.0f) * 0.5f * (float)(m_viewportSize-1) + 0.5f).asInt(); in iterate() 1003 IVec2 p2Win = ((region in iterate() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fMultisampleTests.cpp | 111 * \brief Check if a region in an image is unicolored. 122 bool insideEncountered = false; //!< Whether we have already seen at least one pixel inside the region. in isPixelRegionUnicolored() 123 tcu::RGBA insideColor; //!< Color of the first pixel inside the region. in isPixelRegionUnicolored() 134 if (!tcu::compareThreshold(pixColor, insideColor, tcu::RGBA(3, 3, 3, 3))) // Pixel color differs from already-detected color inside same region - region not unicolored. in isPixelRegionUnicolored() 717 // By "interior" we here mean the region of non-boundary pixels of the rendered quad for which we can safely assume in iterate() 838 const QuadCorners& region = unicoloredRegions[i]; in iterate() local 839 IVec2 p0Win = ((region.p0+1.0f) * 0.5f * (float)(m_viewportSize-1) + 0.5f).asInt(); in iterate() 840 IVec2 p1Win = ((region.p1+1.0f) * 0.5f * (float)(m_viewportSize-1) + 0.5f).asInt(); in iterate() 841 IVec2 p2Win = ((region in iterate() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_comm_video_adapt.h | 65 hi_u32 region_num; /* W; count of the region */ 66 hi_rect ATTRIBUTE* region; /* W; region attribute */ member 354 hi_s32 min_ratio; /* RW; range: [-300, 300], to remove the black region around when performing
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_video_adapt.h | 62 hi_u32 region_num; /* W; count of the region */ 63 hi_rect ATTRIBUTE *region; /* W; region attribute */ member 351 hi_s32 min_ratio; /* RW; range: [-300, 300], to remove the black region around when performing
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_video_adapt.h | 62 hi_u32 region_num; /* W; count of the region */ 63 hi_rect ATTRIBUTE *region; /* W; region attribute */ member 350 hi_s32 min_ratio; /* RW; range: [-300, 300], to remove the black region around when performing
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_defs.h | 273 * @reg: Pointer to the region allocated from the shared 297 * @queue_reg: Pointer to the VA region allocated for CS buffer. 375 * @reg: Memory region allocated for the normal-mode suspend buffer. 387 * @reg: Memory region allocated for the protected-mode suspend buffer. 547 * @region: Pointer to a GPU memory region from which heap context structures 549 * @gpu_va: GPU virtual address of the start of the region from which heap 554 * allocated (in @region). 557 * The current implementation subdivides a single GPU memory region for use as 562 struct kbase_va_region *region; member [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_gpu_overdraw_canvas_listener.cpp | 179 // need know canvas rect region in DrawBackground() 186 // need know shadow rect region in DrawShadow() 193 // need know shadow rect region in DrawShadowStyle() 196 void RSGPUOverdrawCanvasListener::DrawRegion(const Drawing::Region& region) in DrawRegion() argument 198 // need know region path region in DrawRegion() 243 // need know picture rect region in DrawPicture() 248 // need know canvas rect region in Clear()
|
H A D | rs_cpu_overdraw_canvas_listener.cpp | 18 #include "utils/region.h" 126 // need know canvas rect region in DrawBackground() 133 // need know shadow rect region in DrawShadow() 140 // need know shadow rect region in DrawShadowStyle() 143 void RSCPUOverdrawCanvasListener::DrawRegion(const Drawing::Region& region) in DrawRegion() argument 145 // need know region path region in DrawRegion() 186 // need know picture rect region in DrawPicture() 191 // need know canvas rect region in Clear()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.h | 44 // merge history dirty region of current display node and its child surfacenode(app windows) 51 /* we want to set visible dirty region of each surfacenode into DamageRegionKHR interface, hence 62 static std::vector<RectI> ScreenIntersectDirtyRects(const Occlusion::Region ®ion, ScreenInfo& screenInfo);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ValidIdentifiers.java | 32 region, enum constant
|
/third_party/NuttX/include/nuttx/video/ |
H A D | fb.h | 238 # define FBIO_UPDATE _FBIOC(0x0007) /* Update a rectangular region in 577 ssize_t (*fb_mmap)(struct fb_vtable_s *vtable, LosVmMapRegion *region);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ValidIdentifiers.java | 37 region, enum constant
|
/third_party/node/deps/v8/src/utils/ |
H A D | allocation.h | 9 #include "src/base/address-region.h" 165 // and |size| must be an allocated memory region. |size| and |new_size| must be 243 const base::AddressRegion& region() const { return region_; } in region() function in v8::internal::final 381 // A number of attempts is made to try to reserve a region that satisfies the
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
H A D | DescriptorsTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonTokenizer.cs | 0 #region Copyright notice and license
|
H A D | ParsingPrimitivesWrappers.cs | 0 #region Copyright notice and license
|