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

  /frameworks/base/libs/hwui/font/
Font.h 100 typedef void (Font::*RenderGlyph)(CachedGlyphInfo*, int, int, uint8_t*,
Font.cpp 380 static RenderGlyph gRenderGlyph[] = {
388 RenderGlyph render = gRenderGlyph[(mode << 1) + !mIdentityTransform];

Completed in 28 milliseconds