Searched refs:region_type (Results 1 – 4 of 4) sorted by relevance
77 static int get_region(struct frba_t *frba, int region_type, in get_region() argument80 if (region_type >= MAX_REGIONS) { in get_region()85 region->base = FLREG_BASE(frba->flreg[region_type]); in get_region()86 region->limit = FLREG_LIMIT(frba->flreg[region_type]); in get_region()92 static const char *region_name(int region_type) in region_name() argument102 assert(region_type < MAX_REGIONS); in region_name()104 return regions[region_type]; in region_name()107 static const char *region_filename(int region_type) in region_filename() argument117 assert(region_type < MAX_REGIONS); in region_filename()119 return region_filenames[region_type]; in region_filename()[all …]
167 int region_type = GetWindowRgn(selected, scoped_hrgn.Get()); in ShouldUseScreenCapturer() local170 if (region_type == COMPLEXREGION || region_type == NULLREGION) in ShouldUseScreenCapturer()173 if (region_type == SIMPLEREGION) { in ShouldUseScreenCapturer()
109 const char *region_type, ChunkTag tag);
148 const char *region_type, ChunkTag tag) { in ScanRangeForPointers() argument151 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end); in ScanRangeForPointers()