Searched refs:draw_tile_bitmap_with_fractional_offset (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/gm/ |
D | bitmaptiled.cpp | 19 static void draw_tile_bitmap_with_fractional_offset(GrRecordingContext* rContext, in draw_tile_bitmap_with_fractional_offset() function 68 draw_tile_bitmap_with_fractional_offset(rContext, canvas, false); 73 draw_tile_bitmap_with_fractional_offset(rContext, canvas, true);
|
/third_party/flutter/skia/gm/ |
D | bitmaptiled.cpp | 20 static void draw_tile_bitmap_with_fractional_offset(GrContext* context, SkCanvas* canvas, in draw_tile_bitmap_with_fractional_offset() function 69 draw_tile_bitmap_with_fractional_offset(context, canvas, false); 74 draw_tile_bitmap_with_fractional_offset(context, canvas, true);
|