Searched refs:mesh (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/utils/
H A DSkNinePatch.cpp114 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
[all...]
/external/skia/tests/
H A DBlitRowTest.cpp212 // 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/
H A DGraphicsContextWince.cpp1497 Vector<GRADIENT_RECT, 10> mesh; local
1498 mesh.resize(numRects);
1515 mesh[i - 1].UpperLeft = iTv - 1;
1516 mesh[i - 1].LowerRight = iTv;
1531 GradientFill(dc, tv.data(), tv.size(), mesh.data(), mesh.size(), vertical ? GRADIENT_FILL_RECT_V : GRADIENT_FILL_RECT_H);

Completed in 69 milliseconds