Searched defs:LayoutContext (Results 1 – 1 of 1) sorted by relevance
48 struct LayoutContext { struct49 MinikinPaint paint;50 FontStyle style;51 std::vector<hb_font_t*> hbFonts; // parallel to mFaces53 void clearHbFonts() { in clearHbFonts()