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

  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 61 private BoundaryPatch mPatch;
77 mPatch = new BoundaryPatch();
78 mPatch.setTexture(bm);
140 mPatch.draw(canvas);
144 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
200 private BoundaryPatch mPatch;
216 mPatch = new BoundaryPatch();
217 mPatch.setTexture(bm);
243 mPatch.draw(canvas);
249 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 31 private BoundaryPatch mPatch = new BoundaryPatch();
43 mPatch.setCubicBoundary(mCubics, 0, mRows, mCols);
75 mPatch.setTexture(bm);
152 mPatch.draw(canvas);

Completed in 545 milliseconds