Searched refs:invWidth (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Path.cpp | 321 int invWidth = fLastX - fPrevX; in prepost() local 322 if (invWidth > 0) { in prepost() 323 fBlitter->blitH(fPrevX, y, invWidth); in prepost() 330 int invWidth = x - fPrevX; in blitH() local 331 if (invWidth > 0) { in blitH() 332 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 321 int invWidth = fLastX - fPrevX; in prepost() local 322 if (invWidth > 0) { in prepost() 323 fBlitter->blitH(fPrevX, y, invWidth); in prepost() 330 int invWidth = x - fPrevX; in blitH() local 331 if (invWidth > 0) { in blitH() 332 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
|
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 1999 FIXP_SGL invWidth; in calcNrgPerSubband() local 2006 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband() 2094 *nrgEst++ = fMult(sum, invWidth); in calcNrgPerSubband() 2127 FIXP_SGL invWidth; in calcNrgPerSfb() local 2138 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSfb() 2207 sum = fMult(sum, invWidth); in calcNrgPerSfb()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3889 const float invWidth = 1.0f / width; in onRegenerateMipMapLevels() local 3892 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 3863 const float invWidth = 1.0f / width; in onRegenerateMipMapLevels() local 3866 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight)); in onRegenerateMipMapLevels()
|