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

  /frameworks/base/libs/hwui/
Patch.cpp 50 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
53 return createMesh(bitmapWidth, bitmapHeight, width, height, mapper, patch);
56 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 494 final FloatBuffer triangleVertices = createMesh(left, top, right, bottom);
541 private FloatBuffer createMesh(int left, int top, float right, float bottom) {

Completed in 58 milliseconds