Home
last modified time | relevance | path

Searched defs:noOfBytesPerLine (Results 1 – 16 of 16) sorted by relevance

/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/viewtext/
H A Dvaluebytearraycolumntextrenderer.cpp22 int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, in ValueByteArrayColumnTextRenderer()
H A Dabstractbytearraycolumntextrenderer.cpp17 int noOfBytesPerLine) in AbstractByteArrayColumnTextRenderer()
H A Dcharbytearraycolumntextrenderer.cpp23 int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, in CharByteArrayColumnTextRenderer()
H A Dbytearrayviewtextstreamencoder.cpp75 const int noOfBytesPerLine = byteArrayView->noOfBytesPerLine(); in encodeDataToStream() local
H A Dbytearrayrowscolumntextrenderer.cpp24int noOfBytesPerLine, int byteSpacingWidth, int noOfGroupedBytes, in ByteArrayRowsColumnTextRenderer()
/dports/devel/okteta/okteta-0.26.6/gui/
H A Dbytearraytablelayout.cpp15 ByteArrayTableLayout::ByteArrayTableLayout(Size noOfBytesPerLine, Address firstLineOffset, Address … in ByteArrayTableLayout()
69 bool ByteArrayTableLayout::setNoOfBytesPerLine(LineSize noOfBytesPerLine) in setNoOfBytesPerLine()
H A Dbytearraytablelayout.hpp187 inline Size ByteArrayTableLayout::noOfBytesPerLine() const { return mNoOfBytesPerLine; } in noOfBytesPerLine() function in Okteta::ByteArrayTableLayout
H A Dabstractbytearrayview.cpp101 int AbstractByteArrayView::noOfBytesPerLine() const in noOfBytesPerLine() function in Okteta::AbstractByteArrayView
245 void AbstractByteArrayView::setNoOfBytesPerLine(int noOfBytesPerLine) in setNoOfBytesPerLine()
H A Dabstractbytearrayview_p.hpp354 inline int AbstractByteArrayViewPrivate::noOfBytesPerLine() const { return mTableLayout->noOfBytesP… in noOfBytesPerLine() function in Okteta::AbstractByteArrayViewPrivate
H A Dabstractbytearrayview_p.cpp515 void AbstractByteArrayViewPrivate::setNoOfBytesPerLine(int noOfBytesPerLine) in setNoOfBytesPerLine()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/view/
H A Dbytearrayviewprofile.cpp87 int ByteArrayViewProfile::noOfBytesPerLine() const { return d->mNoOfBytesPerLine; } in noOfBytesPerLine() function in Kasten::ByteArrayViewProfile
105 void ByteArrayViewProfile::setNoOfBytesPerLine(int noOfBytesPerLine) { d->mNoOfBytesPerLine = noOfB… in setNoOfBytesPerLine()
H A Dbytearrayjanusview.cpp183 void ByteArrayJanusView::setNoOfBytesPerLine(int noOfBytesPerLine) in setNoOfBytesPerLine()
195 int ByteArrayJanusView::noOfBytesPerLine() const in noOfBytesPerLine() function in Okteta::ByteArrayJanusView
H A Dbytearrayview.cpp279 int ByteArrayView::noOfBytesPerLine() const in noOfBytesPerLine() function in Kasten::ByteArrayView
374 void ByteArrayView::setNoOfBytesPerLine(int noOfBytesPerLine) in setNoOfBytesPerLine()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/print/
H A Dprinttool.cpp124 const int noOfBytesPerLine = mByteArrayView->noOfBytesPerLine(); in triggerPrint() local
H A Dbytearrayframerenderer.cpp97 int ByteArrayFrameRenderer::noOfBytesPerLine() const { return mLayout->noOfBytesPerLi… in noOfBytesPerLine() function in ByteArrayFrameRenderer
205 void ByteArrayFrameRenderer::setNoOfBytesPerLine(int noOfBytesPerLine) in setNoOfBytesPerLine()
/dports/devel/okteta/okteta-0.26.6/parts/kpart/
H A Dbrowserextension.cpp106 int noOfBytesPerLine; in restoreState() local