OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendMeshQuad
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/rs/
rsFont.h
244
void
appendMeshQuad
(float x1, float y1, float z1,
rsFont.cpp
104
state->
appendMeshQuad
(nPenX, nPenY, 0, u1, v2,
645
void FontState::
appendMeshQuad
(float x1, float y1, float z1,
/frameworks/base/libs/hwui/
FontRenderer.h
282
void
appendMeshQuad
(float x1, float y1, float z1, float u1, float v1, float x2, float y2,
FontRenderer.cpp
107
mState->
appendMeshQuad
(nPenX, nPenY, 0, u1, v2,
615
void FontRenderer::
appendMeshQuad
(float x1, float y1, float z1, float u1, float v1, float x2,
Completed in 383 milliseconds