D | rs_sample.c | 319 int lx, int ly, int nx, int ny, in getBilinearSample2D() argument 327 return getSample_RGBA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 329 return getSample_A(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 331 return getSample_LA(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 334 return getSample_565(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 336 return getSample_RGB(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 338 return getSample_L(p, stride, lx, ly, nx, ny, w0, w1, w2, w3); in getBilinearSample2D() 503 int ly = wrapI(wrapT, iPixelV, sourceH); in sample_LOD_LinearPixel() local 505 return getBilinearSample2D(alloc, w0, w1, w2, w3, lx, ly, nx, ny, dk, dt, lod); in sample_LOD_LinearPixel()
|