Lines Matching refs:xpos
1304 SkScalar xpos;1306 while ((iterPath = iter.next(&xpos)) != NULL) {1307 matrix.postTranslate(xpos - prevXPos, 0);1309 prevXPos = xpos;2134 const SkPath* SkTextToPathIter::next(SkScalar* xpos) {2142 if (xpos) {2143 *xpos = fXPos;