Home
last modified time | relevance | path

Searched refs:tmpW (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkMaskBlurFilter.cpp992 int tmpW = srcH, in blur() local
996 if (tmpH > std::numeric_limits<int>::max() / tmpW) { in blur()
999 auto tmp = alloc.makeArrayDefault<uint8_t>(tmpW * tmpH); in blur()
1010 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1019 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1028 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1037 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1046 const PlanGauss::Scan& scanH = planH.makeBlurScan(tmpW, buffer); in blur()
1048 auto tmpStart = &tmp[y * tmpW]; in blur()
1051 scanH.blur(tmpStart, tmpStart + tmpW, in blur()
/third_party/flutter/skia/src/core/
DSkMaskBlurFilter.cpp989 int tmpW = srcH, in blur() local
992 auto tmp = alloc.makeArrayDefault<uint8_t>(tmpW * tmpH); in blur()
1003 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1012 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1021 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1030 scanW.blur(start, end, tmpStart, tmpW, tmpStart + tmpW * tmpH); in blur()
1039 const PlanGauss::Scan& scanH = planH.makeBlurScan(tmpW, buffer); in blur()
1041 auto tmpStart = &tmp[y * tmpW]; in blur()
1044 scanH.blur(tmpStart, tmpStart + tmpW, in blur()
/third_party/ffmpeg/libswscale/
Dutils.c1861 int tmpW = sqrt(srcW * (int64_t)dstW); in sws_init_context() local
1872 tmpW, tmpH, tmpFormat, 64); in sws_init_context()
1877 tmpW, tmpH, tmpFormat, in sws_init_context()
1882 c->cascaded_context[1] = sws_getContext(tmpW, tmpH, tmpFormat, in sws_init_context()