HomeSort by relevance Sort by last modified time
    Searched refs:mesh (Results 1 - 6 of 6) sorted by null

  /external/skia/src/utils/
SkNinePatch.cpp 77 struct Mesh {
114 Mesh mesh; local
180 mesh.fVerts = verts;
181 mesh.fTexs = texs;
182 mesh.fColors = NULL;
183 mesh.fIndices = NULL;
187 mesh.fIndices = g3x3Indices;
191 mesh.fIndices = indices;
223 mesh.fVerts, mesh.fTexs, mesh.fColors, NULL
    [all...]
  /frameworks/base/libs/rs/
rs.spec 468 param RsSimpleMesh mesh
473 param RsSimpleMesh mesh
478 param RsSimpleMesh mesh
rsScriptC_Lib.cpp 98 static float* SC_loadSimpleMeshVerticesF(RsSimpleMesh mesh, uint32_t idx)
100 SimpleMesh *tm = static_cast<SimpleMesh *>(mesh);
105 static void SC_updateSimpleMesh(RsSimpleMesh mesh)
108 SimpleMesh *sm = static_cast<SimpleMesh *>(mesh);
    [all...]
  /external/skia/tests/
BlitRowTest.cpp 160 struct Mesh {
164 Mesh(const SkBitmap& bm, SkPaint* paint) {
212 // cons up a mesh to draw the bitmap with
213 Mesh mesh(srcBM, &paint);
242 mesh.draw(&canvas1, &paint);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 1497 Vector<GRADIENT_RECT, 10> mesh; local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 993 SkMeshIndices mesh; local
    [all...]

Completed in 310 milliseconds