Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp48 struct LayoutContext { struct
49 MinikinPaint paint;
50 FontStyle style;
51 std::vector<hb_font_t*> hbFonts; // parallel to mFaces
53 void clearHbFonts() { in clearHbFonts()