Home
last modified time | relevance | path

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

/external/skqp/tests/
DEncodeTest.cpp198 std::vector<size_t> commentSizes; in testPngComments() local
201 commentSizes.push_back(str.length() + 1); in testPngComments()
205 commentSizes.data(), commentStrings.size()); in testPngComments()
/external/skia/tests/
DEncodeTest.cpp203 std::vector<size_t> commentSizes; in testPngComments() local
206 commentSizes.push_back(str.length() + 1); in testPngComments()
210 commentSizes.data(), commentStrings.size()); in testPngComments()