Searched refs:GetTileCoords (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | shader_program.cpp | 45 static void GetTileCoords(const float* b, float x, float y, float* xt, float* yt) { in GetTileCoords() function 525 GetTileCoords(source_coords_, x, y, &s[0], &s[1]); in DrawTiled() 526 GetTileCoords(source_coords_, x + xs, y, &s[2], &s[3]); in DrawTiled() 527 GetTileCoords(source_coords_, x, y + ys, &s[4], &s[5]); in DrawTiled() 528 GetTileCoords(source_coords_, x + xs, y + ys, &s[6], &s[7]); in DrawTiled() 531 GetTileCoords(target_coords_, x, y, &t[0], &t[1]); in DrawTiled() 532 GetTileCoords(target_coords_, x + xs, y, &t[2], &t[3]); in DrawTiled() 533 GetTileCoords(target_coords_, x, y + ys, &t[4], &t[5]); in DrawTiled() 534 GetTileCoords(target_coords_, x + xs, y + ys, &t[6], &t[7]); in DrawTiled()
|