Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DLayoutPieces.h64 struct PaintHasher { struct
65 std::size_t operator()(const MinikinPaint& paint) const { return paint.hash(); } in operator()