Searched refs:getBitmapTask (Results 1 – 2 of 2) sorted by relevance
109 auto getBitmapTask = [&node, &bitmap]() { bitmap = node->GetBitmap(); }; in GetBitmap() local110 RSRenderThread::Instance().PostSyncTask(getBitmapTask); in GetBitmap()
1551 auto getBitmapTask = [id, &bitmap, mainThread, renderThread, &result]() { in GetBitmap() local1572 mainThread_->PostTask(getBitmapTask); in GetBitmap()