HomeSort by relevance Sort by last modified time
    Searched full:get_bounds (Results 1 - 1 of 1) sorted by null

  /external/skia/tools/
skdiff_main.cpp 294 static void get_bounds(DiffResource& resource, const char* name) { function
306 static void get_bounds(DiffRecord& drp) { function
307 get_bounds(drp.fBase, "base");
308 get_bounds(drp.fComparison, "comparison");
441 get_bounds(*drp);
463 get_bounds(*drp);
484 get_bounds(*drp);

Completed in 663 milliseconds