Home
last modified time | relevance | path

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

/external/skqp/tests/
DSVGDeviceTest.cpp75 int xposCount = (scalarsPerPos < 1) ? 1 : textLen;
76 REPORTER_ASSERT(reporter, SkParse::Count(x) == xposCount);
78 SkAutoTMalloc<SkScalar> xpos(xposCount);
79 SkParse::FindScalars(x, xpos.get(), xposCount);
83 for (int i = 0; i < xposCount; ++i) {
/external/skia/tests/
DSVGDeviceTest.cpp82 int xposCount = textLen; in check_text_node() local
83 REPORTER_ASSERT(reporter, SkParse::Count(x) == xposCount); in check_text_node()
85 SkAutoTMalloc<SkScalar> xpos(xposCount); in check_text_node()
86 SkParse::FindScalars(x, xpos.get(), xposCount); in check_text_node()
94 for (int i = 0; i < xposCount; ++i) { in check_text_node()