Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DFrameBufferGDI.cpp83 int sourceLeft = sourceRect ? sourceRect->x0 : 0; in blit() local
92 …StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sou… in blit()