Searched defs:LayoutContext (Results 1 – 1 of 1) sorted by relevance
52 struct LayoutContext { struct53 MinikinPaint paint;54 FontStyle style;55 std::vector<hb_font_t*> hbFonts; // parallel to mFaces57 void clearHbFonts() { in clearHbFonts()