Home
last modified time | relevance | path

Searched refs:raster_time (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/flow/layers/
Dlayer.h56 const Stopwatch& raster_time; member
87 const Stopwatch& raster_time; member
Dlayer_tree.cc42 frame.context().raster_time(), in Preroll()
93 frame.context().raster_time(), in Paint()
Dperformance_overlay_layer.cc87 *context.leaf_nodes_canvas, context.raster_time, x, y, width, in Paint()
/third_party/flutter/engine/flutter/flow/
Dcompositor_context.h101 const Stopwatch& raster_time() const { return raster_time_; } in raster_time() function
Draster_cache.cc172 context->raster_time, in Prepare()
Dscene_update_context.cc204 frame.context().raster_time(), in ExecutePaintTasks()