Searched defs:invWidth (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkScan_Path.cpp320 int invWidth = fLastX - fPrevX; local
321 if (invWidth > 0) {
322 fBlitter->blitH(fPrevX, y, invWidth);
329 int invWidth = x - fPrevX; variable
330 if (invWidth > 0) {
331 fBlitter->blitH(fPrevX, y, invWidth);
/external/skqp/src/core/
H A DSkScan_Path.cpp315 int invWidth = fLastX - fPrevX; local
316 if (invWidth > 0) {
317 fBlitter->blitH(fPrevX, y, invWidth);
324 int invWidth = x - fPrevX; variable
325 if (invWidth > 0) {
326 fBlitter->blitH(fPrevX, y, invWidth);
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1995 FIXP_SGL invWidth; local
2002 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos));
2090 *nrgEst++ = fMult(sum, invWidth);
2123 FIXP_SGL invWidth; local
2134 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos));
2203 sum = fMult(sum, invWidth);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp4300 const float invWidth = 1.0f / width; local
4303 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight));
/external/skqp/src/gpu/gl/
H A DGrGLGpu.cpp4322 const float invWidth = 1.0f / width; local
4325 invWidth, (width - 1) * invWidth, invHeight, (height - 1) * invHeight));

Completed in 898 milliseconds