Home
last modified time | relevance | path

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

/external/skqp/tests/
DSVGDeviceTest.cpp95 int yposCount = (scalarsPerPos < 2) ? 1 : textLen;
96 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount);
98 SkAutoTMalloc<SkScalar> ypos(yposCount);
99 SkParse::FindScalars(y, ypos.get(), yposCount);
103 for (int i = 0; i < yposCount; ++i) {
/external/skia/tests/
DSVGDeviceTest.cpp103 int yposCount = (scalarsPerPos < 2) ? 1 : textLen; in check_text_node() local
104 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount); in check_text_node()
106 SkAutoTMalloc<SkScalar> ypos(yposCount); in check_text_node()
107 SkParse::FindScalars(y, ypos.get(), yposCount); in check_text_node()
111 for (int i = 0; i < yposCount; ++i) { in check_text_node()