Searched refs:uvs (Results 1 – 7 of 7) 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/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/ |
D | ObjLoader.java | 82 final FloatArray uvs = new FloatArray(200); field in ObjLoader 138 uvs.add(Float.parseFloat(tokens[1])); in loadModelData() 139 uvs.add((flipV ? 1 - Float.parseFloat(tokens[2]) : Float.parseFloat(tokens[2]))); in loadModelData() 153 faces.add(getIndex(parts[1], uvs.size)); in loadModelData() 158 if (parts.length > 1 && parts[1].length() > 0) faces.add(getIndex(parts[1], uvs.size)); in loadModelData() 162 if (parts.length > 1 && parts[1].length() > 0) faces.add(getIndex(parts[1], uvs.size)); in loadModelData() 227 finalVerts[vi++] = uvs.get(uvIndex++); in loadModelData() 228 finalVerts[vi++] = uvs.get(uvIndex); in loadModelData() 284 if (uvs.size > 0) uvs.clear(); in loadModelData()
|
/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 | 197 SkPoint uvs[4] = { in onDraw() local 204 4, verts, uvs, nullptr, nullptr, in onDraw()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 2454 const Vec4 uvs = computeUvs(posAI, posBI, IVec2(x, y)); in renderReferenceImages() local 2455 const Vec4 color = valueMax * uvs + valueMin * (Vec4(1.0f) - uvs); in renderReferenceImages() 2475 const Vec4 uvs = computeUvs(posAI, posBI, IVec2(x, y)); in renderReferenceImages() local 2478 reference.setPixDepth(uvs.x(), x, y); in renderReferenceImages()
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_mat.miff | 48 …``]^`^_^^_Z\[^]]^^\]aZZXWTXUUSKINTYains{����������������������������}}||}uvs��������ȤdFGLSSTX[\…
|