Home
last modified time | relevance | path

Searched refs:topVec (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkBlurMF.cpp1165 const std::vector<float>& topVec, in eval_H()
1171 SkASSERT(0 <= x && x < (int)topVec.size()); in eval_H()
1178 if (xSampleLoc < 0 || xSampleLoc >= (int)topVec.size()) { in eval_H()
1182 accum += kernel[i] * eval_V(topVec[xSampleLoc], y, integral, integralSize, sixSigma); in eval_H()
1222 std::vector<float> topVec; in create_mask_on_cpu() local
1223 topVec.reserve(dimensions.width()); in create_mask_on_cpu()
1226 topVec.push_back(-1); in create_mask_on_cpu()
1232 topVec.push_back(rrectToDraw.rect().fTop + radii.fX - h + 3 * xformedSigma); in create_mask_on_cpu()
1234 topVec.push_back(rrectToDraw.rect().fTop + 3 * xformedSigma); in create_mask_on_cpu()
1245 topVec, in create_mask_on_cpu()
1163 eval_H(int x, int y, const std::vector<float>& topVec, const float* kernel, int kernelSize, const uint8_t* integral, int integralSize, float sixSigma) eval_H() argument
[all...]

Completed in 4 milliseconds