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

  /external/chromium_org/third_party/skia/tests/
RuntimeConfigTest.cpp 18 SK_CONF_SET("test.utils.rtconf.testVariable", 2);
PathOpsExtendedTest.cpp 549 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
550 SK_CONF_SET("images.png.suppressDecoderWarnings", true);
PathOpsSkpClipTest.cpp 745 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
746 SK_CONF_SET("images.png.suppressDecoderWarnings", true);
    [all...]
SkpSkGrTest.cpp 570 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
571 SK_CONF_SET("images.png.suppressDecoderWarnings", true);
  /external/chromium_org/third_party/skia/include/utils/
SkRTConf.h 55 #define SK_CONF_SET(confname, value) \
57 /* SK_CONF_TRY_SET() is like SK_CONF_SET(), but doesn't complain if
64 #define SK_CONF_SET(confname, value) (void) confname, (void) value

Completed in 432 milliseconds