Searched refs:region (Results 176 - 200 of 370) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c356 XserverRegion region; local
366 region = XFixesCreateRegion(xscr->dpy, rectangles, num_rects);
367 DRI2CopyRegion(xscr->dpy, drawable, region, dst_buf, src_buf);
368 XFixesDestroyRegion(xscr->dpy, region);
/external/mesa3d/src/glx/
H A Ddri2.h85 XserverRegion region,
/external/skia/src/core/
H A DSkValidatingReadBuffer.h48 void readRegion(SkRegion* region) override;
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDeflater.cs20 #region Dll imports
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.h178 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
192 static UnicodeString& _getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID);
229 UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tzID) const;
H A Dtimezone.cpp622 const UChar *region = TimeZone::getRegion(id, ec); local
626 if (u_strcmp(region, WORLD) == 0) {
791 static TZEnumeration* create(USystemTimeZoneType type, const char* region, const int32_t* rawOffset, UErrorCode& ec) { argument
809 if (region != NULL || rawOffset != NULL) {
826 if (region != NULL) {
827 // Filter by region
833 if (uprv_stricmp(tzregion, region) != 0) {
834 // region does not match
956 const char* region,
959 return TZEnumeration::create(zoneType, region, rawOffse
954 createTimeZoneIDEnumeration( USystemTimeZoneType zoneType, const char* region, const int32_t* rawOffset, UErrorCode& ec) argument
1135 getRegion(const UnicodeString& id, char *region, int32_t capacity, UErrorCode& status) argument
1631 getIDForWindowsID(const UnicodeString& winid, const char* region, UnicodeString& id, UErrorCode& status) argument
[all...]
H A Dlocdspnm.cpp181 virtual UnicodeString& regionDisplayName(const char* region,
244 DefaultLocaleDisplayNames::regionDisplayName(const char* region,
246 return result = UnicodeString(region, -1, US_INV);
323 virtual UnicodeString& regionDisplayName(const char* region,
735 LocaleDisplayNamesImpl::regionDisplayName(const char* region, argument
738 regionData.get("Countries%short", region, result);
743 regionData.get("Countries", region, result);
940 const char *region,
947 if (ldn == NULL || region == NULL || (result == NULL && maxResultSize > 0) || maxResultSize < 0) {
952 ((const LocaleDisplayNames *)ldn)->regionDisplayName(region, tem
939 uldn_regionDisplayName(const ULocaleDisplayNames *ldn, const char *region, UChar *result, int32_t maxResultSize, UErrorCode *pErrorCode) argument
[all...]
H A Dulocdata.c193 char region[ULOC_COUNTRY_CAPACITY]; local
201 uloc_getCountry(fullLoc, region, ULOC_COUNTRY_CAPACITY, status);
206 UResourceBundle *measDataBundle = ures_getByKey(rb, region, NULL, status);
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h112 * world, each with a unique ID. Each ID consists of a region (usually a continent or
113 * ocean) and a city in that region, separated by a slash, (for example, US Pacific
181 * @param region The ISO 3166 two-letter country code or UN M.49
183 * done by region.
194 const char* region,
405 * for a region. For example, system time zone ID "America/Los_Angeles" is returned
406 * for input Windows ID "Pacific Standard Time" and region "US" (or <code>null</code>),
408 * region "CA".
420 * @param region A null-terminated region cod
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h42 * - Code to size and layout a region to hold a set of mipmaps.
91 * Describes the location of each texture image within a texture region.
262 struct intel_region *region; member in struct:intel_mipmap_tree
264 /* Offset into region bo where miptree starts:
388 struct intel_region *region);
395 struct intel_region *region);
461 * Copy the stencil data from \c mt->stencil_mt->region to \c mt->region for
473 * Copy the stencil data in \c mt->stencil_mt->region to \c mt->region fo
[all...]
H A Dintel_buffer_objects.c746 if (intel->mt == NULL || intel->mt->region == NULL)
749 return intel_buffer_purgeable(intel->mt->region->bo);
766 return intel_buffer_purgeable(intel->mt->region->bo);
803 if (intel->mt == NULL || intel->mt->region == NULL)
806 return intel_buffer_unpurgeable(intel->mt->region->bo);
823 return intel_buffer_unpurgeable(intel->mt->region->bo);
/external/vboot_reference/tests/
H A Dvboot_region_tests.c5 * Tests for vboot region API
135 enum vb_firmware_region region, uint32_t offset,
138 if (region != VB_REGION_GBB)
140 mock_seen_region |= 1 << region;
188 TEST_EQ(mock_seen_region, 1 << VB_REGION_GBB, " GBB region");
134 VbExRegionRead(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/external/icu/icu4c/source/data/
H A Dmakedata.mak329 # Read the list of region display name resource bundle files
330 !IF EXISTS("$(ICUSRCDATA)\region\resfiles.mk")
331 !INCLUDE "$(ICUSRCDATA)\region\resfiles.mk"
332 !IF EXISTS("$(ICUSRCDATA)\region\reslocal.mk")
333 !INCLUDE "$(ICUSRCDATA)\region\reslocal.mk"
336 !MESSAGE Information: cannot find "region\reslocal.mk". Not building user-additional resource bundle files.
339 !MESSAGE Warning: cannot find "region\resfiles.mk"
343 REGION_FILES = region\root.txt $(REGION_ALIAS_SOURCE) $(REGION_SOURCE)
344 REGION_RES_FILES = $(REGION_FILES:.txt =.res region\)
346 REGION_RES_FILES = region\poo
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c200 dri2_surf->region = XCB_NONE;
360 if (dri2_surf->region != XCB_NONE)
361 xcb_xfixes_destroy_region(dri2_dpy->conn, dri2_surf->region);
367 dri2_surf->region = xcb_generate_id(dri2_dpy->conn);
368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle);
665 _EGLSurface *draw, xcb_xfixes_region_t region)
688 region,
718 return dri2_copy_region(drv, disp, draw, dri2_surf->region) ? 0 : -1;
746 return dri2_copy_region(drv, disp, draw, dri2_surf->region) ? 0 : -1;
774 xcb_xfixes_region_t region; local
664 dri2_copy_region(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, xcb_xfixes_region_t region) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs45 #region Check Constructors
90 #region Method Tests
92 #region Empty Behaviour
187 #region Behaviour with Elements
367 #region Helper Methods
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp16 SkAlphaThresholdFilterImpl(const SkRegion& region, SkScalar innerThreshold,
39 SkImageFilter* SkAlphaThresholdFilter::Create(const SkRegion& region, argument
43 return SkNEW_ARGS(SkAlphaThresholdFilterImpl, (region, innerThreshold, outerThreshold, input));
253 SkAlphaThresholdFilterImpl::SkAlphaThresholdFilterImpl(const SkRegion& region, argument
258 , fRegion(region)
/external/libvncserver/libvncserver/
H A Drfbregion.c4 * A general purpose region clipping library
836 sraRegionPtr region, region1, region2; local
841 region = sraRgnCreateRect(10, 10, 600, 300);
845 sraRgnPrint(region);
848 b = sraRgnSubtract(region, region1);
850 sraRgnPrint(region);
853 sraRgnOr(region, region2);
854 printf("%ld\n6\n\n", sraRgnCountRects(region));
856 i = sraRgnGetIterator(region);
864 i = sraRgnGetReverseIterator(region,
[all...]
H A Dmain.c324 * current cursor rect overlaps with the copy region *dest*,
332 /* displace it to check for overlap with copy region source: */
337 * current cursor rect overlaps with the copy region *source*,
387 sraRegionPtr region = sraRgnCreateRect(x1,y1,x2,y2); local
388 rfbDoCopyRegion(screen,region,dx,dy);
389 sraRgnDestroy(region);
394 sraRegionPtr region = sraRgnCreateRect(x1,y1,x2,y2); local
395 rfbScheduleCopyRegion(screen,region,dx,dy);
396 sraRgnDestroy(region);
418 sraRegionPtr region; local
[all...]
/external/v8/tools/
H A Dgrokdump.py2278 region = self.reader.FindRegion(address)
2280 self.output_words(f, region[0], region[0] + region[1], address, "Dump")
2282 self.output_ascii(f, region[0], region[0] + region[1], address)
2291 region = self.reader.FindRegion(highlight_address)
2292 if region is None:
2298 low = self.align_down(region[
[all...]
/external/drm_hwcomposer/
H A Dglworker.cpp310 const DrmCompositionRegion &region,
312 std::copy_n(region.frame.bounds, 4, cmd.bounds);
314 for (size_t texture_index : region.source_layers) {
582 DrmCompositionRegion &region = regions[region_index]; local
583 layers_used_indices.insert(region.source_layers.begin(),
584 region.source_layers.end());
586 ConstructCommand(layers, region, commands.back());
309 ConstructCommand(const DrmHwcLayer *layers, const DrmCompositionRegion &region, RenderingCommand &cmd) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesImpl.java137 public String getReferenceZoneID(String mzID, String region) { argument
138 return _getReferenceZoneID(mzID, region);
141 static String _getReferenceZoneID(String mzID, String region) { argument
148 refID = regionTzMap.get(region);
704 for (String region : regions) {
705 String tzID = regionMap.getString(region).intern();
706 map.put(region.intern(), tzID);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_buffer_objects.c746 if (intel->mt == NULL || intel->mt->region == NULL)
749 return intel_buffer_purgeable(intel->mt->region->bo);
766 return intel_buffer_purgeable(intel->mt->region->bo);
803 if (intel->mt == NULL || intel->mt->region == NULL)
806 return intel_buffer_unpurgeable(intel->mt->region->bo);
823 return intel_buffer_unpurgeable(intel->mt->region->bo);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.c746 if (intel->mt == NULL || intel->mt->region == NULL)
749 return intel_buffer_purgeable(intel->mt->region->bo);
766 return intel_buffer_purgeable(intel->mt->region->bo);
803 if (intel->mt == NULL || intel->mt->region == NULL)
806 return intel_buffer_unpurgeable(intel->mt->region->bo);
823 return intel_buffer_unpurgeable(intel->mt->region->bo);
/external/skia/tests/
H A DSerializationTest.cpp64 static void Write(SkWriteBuffer& writer, const SkRegion* region) { argument
65 writer.writeRegion(*region);
67 static void Read(SkValidatingReadBuffer& reader, SkRegion* region) { argument
68 reader.readRegion(region);
416 // Test region serialization
418 SkRegion region; local
419 TestObjectSerialization(&region, reporter);
/external/vboot_reference/
H A DAndroid.mk37 firmware/lib/region-init.c \
52 firmware/lib/region-fw.c \
65 firmware/lib/region-kernel.c \

Completed in 5440 milliseconds

1234567891011>>