Home
last modified time | relevance | path

Searched refs:commentPointers (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tests/
DEncodeTest.cpp197 std::vector<const char*> commentPointers; in testPngComments() local
200 commentPointers.push_back(str.c_str()); in testPngComments()
204 options.fComments = SkDataTable::MakeCopyArrays((void const *const *)commentPointers.data(), in testPngComments()
/external/skia/tests/
DEncodeTest.cpp202 std::vector<const char*> commentPointers; in testPngComments() local
205 commentPointers.push_back(str.c_str()); in testPngComments()
209 options.fComments = SkDataTable::MakeCopyArrays((void const *const *)commentPointers.data(), in testPngComments()