Home
last modified time | relevance | path

Searched refs:tmpDst (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.cpp168 LayerColorType* tmpDst = reinterpret_cast<LayerColorType*>(dstBuf); in FlushWithModeCopy() local
170 *tmpDst++ = PixelFormatUtils::ARGB8888ToARGB1555((tmpSrc++)->full); in FlushWithModeCopy()
194 LayerColorType* tmpDst = reinterpret_cast<LayerColorType*>(dstBuf); in FlushWithModeBlend() local
198 PF_ARGB1555* dst = reinterpret_cast<PF_ARGB1555*>(tmpDst); in FlushWithModeBlend()
213 *tmpDst = tmpSrc->full; in FlushWithModeBlend()
215 Color32* dst = reinterpret_cast<Color32*>(tmpDst); in FlushWithModeBlend()
221 ++tmpDst; in FlushWithModeBlend()
H A Dlite_wm.cpp604 LayerColorType* tmpDst = reinterpret_cast<LayerColorType*>(dstBuf); in DrawMouseCursor() local
608 *tmpDst = *tmpSrc; in DrawMouseCursor()
610 *tmpDst = PixelFormatUtils::ARGB1555ToARGB8888(*tmpSrc); in DrawMouseCursor()
614 tmpDst++; in DrawMouseCursor()

Completed in 2 milliseconds