Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Path.cpp327 int invWidth = fLastX - fPrevX; in prepost() local
328 if (invWidth > 0) { in prepost()
329 fBlitter->blitH(fPrevX, y, invWidth); in prepost()
336 int invWidth = x - fPrevX; in blitH() local
337 if (invWidth > 0) { in blitH()
338 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
DSkBitmapFilter.h26 fLookupMultiplier = this->invWidth() * (SKBITMAP_FILTER_TABLE_SIZE-1); in SkBitmapFilter()
48 float invWidth() const { return fInvWidth; } in invWidth() function
/external/chromium_org/third_party/skia/src/core/
DSkScan_Path.cpp327 int invWidth = fLastX - fPrevX; in prepost() local
328 if (invWidth > 0) { in prepost()
329 fBlitter->blitH(fPrevX, y, invWidth); in prepost()
336 int invWidth = x - fPrevX; in blitH() local
337 if (invWidth > 0) { in blitH()
338 fBlitter->blitH(fPrevX, y, invWidth); in blitH()
DSkBitmapFilter.h26 fLookupMultiplier = this->invWidth() * (SKBITMAP_FILTER_TABLE_SIZE-1); in SkBitmapFilter()
48 float invWidth() const { return fInvWidth; } in invWidth() function
/external/aac/libSBRdec/src/
Denv_calc.cpp1344 FIXP_SGL invWidth; in calcNrgPerSubband() local
1351 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSubband()
1432 *nrgEst++ = fMult(sum, invWidth); in calcNrgPerSubband()
1465 FIXP_SGL invWidth; in calcNrgPerSfb() local
1476 invWidth = FX_DBL2FX_SGL(GetInvInt(next_pos - start_pos)); in calcNrgPerSfb()
1553 sum = fMult(sum,invWidth); in calcNrgPerSfb()