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

  /frameworks/base/libs/hwui/
FontRenderer.h 60 Data(GLenum glyphFormat) : glyphFormat(glyphFormat) {
63 GLenum glyphFormat;
FontRenderer.cpp 52 GLenum glyphFormat = typedData ? typedData->glyphFormat : GL_ALPHA;
57 renderer->setupDrawWithTexture(glyphFormat == GL_ALPHA);
58 switch (glyphFormat) {
70 ALOGD("TextSetupFunctor: called with unknown glyph format %x", glyphFormat);

Completed in 105 milliseconds