Home | History | Annotate | Download | only in wince

Lines Matching refs:mesh

1497     Vector<GRADIENT_RECT, 10> mesh;
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);