Searched refs:yposCount (Results 1 – 2 of 2) sorted by relevance
95 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) {
103 int yposCount = (scalarsPerPos < 2) ? 1 : textLen; in check_text_node() local104 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()