Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp333 uint8_t* tempRow = new uint8_t[validRowBytes]; in flipVertically() local
338 memcpy(tempRow, lowRow, validRowBytes); in flipVertically()
340 memcpy(highRow, tempRow, validRowBytes); in flipVertically()
342 delete[] tempRow; in flipVertically()