HomeSort by relevance Sort by last modified time
    Searched defs:setCubicBoundary (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/utils/
BoundaryPatch.java 71 public void setCubicBoundary(float[] pts, int offset, int rows, int cols) {
132 * setCubicBoundary() and setTexture() must be called before drawing.
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 144 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
249 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
286 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
  /packages/apps/Browser/src/com/android/browser/
MeshTracker.java 43 mPatch.setCubicBoundary(mCubics, 0, mRows, mCols);

Completed in 1087 milliseconds