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