Searched refs:xposCount (Results 1 – 2 of 2) sorted by relevance
82 int xposCount = textLen; in check_text_node() local83 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()