Home
last modified time | relevance | path

Searched refs:cFormat (Results 1 – 25 of 147) sorted by relevance

123456

/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A Dformat.cpp19 cFormat::cFormat(iCallbacks* callbacks) in cFormat() function in cFormat
25 cFormat::~cFormat() in ~cFormat()
29 void cFormat::setConfig(const sConfig* config) in setConfig()
34 bool cFormat::Load(const char* filename, sBitmapDescription& desc) in Load()
40 bool cFormat::LoadSubImage(uint32_t subImage, sBitmapDescription& desc) in LoadSubImage()
46 void cFormat::dump(sBitmapDescription& desc) const in dump()
61 void cFormat::updateProgress(float percent) const in updateProgress()
66 bool cFormat::readBuffer(cFile& file, Buffer& buffer, uint32_t minSize) const in readBuffer()
82 bool cFormat::applyIccProfile(sBitmapDescription& desc, const void* iccProfile, uint32_t iccProfile… in applyIccProfile()
89 bool cFormat::applyIccProfile(sBitmapDescription& desc, const float* chr, const float* wp, const ui… in applyIccProfile()
[all …]
H A Dformat.h22 class cFormat
25 virtual ~cFormat();
49 cFormat(iCallbacks* callbacks);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpvwritetest.pas28 cFormat = vfSVG;
45 Vec.WriteToFile('single_line_1' + cExtension, cFormat);
52 Vec.WriteToFile('single_line_2' + cExtension, cFormat);
74 Vec.WriteToFile('polyline_1' + cExtension, cFormat);
83 Vec.WriteToFile('polyline_2' + cExtension, cFormat);
92 Vec.WriteToFile('bezier_1' + cExtension, cFormat);
99 Vec.WriteToFile('bezier_2' + cExtension, cFormat);
104 Vec.WriteToFile('text_ascii' + cExtension, cFormat);
114 Vec.WriteToFile('text_asian' + cExtension, cFormat);
156 Vec.WriteToFile('pen_test_1' + cExtension, cFormat);
[all …]
/dports/editors/lazarus/lazarus/components/fpvectorial/examples/
H A Dfpvwritetest.pas28 cFormat = vfSVG;
45 Vec.WriteToFile('single_line_1' + cExtension, cFormat);
52 Vec.WriteToFile('single_line_2' + cExtension, cFormat);
74 Vec.WriteToFile('polyline_1' + cExtension, cFormat);
83 Vec.WriteToFile('polyline_2' + cExtension, cFormat);
92 Vec.WriteToFile('bezier_1' + cExtension, cFormat);
99 Vec.WriteToFile('bezier_2' + cExtension, cFormat);
104 Vec.WriteToFile('text_ascii' + cExtension, cFormat);
114 Vec.WriteToFile('text_asian' + cExtension, cFormat);
156 Vec.WriteToFile('pen_test_1' + cExtension, cFormat);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/fpvectorial/examples/
H A Dfpvwritetest.pas28 cFormat = vfSVG;
45 Vec.WriteToFile('single_line_1' + cExtension, cFormat);
52 Vec.WriteToFile('single_line_2' + cExtension, cFormat);
74 Vec.WriteToFile('polyline_1' + cExtension, cFormat);
83 Vec.WriteToFile('polyline_2' + cExtension, cFormat);
92 Vec.WriteToFile('bezier_1' + cExtension, cFormat);
99 Vec.WriteToFile('bezier_2' + cExtension, cFormat);
104 Vec.WriteToFile('text_ascii' + cExtension, cFormat);
114 Vec.WriteToFile('text_asian' + cExtension, cFormat);
156 Vec.WriteToFile('pen_test_1' + cExtension, cFormat);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpvectorial/examples/
H A Dfpvwritetest.pas28 cFormat = vfSVG;
45 Vec.WriteToFile('single_line_1' + cExtension, cFormat);
52 Vec.WriteToFile('single_line_2' + cExtension, cFormat);
74 Vec.WriteToFile('polyline_1' + cExtension, cFormat);
83 Vec.WriteToFile('polyline_2' + cExtension, cFormat);
92 Vec.WriteToFile('bezier_1' + cExtension, cFormat);
99 Vec.WriteToFile('bezier_2' + cExtension, cFormat);
104 Vec.WriteToFile('text_ascii' + cExtension, cFormat);
114 Vec.WriteToFile('text_asian' + cExtension, cFormat);
156 Vec.WriteToFile('pen_test_1' + cExtension, cFormat);
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DC4Real.cpp9036 char cFormat = 'F'; in CompileFunc() local
9038 char cFormat = 'f'; in CompileFunc()
9043 pComp->Character(cFormat); in CompileFunc()
9050 cFormat = 'F'; in CompileFunc()
9056 if (cFormat == 'f') in CompileFunc()
9059 if (cFormat == 'F') in CompileFunc()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptionssimple.cpp66 cFormat = new KComboBox( this ); in OptionsSimple()
67 topBoxFormat->addWidget( cFormat ); in OptionsSimple()
69 connect( cFormat, SIGNAL(activated(int)), this, SLOT(somethingChanged()) ); in OptionsSimple()
149 return cFormat->currentText(); in currentFormat()
278 const QString format = cFormat->currentText(); in formatInfo()
294 const QString lastFormat = cFormat->currentText(); in profileChanged()
295 cFormat->clear(); in profileChanged()
325 cFormat->addItem( conversionOptions->codecName ); in profileChanged()
337 if( cFormat->findText(lastFormat) != -1 ) in profileChanged()
339 cFormat->setCurrentIndex( cFormat->findText(lastFormat) ); in profileChanged()
[all …]
H A Doptionsdetailed.cpp48 cFormat = new KComboBox( this ); in OptionsDetailed()
49 topBox->addWidget( cFormat ); in OptionsDetailed()
156 cFormat->setCurrentIndex( 0 ); in init()
157 formatChanged( cFormat->currentText() ); in init()
240 wPlugin->setCurrentFormat( cFormat->currentText() ); in formatChanged()
395 cFormat->setCurrentIndex( cFormat->findText(conversionOptions->codecName) ); in setCurrentConversionOptions()
396 formatChanged( cFormat->currentText() ); in setCurrentConversionOptions()
606 return cFormat->currentText(); in currentFormat()
611 if( !format.isEmpty() && format != cFormat->currentText() ) in setCurrentFormat()
613 cFormat->setCurrentIndex( cFormat->findText(format) ); in setCurrentFormat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpnumericfmt.cxx125 , cFormat(FMT_DEFAULT) in LwpNumericFormat()
141 cFormat = pStrm->QuickReaduInt16(); in Read()
210 return GetDefaultDecimalPlaces(cFormat); in GetDecimalPlaces()
218 OUString aSymbol = m_aCurrencyInfo.GetCurrencySymbol(cFormat); in GetCurrencyStr()
219 bool bPost = m_aCurrencyInfo.IsSymbolPost(cFormat); in GetCurrencyStr()
220 bool bShowSpace = m_aCurrencyInfo.IsShowSpace(cFormat); in GetCurrencyStr()
256 switch(cFormat) in SetNumberType()
297 if (IsCurrencyFormat(cFormat)) in Convert()
327 if (FMT_COMMA==cFormat) in Convert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpnumericfmt.cxx124 , cFormat(FMT_DEFAULT) in LwpNumericFormat()
140 cFormat = pStrm->QuickReaduInt16(); in Read()
209 return GetDefaultDecimalPlaces(cFormat); in GetDecimalPlaces()
217 OUString aSymbol = m_aCurrencyInfo.GetCurrencySymbol(cFormat); in GetCurrencyStr()
218 bool bPost = m_aCurrencyInfo.IsSymbolPost(cFormat); in GetCurrencyStr()
219 bool bShowSpace = m_aCurrencyInfo.IsShowSpace(cFormat); in GetCurrencyStr()
255 switch(cFormat) in SetNumberType()
296 if (IsCurrencyFormat(cFormat)) in Convert()
326 if (FMT_COMMA==cFormat) in Convert()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_util.cpp212 std::basic_string<wchar_t> cFormat = in printd() local
214 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), in printd()
215 cFormat.end()); in printd()
220 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != -1) { in printd()
221 cFormat.replace(iEnd, wcslen(TbConvertTable[i].lpszJSMark), in printd()
239 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { in printd()
241 if (cFormat[iEnd - 1] == L'%') { in printd()
246 cFormat.replace(iEnd, wcslen(cTableAd[i].lpszJSMark), in printd()
261 FXSYS_wcsftime(buf, 64, cFormat.c_str(), &time); in printd()
262 cFormat = buf; in printd()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Dutil.cpp235 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString(pRuntime).c_str(); in printd() local
236 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), in printd()
237 cFormat.end()); in printd()
242 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != in printd()
244 cFormat.replace(iEnd, FXSYS_wcslen(TbConvertTable[i].lpszJSMark), in printd()
272 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { in printd()
274 if (cFormat[iEnd - 1] == L'%') { in printd()
279 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue); in printd()
293 wcsftime(buf, 64, cFormat.c_str(), &time); in printd()
294 cFormat = buf; in printd()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_util.cpp215 std::basic_string<wchar_t> cFormat = in printd() local
217 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), in printd()
218 cFormat.end()); in printd()
223 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != -1) { in printd()
224 cFormat.replace(iEnd, wcslen(TbConvertTable[i].lpszJSMark), in printd()
242 while ((iEnd = cFormat.find(cTableAd[i].js_mark, iStart)) != -1) { in printd()
244 if (cFormat[iEnd - 1] == L'%') { in printd()
249 cFormat.replace(iEnd, 1, in printd()
264 FXSYS_wcsftime(buf, 64, cFormat.c_str(), &time); in printd()
265 cFormat = buf; in printd()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A Dutil.cpp238 std::basic_string<wchar_t> cFormat = p1.ToCFXWideString().c_str(); in printd() local
239 cFormat.erase(std::remove(cFormat.begin(), cFormat.end(), '%'), in printd()
240 cFormat.end()); in printd()
245 while ((iEnd = cFormat.find(TbConvertTable[i].lpszJSMark, iStart)) != in printd()
247 cFormat.replace(iEnd, FXSYS_wcslen(TbConvertTable[i].lpszJSMark), in printd()
275 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) { in printd()
277 if (cFormat[iEnd - 1] == L'%') { in printd()
282 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue); in printd()
296 wcsftime(buf, 64, cFormat.c_str(), &time); in printd()
297 cFormat = buf; in printd()
[all …]
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-gui-manager.c75 void cairo_dock_set_status_message_printf (GtkWidget *pWindow, const gchar *cFormat, ...) in cairo_dock_set_status_message_printf() argument
77 g_return_if_fail (cFormat != NULL); in cairo_dock_set_status_message_printf()
79 va_start (args, cFormat); in cairo_dock_set_status_message_printf()
80 gchar *cMessage = g_strdup_vprintf (cFormat, args); in cairo_dock_set_status_message_printf()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/northwood/
H A Dnorthwood.cpp47 pGrd->cFormat = 0x00; // grd - surface type in nwt_ParseHeader()
49 pGrd->cFormat = 0x80; // grc classified type in nwt_ParseHeader()
174 if( pGrd->cFormat & 0x80 ) in nwt_ParseHeader()
444 pGrd->cFormat = 0x00; // grd - surface type in nwtOpenGrid()
446 pGrd->cFormat = 0x80; // grc classified type in nwtOpenGrid()
491 if( pGrd->cFormat & 0x80 ) in nwtPrintGridHeader()
494 if( pGrd->cFormat == 0x81 ) in nwtPrintGridHeader()
496 else if( pGrd->cFormat == 0x82 ) in nwtPrintGridHeader()
498 else if( pGrd->cFormat == 0x84 ) in nwtPrintGridHeader()
509 if( pGrd->cFormat == 0x00 ) in nwtPrintGridHeader()
[all …]
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/
H A Dimageloader.h93 cFormat* createLoader(eImageType type) const;
94 cFormat* getLoader(eImageType type) const;
107 cFormat* m_image = nullptr;
108 mutable std::unique_ptr<cFormat> m_formats[(unsigned)eImageType::COUNT];
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/northwood/
H A Dnorthwood.cpp45 pGrd->cFormat = 0x00; // grd - surface type in nwt_ParseHeader()
47 pGrd->cFormat = 0x80; // grc classified type in nwt_ParseHeader()
197 if( pGrd->cFormat & 0x80 ) in nwt_ParseHeader()
483 pGrd->cFormat = 0x00; // grd - surface type in nwtOpenGrid()
485 pGrd->cFormat = 0x80; // grc classified type in nwtOpenGrid()
524 if( pGrd->cFormat & 0x80 ) in nwtPrintGridHeader()
527 if( pGrd->cFormat == 0x81 ) in nwtPrintGridHeader()
529 else if( pGrd->cFormat == 0x82 ) in nwtPrintGridHeader()
531 else if( pGrd->cFormat == 0x84 ) in nwtPrintGridHeader()
542 if( pGrd->cFormat == 0x00 ) in nwtPrintGridHeader()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/northwood/
H A Dnorthwood.cpp45 pGrd->cFormat = 0x00; // grd - surface type in nwt_ParseHeader()
47 pGrd->cFormat = 0x80; // grc classified type in nwt_ParseHeader()
197 if( pGrd->cFormat & 0x80 ) in nwt_ParseHeader()
483 pGrd->cFormat = 0x00; // grd - surface type in nwtOpenGrid()
485 pGrd->cFormat = 0x80; // grc classified type in nwtOpenGrid()
524 if( pGrd->cFormat & 0x80 ) in nwtPrintGridHeader()
527 if( pGrd->cFormat == 0x81 ) in nwtPrintGridHeader()
529 else if( pGrd->cFormat == 0x82 ) in nwtPrintGridHeader()
531 else if( pGrd->cFormat == 0x84 ) in nwtPrintGridHeader()
542 if( pGrd->cFormat == 0x00 ) in nwtPrintGridHeader()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/northwood/
H A Dnorthwood.cpp45 pGrd->cFormat = 0x00; // grd - surface type in nwt_ParseHeader()
47 pGrd->cFormat = 0x80; // grc classified type in nwt_ParseHeader()
197 if( pGrd->cFormat & 0x80 ) in nwt_ParseHeader()
483 pGrd->cFormat = 0x00; // grd - surface type in nwtOpenGrid()
485 pGrd->cFormat = 0x80; // grc classified type in nwtOpenGrid()
524 if( pGrd->cFormat & 0x80 ) in nwtPrintGridHeader()
527 if( pGrd->cFormat == 0x81 ) in nwtPrintGridHeader()
529 else if( pGrd->cFormat == 0x82 ) in nwtPrintGridHeader()
531 else if( pGrd->cFormat == 0x84 ) in nwtPrintGridHeader()
542 if( pGrd->cFormat == 0x00 ) in nwtPrintGridHeader()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Dfrr.vim7 syn clear cFormat
8 …syn match cFormat display "%\(\d\+\$\)\=[-+' #0*]*\(\d*\|\*\|\*\d\+\$\)\(\.\(\d*\|\*\|\*\d\+\$\)\…
9 syn match cFormat display "%%" contained
21 hi link cFormatConst cFormat
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Dfrr.vim7 syn clear cFormat
8 …syn match cFormat display "%\(\d\+\$\)\=[-+' #0*]*\(\d*\|\*\|\*\d\+\$\)\(\.\(\d*\|\*\|\*\d\+\$\)\…
9 syn match cFormat display "%%" contained
21 hi link cFormatConst cFormat
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/core/umc/src/
H A Dumc_frame_data.cpp101 ColorFormatInfo *GetColorFormatInfo(ColorFormat cFormat) in GetColorFormatInfo() argument
109 if (FormatInfo[i].m_cFormat == cFormat) in GetColorFormatInfo()
182 ColorFormat cFormat, in Init() argument
188 pFormat = GetColorFormatInfo(cFormat); in Init()
201 umcRes = SetColorFormat(cFormat); in Init()
212 Status VideoDataInfo::SetColorFormat(ColorFormat cFormat) in SetColorFormat() argument
217 pFormat = GetColorFormatInfo(cFormat); in SetColorFormat()
224 m_ColorFormat = cFormat; in SetColorFormat()
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/helper/
H A DOrangeHelper.php171 $cFormat = explode($formatData['currentSeparater'], $formatData['currentFormat']);
173 $cDateAssoc[$cFormat[0]] = $cDate[0];
174 $cDateAssoc[$cFormat[1]] = $cDate[1];
175 $cDateAssoc[$cFormat[2]] = $cDate[2];

123456