OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendMeshQuadNoClip
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.h
164
void
appendMeshQuadNoClip
(float x1, float y1, float u1, float v1,
FontRenderer.cpp
536
void FontRenderer::
appendMeshQuadNoClip
(float x1, float y1, float u1, float v1,
557
appendMeshQuadNoClip
(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
575
appendMeshQuadNoClip
(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
Completed in 43 milliseconds