Home
last modified time | relevance | path

Searched refs:updateRegion (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.cpp888 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/
DWebView.cpp851 HRGN updateRegion = ::CreateRectRgn(0, 0, 0, 0); in scrollBackingStore() local
861 ::ScrollDC(bitmapDC, dx, dy, &scrollRectWin, &clipRectWin, updateRegion, 0); in scrollBackingStore()
863 ::GetRgnBox(updateRegion, &regionBox); in scrollBackingStore()
869 addToDirtyRegion(updateRegion); in scrollBackingStore()