Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/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()