Searched refs:uvs (Results 1 – 9 of 9) 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/Tests/fontBuilder/ |
D | fontBuilder_test.py | 256 uvs = [ 267 fb.setupCharacterMap(cmap, uvs) 279 uvs = [ 283 fb.setupCharacterMap(cmap, uvs)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 1106 uvs, defOVSOffset, nonDefUVSOffset = struct.unpack(">3sLL", data[recOffset:recOffset +11]) 1108 varUVS = cvtToUVS(uvs) 1152 for uvs in uvsList: 1153 uvList = uvsDict[uvs] 1156 attrs = [("uv", hex(uv)), ("uvs", hex(uvs))] 1183 uvs = safeEval(attrs["uvs"]) 1192 uvsDict[uvs].append((uv, gname)) 1194 uvsDict[uvs] = [(uv, gname)] 1206 for uvs in uvsList: 1207 entryList = uvsDict[uvs] [all …]
|
/external/skia/bench/ |
D | GameBench.cpp | 199 SkPoint uvs[4] = { in onDraw() local 206 4, verts, uvs, nullptr, 6, indices), in onDraw()
|
/external/skqp/bench/ |
D | GameBench.cpp | 199 SkPoint uvs[4] = { in onDraw() local 206 4, verts, uvs, nullptr, 6, indices), in onDraw()
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 367 def setupCharacterMap(self, cmapping, uvs=None, allowFallback=False): argument 402 if uvs is not None: 404 for unicodeValue, variationSelector, glyphName in uvs:
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_mat.miff | 48 …``]^`^_^^_Z\[^]]^^\]aZZXWTXUUSKINTYains{����������������������������}}||}uvs��������ȤdFGLSSTX[\…
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 1305 video/vnd.dece.sd uvs uvvs
|