Searched defs:reg (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp113 pmem_region reg; local
114 int err = ioctl(fd, PMEM_GET_TOTAL_SIZE, &reg);
116 size = reg.len;
/frameworks/native/include/private/ui/
H A DRegionHelper.h198 void advance(region& reg, TYPE& aTop, TYPE& aBottom) { argument
200 size_t count = reg.count;
201 RECT const * rects = reg.rects;
209 aTop = rects->top + reg.dy;
210 aBottom = rects->bottom + reg.dy;
215 reg.rects = rects;
216 reg.count = count;
279 void advance(region& reg, TYPE& left, TYPE& right) { argument
280 if (reg.rects && reg
[all...]
/frameworks/native/libs/ui/
H A DRegion.cpp263 rasterizer(Region& reg) argument
264 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
338 bool Region::validate(const Region& reg, const char* name, bool silent) argument
341 const_iterator cur = reg.begin();
342 const_iterator const tail = reg.end();
387 if (b != reg.getBounds()) {
392 reg.getBounds().left, reg.getBounds().top,
393 reg.getBounds().right, reg
557 translate(Region& reg, int dx, int dy) argument
576 translate(Region& dst, const Region& reg, int dx, int dy) argument
[all...]
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp682 const Region& reg)
688 err = src->lock(GRALLOC_USAGE_SW_READ_OFTEN, reg.bounds(), (void**)&src_bits);
692 err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&dst_bits);
695 Region::const_iterator head(reg.begin());
696 Region::const_iterator tail(reg.end());
679 copyBlt( const sp<GraphicBuffer>& dst, const sp<GraphicBuffer>& src, const Region& reg) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp838 virtual void setVisibleRegionScreen(const Region& reg) { argument
843 SharedBuffer const* sb = reg.getSharedBuffer(&visibleRegion.numRects);
/frameworks/native/opengl/libagl/
H A Degl.cpp283 Region reg; local
284 Rect* storage = reg.storage;
318 reg.count = storage - reg.storage;
320 return reg;

Completed in 985 milliseconds