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

  /external/skia/tests/
RuntimeConfigTest.cpp 19 SK_CONF_SET("test.utils.rtconf.testVariable", 2);
SkpSkGrTest.cpp 569 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
570 SK_CONF_SET("images.png.suppressDecoderWarnings", true);
PathOpsSkpClipTest.cpp 596 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
597 SK_CONF_SET("images.png.suppressDecoderWarnings", true);
PathOpsExtendedTest.cpp 639 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
640 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
  /external/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 3144 milliseconds