Lines Matching refs:coords
506 const TransformedCoordsArray& coords,
533 // We interpolate the linear component in coords[1].
534 SkASSERT(coords[0].type() == coords[1].type());
537 if (kVec3f_GrSLType == coords[0].type()) {
539 coords[0].c_str(), coords[1].c_str(), coords[0].c_str());
543 coords2D = coords[0].c_str();
544 bVar.printf("%s.x", coords[1].c_str());