Home
last modified time | relevance | path

Searched refs:PrintFrame (Results 1 – 17 of 17) sorted by relevance

/dports/devel/indi/indi-1.9.1/drivers/focuser/
H A Dactivefocuser_utils.h61 static void PrintFrame(const unsigned char *buffer);
H A Dactivefocuser_utils.cpp54 void ActiveFocuserUtils::Parser::PrintFrame(const unsigned char *buffer) { in PrintFrame() function in ActiveFocuserUtils::Parser
/dports/devel/gdcm/gdcm-3.0.10/Utilities/pvrg/
H A Dprototypes.h34 extern void PrintFrame();
H A Dmarker.c395 PrintFrame();
426 PrintFrame(); in ReadDqt()
483 PrintFrame(); in ReadDqt()
H A Djpeg.c53 extern void PrintFrame();
386 PrintFrame(); in JpegEncodeFrame()
1774 void PrintFrame() in PrintFrame() function
H A Dlexer.l655 PrintFrame();
H A Dlexer.c2499 PrintFrame(); in parser()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp498 …m_page->sendSync(Messages::WebPageProxy::PrintFrame(webFrame->frameID()), Messages::WebPageProxy:: in print()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc41 int PrintFrame(const I420VideoFrame* frame, const char* str) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dglobal.hxx239 PrintFrame = 4, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dglobal.hxx240 PrintFrame = 4, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.messages.in58 PrintFrame(uint64_t frameID) -> ()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx7981 if (!(nFlags & ScScenarioFlags::PrintFrame)) in SetOnePropertyValue()
7983 nFlags |= ScScenarioFlags::PrintFrame; in SetOnePropertyValue()
7989 if (nFlags & ScScenarioFlags::PrintFrame) in SetOnePropertyValue()
7991 nFlags &= ~ScScenarioFlags::PrintFrame; in SetOnePropertyValue()
8230 rAny <<= ((nFlags & ScScenarioFlags::PrintFrame) != ScScenarioFlags::NONE); in GetOnePropertyValue()
H A Ddocuno.cxx4698 ScScenarioFlags const nFlags = ScScenarioFlags::ShowFrame | ScScenarioFlags::PrintFrame in addNewByName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx7976 if (!(nFlags & ScScenarioFlags::PrintFrame)) in SetOnePropertyValue()
7978 nFlags |= ScScenarioFlags::PrintFrame; in SetOnePropertyValue()
7984 if (nFlags & ScScenarioFlags::PrintFrame) in SetOnePropertyValue()
7986 nFlags &= ~ScScenarioFlags::PrintFrame; in SetOnePropertyValue()
8225 rAny <<= ((nFlags & ScScenarioFlags::PrintFrame) != ScScenarioFlags::NONE); in GetOnePropertyValue()
H A Ddocuno.cxx4581 ScScenarioFlags const nFlags = ScScenarioFlags::ShowFrame | ScScenarioFlags::PrintFrame in addNewByName()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqpanel.c4066 static void PrintFrame (CharPtr file_line, Int4 frame, Int4 seq_pos, Int4 seq_end, Int4 CharsAtLine) in PrintFrame() function
4320PrintFrame ((CharPtr)file_line, bvp->frame_for_codon_draw, (c_n * SEQ_PAN_CHAPTER_SIZE + p_n) * bv… in ExportSequenceText()