Searched refs:region_index (Results 1 - 5 of 5) sorted by relevance

/external/drm_hwcomposer/
H A Ddrmdisplaycompositor.h55 bool is_stable(int region_index) const {
57 regions_[region_index].change_history.none();
H A Ddrmdisplaycomposition.cpp325 for (size_t region_index = 0; region_index < stable_regions.size();
326 region_index++) {
327 const SquashState::Region &region = squash->regions()[region_index];
328 if (!stable_regions[region_index])
H A Dglworker.cpp575 for (size_t region_index = 0; region_index < num_regions; region_index++) {
576 DrmCompositionRegion &region = regions[region_index];
/external/google-breakpad/src/processor/
H A Dminidump.cc2774 for (unsigned int region_index = 0;
2775 region_index < region_count;
2776 ++region_index) {
2777 MDMemoryDescriptor* descriptor = &(*descriptors)[region_index];
2789 " region " << region_index << "/" << region_count <<
2795 if (!range_map_->StoreRange(base_address, region_size, region_index)) {
2797 region_index << "/" << region_count << ", " <<
2803 (*regions)[region_index].SetDescriptor(descriptor);
2841 unsigned int region_index; local
2842 if (!range_map_->RetrieveRange(address, &region_index, NUL
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1218 inline float evaluate (unsigned int region_index, argument
1221 if (unlikely (region_index >= regionCount))
1224 const VarRegionAxis *axes = axesZ + (region_index * axisCount);

Completed in 118 milliseconds