Home
last modified time | relevance | path

Searched defs:textureCoords (Results 1 – 6 of 6) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DPolygonRegion.java24 final float[] textureCoords; // texture coordinates in atlas coordinates field in PolygonRegion
38 float[] textureCoords = this.textureCoords = new float[vertices.length]; in PolygonRegion() local
DPolygonSprite.java335 float[] textureCoords = region.textureCoords; in setRegion() local
DPolygonSpriteBatch.java230 final float[] textureCoords = region.textureCoords; in draw() local
269 final float[] textureCoords = region.textureCoords; in draw() local
314 final float[] textureCoords = region.textureCoords; in draw() local
/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInBatch.cpp77 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
96 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
115 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
134 uint16_t* textureCoords = reinterpret_cast<uint16_t*>(vertex + texCoordOffset); in regen_vertices() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DPolygonRegionTest.java116 float[] textureCoords = region.getTextureCoords(); in draw() local
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp483 SkPoint* textureCoords = (SkPoint*)(offset + sizeof(SkPoint) + sizeof(GrColor)); in writePathVertices() local