Home
last modified time | relevance | path

Searched defs:is_transparent (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/external/libcxx/test/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/external/libcxx/test/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/external/libcxx/test/utilities/function.objects/comparisons/
Dtransparent.pass.cpp14 struct is_transparent struct
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
Dcoverage_html.js175 coverage.is_transparent = function (color) { function
/external/chromium-trace/trace-viewer/src/cc/
Dlayer_tree_host_impl_test_data.js204 'is_transparent': false, property
/external/chromium_org/cc/output/
Drenderer_pixeltest.cc408 bool is_transparent, in CreateTestYUVVideoDrawQuad_Striped()
447 bool is_transparent, in CreateTestYUVVideoDrawQuad_Solid()
480 bool is_transparent, in CreateTestYUVVideoDrawQuad_FromVideoFrame()
/external/pixman/pixman/
Dpixman-sse2.c188 is_transparent (__m128i x) in is_transparent() function
/external/libpng/contrib/libtests/
Dpngvalid.c4258 int is_transparent; /* Transparency information was present. */ member