| 40 | |
| 41 | |
| 42 | void RenderLayer::ApplyToFlowGraphCallback(void* ctxt, BNFlowGraph* graph) |
| 43 | { |
| 44 | RenderLayer* layer = (RenderLayer*)ctxt; |
| 45 | layer->ApplyToFlowGraph(new CoreFlowGraph(BNNewFlowGraphReference(graph))); |
| 46 | } |
| 47 | |
| 48 | |
| 49 | void RenderLayer::ApplyToLinearViewObjectCallback( |
nothing calls this directly
no test coverage detected