Searched refs:LayoutContext (Results 1 – 2 of 2) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | Layout.h | 43 struct LayoutContext; 109 int findFace(const FakedFont& face, LayoutContext* ctx); 118 size_t bufSize, bool isRtl, LayoutContext* ctx, size_t dstStart, 123 bool isRtl, LayoutContext* ctx, size_t bufStart, 128 bool isRtl, LayoutContext* ctx, const std::shared_ptr<FontCollection>& collection);
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 52 struct LayoutContext { struct 96 void doLayout(Layout* layout, LayoutContext* ctx, in doLayout() 134 Layout* get(LayoutCacheKey& key, LayoutContext* ctx, in get() 302 int Layout::findFace(const FakedFont& face, LayoutContext* ctx) { in findFace() 552 LayoutContext ctx; in doLayout() 571 LayoutContext ctx; in measureText() 587 bool isRtl, LayoutContext* ctx, size_t dstStart, in doLayoutRunCached() 640 bool isRtl, LayoutContext* ctx, size_t bufStart, in doLayoutWord() 838 bool isRtl, LayoutContext* ctx, const std::shared_ptr<FontCollection>& collection) { in doLayoutRun()
|