Searched refs:currentBitmap (Results 1 – 2 of 2) sorted by relevance
228 RSBitmap currentBitmap; in GetImageData() local229 if (!DrawBitmap(renderContext, currentBitmap)) { in GetImageData()243 rsImage.BuildFromBitmap(currentBitmap); in GetImageData()335 RSBitmap currentBitmap; in ToDataURL() local336 if (!DrawBitmap(renderContext, currentBitmap)) { in ToDataURL()339 bool success = currentBitmap.GetPixmap().ScalePixels( in ToDataURL()361 bool CanvasPaintMethod::DrawBitmap(RefPtr<RenderContext> renderContext, RSBitmap& currentBitmap) in DrawBitmap() argument370 bool res = rosenRenderContext->GetBitmap(currentBitmap, drawCmdList); in DrawBitmap()377 currentBitmap.Free(); in DrawBitmap()384 currentBitmap.Build(lastLayoutSize_.Width(), lastLayoutSize_.Height(), format); in DrawBitmap()[all …]
110 bool DrawBitmap(RefPtr<RenderContext> renderContext, RSBitmap& currentBitmap);