Searched refs:destBytes (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.cpp | 611 …byte *destBytes = (byte*)dest->lockInternal(dRect.x0, dRect.y0, destRect->slice, fullCopy ? LOCK_D… in stretchRect() local 616 …copyBuffer(sourceBytes, destBytes, width, height, sourcePitchB, destPitchB, Surface::bytes(source-… in stretchRect() 624 destBytes[4 * x + 3] = 0xFF; in stretchRect() 627 destBytes += destPitchB; in stretchRect() 693 unsigned char *destBytes = (unsigned char*)dest->lockInternal(0, 0, z, LOCK_READWRITE, PUBLIC); in stretchCube() local 697 memcpy(destBytes, sourceBytes, bytes); in stretchCube() 703 destBytes[4 * x + 3] = 0xFF; in stretchCube() 708 destBytes += destPitch; in stretchCube()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.cpp | 415 …unsigned char *destBytes = (unsigned char*)dest->lockInternal(dRect.x0, dRect.y0, dRect.slice, LOC… in stretchRect() local 425 memcpy(destBytes, sourceBytes, bytes); in stretchRect() 431 destBytes[4 * x + 3] = 0xFF; in stretchRect() 436 destBytes += destPitch; in stretchRect()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibitmap.cpp | 359 int destBytes = pDst->GetBPP() / 8; in LoadChannelFromAlpha() local 365 dest_pos += destBytes; in LoadChannelFromAlpha()
|