Searched refs:generateQuad (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPatch.h67 void generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2,
H A DPatch.cpp196 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
207 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
211 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, function in class:android::uirenderer::Patch

Completed in 3016 milliseconds