Searched refs:dstBytesPerPixel (Results 1 – 1 of 1) sorted by relevance
58 UINT dstBytesPerPixel, in StoreClear()84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel); in StoreClear()87 pDst += dstBytesPerPixel; in StoreClear()88 dstBytesPerRow += dstBytesPerPixel; in StoreClear()122 UINT dstBytesPerPixel = (FormatTraits<DstFormat>::bpp / 8); in StoreClear() local143 …asterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSurface,… in StoreClear()