Searched defs:ExposureWrapper (Results 1 – 1 of 1) sorted by relevance
25 struct ExposureWrapper { struct26 WeakPtr<NG::FrameNode> node;27 RefPtr<ExposureProcessor> processor;29 ExposureWrapper(const WeakPtr<NG::FrameNode>& node, RefPtr<ExposureProcessor>&& processor) in ExposureWrapper() function