HomeSort by relevance Sort by last modified time
    Searched refs:CommandCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/skia/ext/
benchmarking_canvas.h 23 size_t CommandCount() const;
benchmarking_canvas.cc 207 int command_index = timing_canvas_->tracking_canvas_->CommandCount() - 1;
225 size_t BenchmarkingCanvas::CommandCount() const {
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.cc 301 v8::Array::New(isolate, benchmarking_canvas.CommandCount());
302 for (size_t i = 0; i < benchmarking_canvas.CommandCount(); ++i)

Completed in 44 milliseconds