Searched defs:MinikinPaint (Results 1 – 6 of 6) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | MinikinPaint.h | 49 struct MinikinPaint { struct 50 MinikinPaint(const std::shared_ptr<FontCollection>& font) in MinikinPaint() function 76 void copyFrom(const MinikinPaint& paint) { *this = paint; } in copyFrom() argument 79 MinikinPaint& operator=(const MinikinPaint&) = default; argument 82 MinikinPaint& operator=(MinikinPaint&&) = default; argument 92 uint32_t hash() const { in hash()
|
D | MeasuredText.h | 147 const MinikinPaint& /* paint */, uint32_t /* outOrigin */, in appendLayout()
|
/frameworks/minikin/libs/minikin/ |
D | MeasuredText.cpp | 166 void operator()(const LayoutPiece& layoutPiece, const MinikinPaint& /* paint */) { in operator ()() 213 void operator()(const LayoutPiece& layoutPiece, const MinikinPaint& /* paint */) { in operator ()() 248 void operator()(const LayoutPiece& layoutPiece, const MinikinPaint& /* paint */) { in operator ()()
|
D | Layout.cpp | 107 void operator()(const LayoutPiece& layoutPiece, const MinikinPaint& /* paint */) { in operator ()()
|
/frameworks/minikin/tests/unittest/ |
D | LayoutCacheTest.cpp | 39 void operator()(const LayoutPiece& layout, const MinikinPaint& /* dir */) { mLayout = &layout; } in operator ()()
|
D | LineBreakerTestHelper.h | 91 const LayoutPieces&, const MinikinPaint&, uint32_t, StartHyphenEdit, in appendLayout()
|