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

  /external/chromium_org/third_party/skia/include/core/
SkTime.h 42 class SkAutoTime {
46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
51 ~SkAutoTime()
63 #define SkAutoTime(...) SK_REQUIRE_LOCAL_VAR(SkAutoTime)
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 534 SkAutoTime atm("JPEG Decode");
    [all...]

Completed in 242 milliseconds