openMSX
|
This is the complete list of members for openmsx::RawFrame, including all inherited members.
FieldType enum name | openmsx::FrameSource | |
FrameSource()=default | openmsx::FrameSource | protected |
getField() const | openmsx::FrameSource | inline |
getHeight() const | openmsx::FrameSource | inline |
getLine(int line, std::span< Pixel > buf) const | openmsx::FrameSource | inline |
getLineColor(unsigned line) const | openmsx::FrameSource | inline |
getLineDirect(unsigned y) | openmsx::RawFrame | inline |
getLineDirect(unsigned y) const | openmsx::RawFrame | inline |
getLinePtr320_240(unsigned line, std::span< Pixel, 320 > buf) const | openmsx::FrameSource | |
getLinePtr640_480(unsigned line, std::span< Pixel, 640 > buf) const | openmsx::FrameSource | |
getLinePtr960_720(unsigned line, std::span< Pixel, 960 > buf) const | openmsx::FrameSource | |
getLineWidthDirect(unsigned y) const | openmsx::RawFrame | inline |
getWidth() const | openmsx::FrameSource | inline |
init(FieldType fieldType_) | openmsx::FrameSource | inline |
Pixel typedef | openmsx::FrameSource | |
RawFrame(unsigned maxWidth, unsigned height) | openmsx::RawFrame | |
scaleLine(std::span< const Pixel > in, std::span< Pixel > out) const | openmsx::FrameSource | protected |
setBlank(unsigned line, Pixel color) | openmsx::RawFrame | inline |
setHeight(unsigned height_) | openmsx::FrameSource | inlineprotected |
setLineWidth(unsigned line, unsigned width) | openmsx::RawFrame | inline |
~FrameSource()=default | openmsx::FrameSource | protected |