Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ AARectEffect
Method
AARectEffect
src/gpu/processors/AARectEffect.h:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
DEFINE_PROCESSOR_CLASS_ID
34
35
explicit AARectEffect(const Rect& rect) : FragmentProcessor(ClassID()), rect(rect) {
36
}
37
38
Rect rect = {};
39
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected