Searched defs:CursorLayerProperties (Results 1 – 1 of 1) sorted by relevance
743 struct CursorLayerProperties : public BaseLayerProperties<CursorLayerProperties> { struct744 using Base = BaseLayerProperties<CursorLayerProperties>;746 static void setupLayerState(CompositionTest* test, frontend::RequestedLayerState& layer) { in setupLayerState()