Lines Matching refs:topVec
1165 const std::vector<float>& topVec,
1171 SkASSERT(0 <= x && x < (int)topVec.size());
1178 if (xSampleLoc < 0 || xSampleLoc >= (int)topVec.size()) {
1182 accum += kernel[i] * eval_V(topVec[xSampleLoc], y, integral, integralSize, sixSigma);
1222 std::vector<float> topVec;
1223 topVec.reserve(dimensions.width());
1226 topVec.push_back(-1);
1232 topVec.push_back(rrectToDraw.rect().fTop + radii.fX - h + 3 * xformedSigma);
1234 topVec.push_back(rrectToDraw.rect().fTop + 3 * xformedSigma);
1245 topVec,