MCPcopy 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
64unsigned * MyXImage::getScanLine( int y )
65{
66 assert ( y>=0 && y<_img->height );
67 return ((unsigned*)_img->data)+_img->width*y;
68}
69
70void MyXImage::fill( unsigned pixel )
71{

Callers 1

DrawBuf2DrawableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected