Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ stride
Method
stride
dep/agg/include/agg_rendering_buffer.h:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
return m_height;
86
}
87
AGG_INLINE int stride() const
88
{
89
return m_stride;
90
}
91
AGG_INLINE unsigned stride_abs() const
92
{
93
return (m_stride < 0) ? unsigned(-m_stride) : unsigned(m_stride);
Callers
8
attach
Method · 0.45
stack_blur_gray8
Function · 0.45
stack_blur_rgb24
Function · 0.45
stack_blur_rgba32
Function · 0.45
fill_vspan
Method · 0.45
combine_vspan
Method · 0.45
fill_vspan
Method · 0.45
combine_vspan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected