Searched refs:updateRegion (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Texture.cpp | 888 RECT updateRegion; in subImageCompressed() local 889 updateRegion.left = xoffset; in subImageCompressed() 890 updateRegion.right = xoffset + width; in subImageCompressed() 891 updateRegion.bottom = yoffset + height; in subImageCompressed() 892 updateRegion.top = yoffset; in subImageCompressed() 895 HRESULT result = img->surface->LockRect(&locked, &updateRegion, 0); in subImageCompressed()
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 851 HRGN updateRegion = ::CreateRectRgn(0, 0, 0, 0); in scrollBackingStore() local 861 ::ScrollDC(bitmapDC, dx, dy, &scrollRectWin, &clipRectWin, updateRegion, 0); in scrollBackingStore() 863 ::GetRgnBox(updateRegion, ®ionBox); in scrollBackingStore() 869 addToDirtyRegion(updateRegion); in scrollBackingStore()
|