Home
last modified time | relevance | path

Searched refs:RenderGlyph (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.h104 typedef void (Font::*RenderGlyph)(CachedGlyphInfo*, int, int, uint8_t*, typedef
DFont.cpp384 static RenderGlyph gRenderGlyph[] = { in render()
392 RenderGlyph render = gRenderGlyph[(mode << 1) + !mIdentityTransform]; in render()