Searched defs:createMesh (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.cpp50 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight, function in class:android::uirenderer::Patch
53 return createMesh(bitmapWidth, bitmapHeight, width, height, mapper, patch);
56 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight, function in class:android::uirenderer::Patch
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java494 final FloatBuffer triangleVertices = createMesh(left, top, right, bottom);
541 private FloatBuffer createMesh(int left, int top, float right, float bottom) { method in class:ImageWallpaper.DrawableEngine

Completed in 69 milliseconds