Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ getScanLine
Method
getScanLine
crengine/src/xutils.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
unsigned * MyXImage::getScanLine( int y )
65
{
66
assert ( y>=0 && y<_img->height );
67
return ((unsigned*)_img->data)+_img->width*y;
68
}
69
70
void MyXImage::fill( unsigned pixel )
71
{
Callers
1
DrawBuf2Drawable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected