Home
last modified time | relevance | path

Searched refs:region (Results 726 - 750 of 1078) sorted by relevance

1...<<21222324252627282930>>...44

/third_party/backends/backend/
H A Dlexmark.h177 SANE_Int region; member
/third_party/NuttX/drivers/pipes/
H A Dpipe.c60 static ssize_t pipe_map(struct file* filep, LosVmMapRegion *region) in pipe_map() argument
/third_party/NuttX/fs/vfs/include/
H A Dfile.h139 int (*mmap)(struct file* filep, struct VmMapRegion *region);
/third_party/icu/icu4c/source/config/
H A Ddist.mk23 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
/third_party/node/deps/icu-small/source/common/
H A Dulocimp.h159 * Get the region to use for supplemental data lookup. Uses
160 * (1) any region specified by locale tag "rg"; if none then
162 * (3) if inferRegion is true, the region suggested by
164 * If no region is found, returns length 0.
168 * to get the region to use for supplemental data.
170 * If true, will try to infer region from localeID if
171 * no other region is found.
172 * @param region
173 * Buffer in which to put the region ID found; should
176 * The actual capacity of the region buffe
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h132 xcb_xfixes_region_t region; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_image.h196 const VkBufferImageCopy2* region);
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DByteStringTest.cs0 #region Copyright notice and license
H A DFieldCodecTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DDurationTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs0 #region Copyright notice and license
H A DMessageParser.cs0 #region Copyright notice and license
H A DParseContext.cs0 #region Copyright notice and license
H A DParsingPrimitivesMessages.cs0 #region Copyright notice and license
H A DUnknownField.cs0 #region Copyright notice and license
H A DSegmentedBufferHelper.cs0 #region Copyright notice and license
H A DWriteContext.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseMessagesBenchmark.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
H A DDescriptorDeclarationTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DDurationTest.cs0 #region Copyright notice and license
/third_party/skia/third_party/externals/icu/source/common/
H A Dulocimp.h154 * Get the region to use for supplemental data lookup. Uses
155 * (1) any region specified by locale tag "rg"; if none then
157 * (3) if inferRegion is true, the region suggested by
159 * If no region is found, returns length 0.
163 * to get the region to use for supplemental data.
165 * If true, will try to infer region from localeID if
166 * no other region is found.
167 * @param region
168 * Buffer in which to put the region ID found; should
171 * The actual capacity of the region buffe
[all...]
/third_party/skia/third_party/externals/icu/source/config/
H A Ddist.mk23 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp33 static Rect ParseCRegion(CRegion region) in ParseCRegion() argument
36 .left = region.x, in ParseCRegion()
37 .top = region.y, in ParseCRegion()
38 .width = region.size.width, in ParseCRegion()
39 .height = region.size.height, in ParseCRegion()
900 Rect rt = ParseCRegion(area.region); in FfiOHOSReadPixels()
914 Rect rt = ParseCRegion(area.region); in FfiOHOSWritePixels()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_vulkan.cpp666 VkBufferImageCopy region = {}; in ImGui_ImplVulkan_CreateFontsTexture() local
667 region.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in ImGui_ImplVulkan_CreateFontsTexture()
668 region.imageSubresource.layerCount = 1; in ImGui_ImplVulkan_CreateFontsTexture()
669 region.imageExtent.width = width; in ImGui_ImplVulkan_CreateFontsTexture()
670 region.imageExtent.height = height; in ImGui_ImplVulkan_CreateFontsTexture()
671 region.imageExtent.depth = 1; in ImGui_ImplVulkan_CreateFontsTexture()
672 vkCmdCopyBufferToImage(command_buffer, bd->UploadBuffer, bd->FontImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, &region); in ImGui_ImplVulkan_CreateFontsTexture()

Completed in 18 milliseconds

1...<<21222324252627282930>>...44