Home
last modified time | relevance | path

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

/external/skia/tests/
DSVGDeviceTest.cpp68 int yposCount = (scalarsPerPos < 2) ? 1 : textLen; in check_text_node() local
69 REPORTER_ASSERT(reporter, SkParse::Count(y) == yposCount); in check_text_node()
71 SkAutoTMalloc<SkScalar> ypos(yposCount); in check_text_node()
72 SkParse::FindScalars(y, ypos.get(), yposCount); in check_text_node()
76 for (int i = 0; i < yposCount; ++i) { in check_text_node()