Home
last modified time | relevance | path

Searched refs:tArray (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DTArrayTest.cpp122 T tArray; in test_skstarray_compatibility() local
123 tArray.push_back(1); in test_skstarray_compatibility()
124 tArray.push_back(2); in test_skstarray_compatibility()
125 tArray.push_back(3); in test_skstarray_compatibility()
126 T tArray2 = tArray; in test_skstarray_compatibility()
129 U arrayCopy(tArray); in test_skstarray_compatibility()
130 REPORTER_ASSERT(reporter, tArray.size() == 3); in test_skstarray_compatibility()
131 REPORTER_ASSERT(reporter, tArray[0] == 1); in test_skstarray_compatibility()
132 REPORTER_ASSERT(reporter, tArray[1] == 2); in test_skstarray_compatibility()
133 REPORTER_ASSERT(reporter, tArray[2] == 3); in test_skstarray_compatibility()
[all …]
DPathOpsAngleIdeas.cpp75 SkTArray<double, false>* tArray) { in orderQuads() argument
95 for (int index = 0; index < tArray->count(); ++index) { in orderQuads()
96 double matchT = (*tArray)[index]; in orderQuads()
101 tArray->push_back(t); in orderQuads()
/external/skqp/tests/
DPathOpsAngleIdeas.cpp75 SkTArray<double, false>* tArray) { in orderQuads() argument
95 for (int index = 0; index < tArray->count(); ++index) { in orderQuads()
96 double matchT = (*tArray)[index]; in orderQuads()
101 tArray->push_back(t); in orderQuads()