openMSX
|
This is the complete list of members for openmsx::RawFrame, including all inherited members.
FIELD_EVEN enum value | openmsx::FrameSource | |
FIELD_NONINTERLACED enum value | openmsx::FrameSource | |
FIELD_ODD enum value | openmsx::FrameSource | |
FieldType enum name | openmsx::FrameSource | |
FrameSource(const PixelFormat &format) | openmsx::FrameSource | explicitprotected |
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 |
getLineInfo(unsigned line, unsigned &width, void *buf, unsigned bufWidth) const override | openmsx::RawFrame | protectedvirtual |
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 | |
getLineWidth(unsigned line) const override | openmsx::RawFrame | protectedvirtual |
getLineWidthDirect(unsigned y) const | openmsx::RawFrame | inline |
getPixelFormat() const | openmsx::FrameSource | inline |
getWidth() const | openmsx::FrameSource | inline |
hasContiguousStorage() const override | openmsx::RawFrame | protectedvirtual |
init(FieldType fieldType_) | openmsx::FrameSource | inline |
RawFrame(const PixelFormat &format, 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 |