Home
last modified time | relevance | path

Searched refs:SK_CONF_SET (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DRuntimeConfigTest.cpp19 SK_CONF_SET("test.utils.rtconf.testVariable", 2); in DEF_TEST()
DSkpSkGrTest.cpp569 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true);
570 SK_CONF_SET("images.png.suppressDecoderWarnings", true);
DPathOpsSkpClipTest.cpp596 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initTest()
597 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initTest()
DPathOpsExtendedTest.cpp639 SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); in initializeTests()
640 SK_CONF_SET("images.png.suppressDecoderWarnings", true); in initializeTests()
/external/skia/include/utils/
DSkRTConf.h55 #define SK_CONF_SET(confname, value) \ macro
64 #define SK_CONF_SET(confname, value) (void) confname, (void) value macro
/external/chromium_org/third_party/skia/include/utils/
DSkRTConf.h55 #define SK_CONF_SET(confname, value) \ macro
64 #define SK_CONF_SET(confname, value) (void) confname, (void) value macro