Home
last modified time | relevance | path

Searched defs:LayoutContext (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DLayout.cpp52 struct LayoutContext { struct
53 MinikinPaint paint;
54 FontStyle style;
55 std::vector<hb_font_t*> hbFonts; // parallel to mFaces
57 void clearHbFonts() { in clearHbFonts()