Searched defs:composite (Results 1 – 2 of 2) sorted by relevance
467 Result Paint::composite(std::unique_ptr<Paint> target, CompositeMethod method) noexcept in composite() function in Paint480 CompositeMethod Paint::composite(const Paint** target) const noexcept in composite() function in Paint
142 bool composite(Paint* source, Paint* target, CompositeMethod method) in composite() function