Home
last modified time | relevance | path

Searched defs:SkZip (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/base/
DSkZip.h55 constexpr SkZip() : fPointers{nullify<Ts>...}, fSize{0} {} in SkZip() function
57 constexpr SkZip(size_t size, Ts*... ts) in SkZip() function
71 constexpr SkZip(const SkZip<Us...>& that) in SkZip() function
104 constexpr SkZip(size_t n, const std::tuple<Ts*...>& pointers) in SkZip() function
/external/skia/tests/
DUtilsTest.cpp305 DEF_TEST(SkZip, reporter) { in DEF_TEST() argument