Home
last modified time | relevance | path

Searched refs:myFormat (Results 1 – 25 of 78) sorted by relevance

1234

/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dcolour.c125 myFormat.depth = 16; in SetVisualAndCmap()
152 myFormat.redMax = vis->red_mask >> myFormat.redShift; in SetVisualAndCmap()
153 myFormat.greenMax = vis->green_mask >> myFormat.greenShift; in SetVisualAndCmap()
154 myFormat.blueMax = vis->blue_mask >> myFormat.blueShift; in SetVisualAndCmap()
167 myFormat.depth = 8; in SetVisualAndCmap()
170 myFormat.redMax = 7; in SetVisualAndCmap()
236 myFormat.redMax = myFormat.greenMax = myFormat.blueMax = 0; in GetPseudoColorVisualAndCmap()
237 myFormat.redShift = myFormat.greenShift = myFormat.blueShift = 0; in GetPseudoColorVisualAndCmap()
295 myFormat.redMax = vis->red_mask >> myFormat.redShift; in GetTrueColorVisualAndCmap()
296 myFormat.greenMax = vis->green_mask >> myFormat.greenShift; in GetTrueColorVisualAndCmap()
[all …]
H A Dtight.c50 (((CARD##bpp)(r) & myFormat.redMax) << myFormat.redShift | \
51 ((CARD##bpp)(g) & myFormat.greenMax) << myFormat.greenShift | \
52 ((CARD##bpp)(b) & myFormat.blueMax) << myFormat.blueShift)
60 << myFormat.blueShift)
117 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in HandleTightBPP()
118 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in HandleTightBPP()
324 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in InitFilterCopyBPP()
325 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in InitFilterCopyBPP()
433 max[0] = myFormat.redMax; in FilterGradientBPP()
485 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in InitFilterPaletteBPP()
[all …]
H A Dcursor.c32 ((((CARD##bpp)(r) & 0xFF) * myFormat.redMax + 127) / 255 \
33 << myFormat.redShift | \
34 (((CARD##bpp)(g) & 0xFF) * myFormat.greenMax + 127) / 255 \
35 << myFormat.greenShift | \
36 (((CARD##bpp)(b) & 0xFF) * myFormat.blueMax + 127) / 255 \
37 << myFormat.blueShift)
189 bytesPerPixel = myFormat.bitsPerPixel / 8; in HandleCursorShape()
666 bytesPerPixel = myFormat.bitsPerPixel / 8; in SoftCursorDraw()
790 bytesPerPixel = myFormat.bitsPerPixel / 8; in SoftCursorDraw()
/dports/net/tightvnc/vnc_unixsrc/vncviewer/
H A Dcolour.c109 myFormat.redMax = vis->red_mask >> myFormat.redShift; in SetVisualAndCmap()
110 myFormat.greenMax = vis->green_mask >> myFormat.greenShift; in SetVisualAndCmap()
111 myFormat.blueMax = vis->blue_mask >> myFormat.blueShift; in SetVisualAndCmap()
122 myFormat.depth = 8; in SetVisualAndCmap()
125 myFormat.redMax = 7; in SetVisualAndCmap()
127 myFormat.blueMax = 3; in SetVisualAndCmap()
172 myFormat.redMax = myFormat.greenMax = myFormat.blueMax = 0; in GetPseudoColorVisualAndCmap()
173 myFormat.redShift = myFormat.greenShift = myFormat.blueShift = 0; in GetPseudoColorVisualAndCmap()
231 myFormat.redMax = vis->red_mask >> myFormat.redShift; in GetTrueColorVisualAndCmap()
232 myFormat.greenMax = vis->green_mask >> myFormat.greenShift; in GetTrueColorVisualAndCmap()
[all …]
H A Dtight.c50 (((CARD##bpp)(r) & myFormat.redMax) << myFormat.redShift | \
51 ((CARD##bpp)(g) & myFormat.greenMax) << myFormat.greenShift | \
52 ((CARD##bpp)(b) & myFormat.blueMax) << myFormat.blueShift)
60 << myFormat.blueShift)
117 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in HandleTightBPP()
118 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in HandleTightBPP()
317 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in InitFilterCopyBPP()
318 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in InitFilterCopyBPP()
426 max[0] = myFormat.redMax; in FilterGradientBPP()
478 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in InitFilterPaletteBPP()
[all …]
H A Dcursor.c32 ((((CARD##bpp)(r) & 0xFF) * myFormat.redMax + 127) / 255 \
33 << myFormat.redShift | \
34 (((CARD##bpp)(g) & 0xFF) * myFormat.greenMax + 127) / 255 \
35 << myFormat.greenShift | \
36 (((CARD##bpp)(b) & 0xFF) * myFormat.blueMax + 127) / 255 \
37 << myFormat.blueShift)
179 bytesPerPixel = myFormat.bitsPerPixel / 8; in HandleCursorShape()
475 bytesPerPixel = myFormat.bitsPerPixel / 8; in SoftCursorDraw()
/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/turbovnc/
H A Dtight.c52 (((CARD##bpp)(r) & myFormat.redMax) << myFormat.redShift | \
53 ((CARD##bpp)(g) & myFormat.greenMax) << myFormat.greenShift | \
54 ((CARD##bpp)(b) & myFormat.blueMax) << myFormat.blueShift)
62 << myFormat.blueShift)
126 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in HandleTightBPP()
127 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in HandleTightBPP()
307 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in InitFilterCopyBPP()
308 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in InitFilterCopyBPP()
495 if (myFormat.depth == 24 && myFormat.redMax == 0xFF && in InitFilterPaletteBPP()
496 myFormat.greenMax == 0xFF && myFormat.blueMax == 0xFF) { in InitFilterPaletteBPP()
[all …]
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/txt/
H A DTxtBookReader.cpp25 … &format, const std::string &encoding) : TxtReader(encoding), BookReader(model), myFormat(format) { in TxtBookReader()
46 …mySpaceCounter += myFormat.ignoredIndent() + 1; // TODO: implement single option in PlainTextFormat in characterDataHandler()
54 if ((myFormat.breakType() & PlainTextFormat::BREAK_PARAGRAPH_AT_LINE_WITH_INDENT) && in characterDataHandler()
55 myNewLine && (mySpaceCounter > myFormat.ignoredIndent())) { in characterDataHandler()
77 (myFormat.breakType() & PlainTextFormat::BREAK_PARAGRAPH_AT_NEW_LINE) || in newLineHandler()
78 …((myFormat.breakType() & PlainTextFormat::BREAK_PARAGRAPH_AT_EMPTY_LINE) && (myLineFeedCounter > 0… in newLineHandler()
80 if (myFormat.createContentsTable()) { in newLineHandler()
84 if (!myInsideContentsParagraph && (myLineFeedCounter == myFormat.emptyLinesBeforeNewSection())) { in newLineHandler()
H A DPlainTextFormat.cpp46 …g &dialog, const ZLFile &file, const ZLResourceKey &key, bool showContentsEntry) : myFormat(file) { in PlainTextInfoPage()
47 if (!myFormat.initialized()) { in PlainTextInfoPage()
51 detector.detect(*stream, myFormat); in PlainTextInfoPage()
57 BreakTypeOptionEntry *breakEntry = new BreakTypeOptionEntry(*this, myFormat.BreakTypeOption); in PlainTextInfoPage()
58 myIgnoredIndentEntry = new ZLSimpleSpinOptionEntry(myFormat.IgnoredIndentOption, 1); in PlainTextInfoPage()
64 …onEntry *contentsTableEntry = new CreateContentsTableOptionEntry(*this, myFormat.CreateContentsTab… in PlainTextInfoPage()
65 …myEmptyLinesBeforeNewSectionEntry = new ZLSimpleSpinOptionEntry(myFormat.EmptyLinesBeforeNewSectio… in PlainTextInfoPage()
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/OCCTOverview/src/
H A DOcctHighlighter.cxx131 aRule.myFormat = myOcctFormat; in OcctHighlighter()
139 aRule.myFormat = myHelperFormat; in OcctHighlighter()
149 aRule.myFormat = myKeywordFormat; in OcctHighlighter()
155 aRule.myFormat = myMemberFormat; in OcctHighlighter()
160 aRule.myFormat = myLocalFormat; in OcctHighlighter()
165 aRule.myFormat = myQuotationFormat; in OcctHighlighter()
171 aRule.myFormat = myFunctionFormat; in OcctHighlighter()
176 aRule.myFormat = mySingleLineCommentFormat; in OcctHighlighter()
194 setFormat(index, length, rule.myFormat); in highlightBlock()
/dports/audio/faac/faac-78d8e01/frontend/
H A Dmain.c426 faacEncConfigurationPtr myFormat; in main() local
887 myFormat->useTns = useTns; in main()
900 myFormat->useLfe = 1; in main()
908 myFormat->bitRate = 0; in main()
912 myFormat->bandWidth = cutOff; in main()
959 cutOff = myFormat->bandWidth; in main()
961 bitRate = myFormat->bitRate; in main()
971 if (myFormat->pnslevel > 0) in main()
987 if (myFormat->useTns) in main()
990 switch(myFormat->jointmode) { in main()
[all …]
/dports/devel/qgit/qgit-qgit-2.9/src/
H A Dpatchcontent.cpp29 QTextCharFormat myFormat; in highlightBlock() local
33 myFormat.setForeground(magenta); in highlightBlock()
36 myFormat.setForeground(green); in highlightBlock()
39 myFormat.setForeground(Qt::red); in highlightBlock()
49 myFormat.setForeground(blue); in highlightBlock()
57 myFormat.setForeground(blue); in highlightBlock()
60 myFormat.setForeground(blue); in highlightBlock()
67 myFormat.setForeground(green); in highlightBlock()
69 myFormat.setForeground(Qt::red); in highlightBlock()
73 if (myFormat.isValid()) in highlightBlock()
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqmmm_elpot.F73 CHARACTER(LEN=default_path_length) :: myFormat local
189 myFormat = "T10,F15.9,T30,"
191 myind = INDEX(myFormat, " ")
192 WRITE (myFormat(myind:), '(A6)') "F12.9,"
194 myind = INDEX(myFormat, " ") - 1
195 myFormat = myFormat(1:myind)//"T300,F15.9"
196 myind = INDEX(myFormat, " ") - 1
199 WRITE (unit_nr, '('//myFormat(1:myind)//')') &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqmmm_elpot.F73 CHARACTER(LEN=default_path_length) :: myFormat local
189 myFormat = "T10,F15.9,T30,"
191 myind = INDEX(myFormat, " ")
192 WRITE (myFormat(myind:), '(A6)') "F12.9,"
194 myind = INDEX(myFormat, " ") - 1
195 myFormat = myFormat(1:myind)//"T300,F15.9"
196 myind = INDEX(myFormat, " ") - 1
199 WRITE (unit_nr, '('//myFormat(1:myind)//')') &
/dports/cad/opencascade/opencascade-7.6.0/src/Image/
H A DImage_CompressedPixMap.hxx37 Image_CompressedFormat CompressedFormat() const { return myFormat; } in CompressedFormat()
40 void SetCompressedFormat (Image_CompressedFormat theFormat) { myFormat = theFormat; } in SetCompressedFormat()
92 …ces (0), mySizeX (0), mySizeY (0), myBaseFormat (Image_Format_UNKNOWN), myFormat (Image_Compressed… in Image_CompressedPixMap()
103 Image_CompressedFormat myFormat; //!< compressed format member in Image_CompressedPixMap
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DImage_CompressedPixMap.hxx37 Image_CompressedFormat CompressedFormat() const { return myFormat; } in CompressedFormat()
40 void SetCompressedFormat (Image_CompressedFormat theFormat) { myFormat = theFormat; } in SetCompressedFormat()
92 …ces (0), mySizeX (0), mySizeY (0), myBaseFormat (Image_Format_UNKNOWN), myFormat (Image_Compressed… in Image_CompressedPixMap()
103 Image_CompressedFormat myFormat; //!< compressed format member in Image_CompressedPixMap
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/vcf/
H A DVcfRecordGenotype.cpp79 if(!myFormat.read(filePtr)) in read()
116 if(!nextSample->read(filePtr, myFormat)) in read()
134 if(myFormat.getNumFields() == 0) in write()
141 status &= myFormat.write(filePtr); in write()
154 myFormat.reset(); in reset()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_CubeMapSeparate.cxx117 myFormat = anImage->BaseFormat(); in Handle()
122 if (anImage->BaseFormat() == myFormat in Handle()
163 myFormat = anImage->Format(); in Handle()
169 if (anImage->Format() == myFormat in Handle()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DTabix.h64 inline int32_t getFormat() const { return myFormat.format; } in getFormat()
77 TabixFormat myFormat; variable
H A DTabix.cpp94 if(ifread(indexFile, &myFormat, sizeof(myFormat)) != sizeof(myFormat)) in readIndex()
/dports/devel/pear-I18N/I18N-1.0.0/docs/
H A DI18N_Number.php34 $myFormat = $number->setFormat(array( 4 , ';' , ':' )); variable
42 myPrint( $number->format( pi() , $myFormat ) );
/dports/cad/opencascade/opencascade-7.6.0/src/PCDM/
H A DPCDM_RetrievalDriver.cxx50 { myFormat = aformat; } in SetFormat()
53 { return myFormat; } in GetFormat()
/dports/audio/faac/faac-78d8e01/common/Cfaac/
H A DCfaac.cpp501 faacEncConfigurationPtr myFormat=&cfg.EncCfg; in Init() local
505 CurFormat->quantqual=myFormat->quantqual; in Init()
510 CurFormat->bitRate=(myFormat->bitRate*1000)/wChannels; in Init()
522 CurFormat->bandWidth=myFormat->bandWidth; in Init()
525 CurFormat->mpegVersion=myFormat->mpegVersion; in Init()
526 CurFormat->outputFormat=myFormat->outputFormat; in Init()
527 CurFormat->mpegVersion=myFormat->mpegVersion; in Init()
528 CurFormat->aacObjectType=myFormat->aacObjectType; in Init()
529 CurFormat->allowMidside=myFormat->allowMidside; in Init()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DsbixStrike.py116 myFormat = safeEval("'''" + attrs["graphicType"] + "'''")
118 myFormat = None
136 graphicType=myFormat,
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DsbixStrike.py118 myFormat = safeEval("'''" + attrs["graphicType"] + "'''")
120 myFormat = None
138 graphicType=myFormat,

1234