Home | History | Annotate | Download | only in gpu

Lines Matching refs:make_bitmap

148 static SkBitmap make_bitmap(GrContext* context, GrRenderTarget* renderTarget) {
166 static SkBitmap make_bitmap(SkBitmap::Config config, int width, int height, bool isOpaque) {
185 : SkBitmapDevice(make_bitmap(context, texture->asRenderTarget())) {
190 : SkBitmapDevice(make_bitmap(context, renderTarget)) {
230 : SkBitmapDevice(make_bitmap(config, width, height, false /*isOpaque*/))
1914 : SkBitmapDevice(make_bitmap(context, texture->asRenderTarget())) {