Home
last modified time | relevance | path

Searched refs:invWidth (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkScan_Path.cpp320 int invWidth = fLastX - fPrevX; in prepost() local
321 if (invWidth > 0) { in prepost()
322 fBlitter->blitH(fPrevX, y, invWidth); in prepost()
329 int invWidth = x - fPrevX; in blitH() local
330 if (invWidth > 0) { in blitH()
331 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
DSkGpuBlurUtils.cpp928 const float invWidth = 1.f / width; in CreateIntegralTable() local
930 float x = (i + 0.5f) * invWidth; in CreateIntegralTable()
/external/aac/libSBRdec/src/
Denv_calc.cpp1995 FIXP_SGL invWidth; in calcNrgPerSubband() local
2002 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband()
2090 *nrgEst++ = fMult(sum, invWidth); in calcNrgPerSubband()
2123 FIXP_SGL invWidth; in calcNrgPerSfb() local
2134 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSfb()
2203 sum = fMult(sum, invWidth); in calcNrgPerSfb()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp3734 const float invWidth = 1.0f / width; in onRegenerateMipMapLevels() local
3737 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()