Searched refs:uvs (Results 1 – 5 of 5) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | Grid.java | 150 public void set(int quadX, int quadY, float[][] positions, float[][] uvs) { in set() argument 160 if (uvs.length < 4) { in set() 167 setVertex(i, j, positions[0][0], positions[0][1], positions[0][2], uvs[0][0], uvs[0][1]); in set() 168 … setVertex(i + 1, j, positions[1][0], positions[1][1], positions[1][2], uvs[1][0], uvs[1][1]); in set() 169 … setVertex(i, j + 1, positions[2][0], positions[2][1], positions[2][2], uvs[2][0], uvs[2][1]); in set() 170 … setVertex(i + 1, j + 1, positions[3][0], positions[3][1], positions[3][2], uvs[3][0], uvs[3][1]); in set()
|
D | TiledVertexGrid.java | 120 final float[][] uvs = { uv0, uv1, uv2, uv3 }; in generateGrid() local 122 grid.set(tileX, tileY, positions, uvs); in generateGrid()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 1078 uvs, defOVSOffset, nonDefUVSOffset = struct.unpack(">3sLL", data[recOffset:recOffset +11]) 1080 varUVS = cvtToUVS(uvs) 1127 for uvs in uvsList: 1128 uvList = uvsDict[uvs] 1134 writer.simpletag("map", [ ("uvs",hex(uvs)), ("uv",hex(uv)), ("name", gname)] ) 1156 uvs = safeEval(attrs["uvs"]) 1162 uvsDict[uvs].append( [uv, gname]) 1164 uvsDict[uvs] = [ [uv, gname] ] 1177 for uvs in uvsList: 1178 entryList = uvsDict[uvs] [all …]
|
/external/skia/bench/ |
D | GameBench.cpp | 198 SkPoint uvs[4] = { in onDraw() local 205 4, verts, uvs, nullptr, 6, indices), in onDraw()
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_mat.miff | 48 …``]^`^_^^_Z\[^]]^^\]aZZXWTXUUSKINTYains{����������������������������}}||}uvs��������ȤdFGLSSTX[\…
|