Home
last modified time | relevance | path

Searched refs:tmpFormat (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DMapperUtils.f90140 CHARACTER(LEN=10) :: tmpFormat local
181 WRITE(tmpFormat,'(A,I1,A)') '(A,A,I', IntWidth(loop),')'
182 WRITE(tmpStr,tmpFormat) TRIM(Names(loop2)),' ',loop
255 WRITE(tmpFormat,'(A,I1,A)') '(A,A,I', IntWidth(loop) ,')'
256 WRITE(tmpStr,tmpFormat) TRIM(Names(loop2)),' ',loop
301 CHARACTER(LEN=10) :: tmpFormat local
314 WRITE(tmpFormat,'(A,I1,A)') '(A,A,I', IntWidth(loop),')'
315 WRITE(tmpStr,tmpFormat) TRIM(Name),' ',loop
342 WRITE(tmpFormat,'(A,I1,A)') '(A,A,I', IntWidth(loop) ,')'
343 WRITE(tmpStr,tmpFormat) TRIM(Name),' ',loop
H A DNetCDFGeneralUtils.f90150 CHARACTER(len=64) :: tmpFormat local
203 WRITE(tmpFormat,'(A,I3,A,I3,A)') '(A,/,', size(locs,2),'(I10),/,',size(locs,2),'(I10))'
204 WRITE (*,tmpFormat) 'Locs: ', TRANSPOSE(locs)
205 WRITE(tmpFormat,'(A,I3,A,I3,A)') '(A,/,',size(DIM_LENS),'(I10))'
206 WRITE (*,tmpFormat) 'Dims: ', DIM_LENS
213 WRITE(tmpFormat,'(A,I3,A,I3,A)') '(A,/,', size(locs,2),'(I10),/,',size(locs,2),'(I10))'
214 WRITE (*,tmpFormat) 'Locs: ', TRANSPOSE(locs)
215 WRITE(tmpFormat,'(A,I3,A,I3,A)') '(A,/,',size(DIM_LENS),'(I10))'
216 WRITE (*,tmpFormat) 'Dims: ', DIM_LENS
H A DGridDataMapper.f90330 CHARACTER (len = 10) :: tmpFormat local
463 WRITE(tmpFormat,'(A,I1,A)') '(A,I',IntWidth(loop),',A)'
464 … WRITE(Message,tmpFormat) 'Coordinate ', Grids(1) % ACCESS_PERM( loop ), ' To Elmer Dimension'
478 WRITE(tmpFormat,'(A,I1,A)') '(A,I',IntWidth(loop),')'
479 …WRITE(Message,tmpFormat) 'NetCDF Constant Value ', Grids(1) % ACCESS_PERM( Grids(1) % COORD_COUNT …
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/
H A DAESinkFactory.cpp69 AEAudioFormat tmpFormat = desiredFormat; in Create() local
78 sink = reg.second.createFunc(tmpDevice, tmpFormat); in Create()
81 desiredFormat = tmpFormat; in Create()
/dports/games/wop/wop-0.4.3/src/
H A Dglobal.cpp78 String tmpFormat; \
79 tmpFormat.vformat( format, arg ); \
80 string += tmpFormat; \
/dports/graphics/qgis/qgis-3.22.3/src/core/textrenderer/
H A Dqgstextrenderer.cpp82 QgsTextFormat tmpFormat = format; in drawText() local
85 tmpFormat = updateShadowPosition( tmpFormat ); in drawText()
90 if ( tmpFormat.background().enabled() ) in drawText()
95 if ( tmpFormat.buffer().enabled() ) in drawText()
105 QgsTextFormat tmpFormat = format; in drawText() local
108 tmpFormat = updateShadowPosition( tmpFormat ); in drawText()
113 if ( tmpFormat.background().enabled() ) in drawText()
118 if ( tmpFormat.buffer().enabled() ) in drawText()
131 QgsTextFormat tmpFormat = format; in updateShadowPosition() local
136 else if ( tmpFormat.buffer().enabled() ) in updateShadowPosition()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/textrenderer/
H A Dqgstextrenderer.cpp77 QgsTextFormat tmpFormat = format; in drawText() local
80 tmpFormat = updateShadowPosition( tmpFormat ); in drawText()
85 if ( tmpFormat.background().enabled() ) in drawText()
90 if ( tmpFormat.buffer().enabled() ) in drawText()
100 QgsTextFormat tmpFormat = format; in drawText() local
103 tmpFormat = updateShadowPosition( tmpFormat ); in drawText()
108 if ( tmpFormat.background().enabled() ) in drawText()
113 if ( tmpFormat.buffer().enabled() ) in drawText()
126 QgsTextFormat tmpFormat = format; in updateShadowPosition() local
131 else if ( tmpFormat.buffer().enabled() ) in updateShadowPosition()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9HardwarePixelBuffer.cpp750 PixelFormat tmpFormat = mFormat; in blitToMemory() local
753 tmpFormat = dst.format; in blitToMemory()
774 (mFormat == tmpFormat)) in blitToMemory()
784 0, D3D9Mappings::_getPF(tmpFormat), temppool, in blitToMemory()
807 tmpFormat = D3D9Mappings::_getPF(dstDesc.Format); in blitToMemory()
842 PixelBox locked(dst.getWidth(), dst.getHeight(), dst.getDepth(), tmpFormat); in blitToMemory()
861 0, D3D9Mappings::_getPF(tmpFormat), D3DPOOL_SCRATCH, in blitToMemory()
899 PixelBox locked(dst.getWidth(), dst.getHeight(), dst.getDepth(), tmpFormat); in blitToMemory()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9HardwarePixelBuffer.cpp744 PixelFormat tmpFormat = mFormat; in blitToMemory() local
747 tmpFormat = dst.format; in blitToMemory()
768 (mFormat == tmpFormat)) in blitToMemory()
778 0, D3D9Mappings::_getPF(tmpFormat), temppool, in blitToMemory()
801 tmpFormat = D3D9Mappings::_getPF(dstDesc.Format); in blitToMemory()
836 PixelBox locked(dst.getWidth(), dst.getHeight(), dst.getDepth(), tmpFormat); in blitToMemory()
855 0, D3D9Mappings::_getPF(tmpFormat), D3DPOOL_SCRATCH, in blitToMemory()
893 PixelBox locked(dst.getWidth(), dst.getHeight(), dst.getDepth(), tmpFormat); in blitToMemory()
/dports/x11/konsole/konsole-21.12.3/src/history/
H A DHistoryFile.cpp79 const QString tmpFormat = tmpDir + QLatin1Char('/') + QLatin1String("konsole-XXXXXX.history"); in Q_GLOBAL_STATIC() local
80 _tmpFile.setFileTemplate(tmpFormat); in Q_GLOBAL_STATIC()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/clipboard/
H A Dclipboard.c228 wClipboardFormat* tmpFormat; in ClipboardRegisterFormat() local
229 tmpFormat = in ClipboardRegisterFormat()
232 if (!tmpFormat) in ClipboardRegisterFormat()
235 clipboard->formats = tmpFormat; in ClipboardRegisterFormat()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java583 int tmpFormat = UNINITIALISED; in initGlyphCache() local
587 tmpFormat = SEGLONGARRAY; in initGlyphCache()
591 tmpFormat = SEGINTARRAY; in initGlyphCache()
597 tmpFormat = LONGARRAY; in initGlyphCache()
601 tmpFormat = INTARRAY; in initGlyphCache()
606 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java583 int tmpFormat = UNINITIALISED; in initGlyphCache() local
587 tmpFormat = SEGLONGARRAY; in initGlyphCache()
591 tmpFormat = SEGINTARRAY; in initGlyphCache()
597 tmpFormat = LONGARRAY; in initGlyphCache()
601 tmpFormat = INTARRAY; in initGlyphCache()
606 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java583 int tmpFormat = UNINITIALISED; in initGlyphCache() local
587 tmpFormat = SEGLONGARRAY; in initGlyphCache()
591 tmpFormat = SEGINTARRAY; in initGlyphCache()
597 tmpFormat = LONGARRAY; in initGlyphCache()
601 tmpFormat = INTARRAY; in initGlyphCache()
606 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java583 int tmpFormat = UNINITIALISED; in initGlyphCache() local
587 tmpFormat = SEGLONGARRAY; in initGlyphCache()
591 tmpFormat = SEGINTARRAY; in initGlyphCache()
597 tmpFormat = LONGARRAY; in initGlyphCache()
601 tmpFormat = INTARRAY; in initGlyphCache()
606 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java575 int tmpFormat = UNINITIALISED; in initGlyphCache() local
579 tmpFormat = SEGLONGARRAY; in initGlyphCache()
583 tmpFormat = SEGINTARRAY; in initGlyphCache()
589 tmpFormat = LONGARRAY; in initGlyphCache()
593 tmpFormat = INTARRAY; in initGlyphCache()
598 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java545 int tmpFormat = UNINITIALISED; in initGlyphCache() local
549 tmpFormat = SEGLONGARRAY; in initGlyphCache()
553 tmpFormat = SEGINTARRAY; in initGlyphCache()
559 tmpFormat = LONGARRAY; in initGlyphCache()
563 tmpFormat = INTARRAY; in initGlyphCache()
568 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java545 int tmpFormat = UNINITIALISED; in initGlyphCache() local
549 tmpFormat = SEGLONGARRAY; in initGlyphCache()
553 tmpFormat = SEGINTARRAY; in initGlyphCache()
559 tmpFormat = LONGARRAY; in initGlyphCache()
563 tmpFormat = INTARRAY; in initGlyphCache()
568 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java548 int tmpFormat = UNINITIALISED; in initGlyphCache() local
552 tmpFormat = SEGLONGARRAY; in initGlyphCache()
556 tmpFormat = SEGINTARRAY; in initGlyphCache()
562 tmpFormat = LONGARRAY; in initGlyphCache()
566 tmpFormat = INTARRAY; in initGlyphCache()
571 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DFileFontStrike.java575 int tmpFormat = UNINITIALISED; in initGlyphCache() local
579 tmpFormat = SEGLONGARRAY; in initGlyphCache()
583 tmpFormat = SEGINTARRAY; in initGlyphCache()
589 tmpFormat = LONGARRAY; in initGlyphCache()
593 tmpFormat = INTARRAY; in initGlyphCache()
598 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java583 int tmpFormat = UNINITIALISED; in initGlyphCache() local
587 tmpFormat = SEGLONGARRAY; in initGlyphCache()
591 tmpFormat = SEGINTARRAY; in initGlyphCache()
597 tmpFormat = LONGARRAY; in initGlyphCache()
601 tmpFormat = INTARRAY; in initGlyphCache()
606 glyphCacheFormat = tmpFormat; in initGlyphCache()
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/
H A Dutils.c1549 srcW, srcH, tmpFormat, 64); in sws_init_context()
1554 srcW, srcH, tmpFormat, in sws_init_context()
1559 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFormat, in sws_init_context()
1582 enum AVPixelFormat tmpFormat = alphaless_fmt(srcFormat); in sws_init_context() local
1586 dstFormat != tmpFormat || in sws_init_context()
1592 srcW, srcH, tmpFormat, 64); in sws_init_context()
1863 enum AVPixelFormat tmpFormat = AV_PIX_FMT_YUV420P; in sws_init_context() local
1866 tmpFormat = AV_PIX_FMT_YUVA420P; in sws_init_context()
1872 tmpW, tmpH, tmpFormat, 64); in sws_init_context()
1877 tmpW, tmpH, tmpFormat, in sws_init_context()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/
H A Dutils.c1521 enum AVPixelFormat tmpFormat = AV_PIX_FMT_RGB24; in sws_init_context() local
1524 srcW, srcH, tmpFormat, 64); in sws_init_context()
1529 srcW, srcH, tmpFormat, in sws_init_context()
1557 enum AVPixelFormat tmpFormat = alphaless_fmt(srcFormat); in sws_init_context() local
1561 dstFormat != tmpFormat || in sws_init_context()
1567 srcW, srcH, tmpFormat, 64); in sws_init_context()
1831 enum AVPixelFormat tmpFormat = AV_PIX_FMT_YUV420P; in sws_init_context() local
1834 tmpFormat = AV_PIX_FMT_YUVA420P; in sws_init_context()
1840 tmpW, tmpH, tmpFormat, 64); in sws_init_context()
1845 tmpW, tmpH, tmpFormat, in sws_init_context()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/
H A Dutils.c1549 srcW, srcH, tmpFormat, 64); in sws_init_context()
1554 srcW, srcH, tmpFormat, in sws_init_context()
1559 c->cascaded_context[1] = sws_getContext(srcW, srcH, tmpFormat, in sws_init_context()
1582 enum AVPixelFormat tmpFormat = alphaless_fmt(srcFormat); in sws_init_context() local
1586 dstFormat != tmpFormat || in sws_init_context()
1592 srcW, srcH, tmpFormat, 64); in sws_init_context()
1863 enum AVPixelFormat tmpFormat = AV_PIX_FMT_YUV420P; in sws_init_context() local
1866 tmpFormat = AV_PIX_FMT_YUVA420P; in sws_init_context()
1872 tmpW, tmpH, tmpFormat, 64); in sws_init_context()
1877 tmpW, tmpH, tmpFormat, in sws_init_context()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/
H A Dutils.c1528 enum AVPixelFormat tmpFormat = AV_PIX_FMT_RGB24; in sws_init_context() local
1531 srcW, srcH, tmpFormat, 64); in sws_init_context()
1536 srcW, srcH, tmpFormat, in sws_init_context()
1564 enum AVPixelFormat tmpFormat = alphaless_fmt(srcFormat); in sws_init_context() local
1568 dstFormat != tmpFormat || in sws_init_context()
1574 srcW, srcH, tmpFormat, 64); in sws_init_context()
1838 enum AVPixelFormat tmpFormat = AV_PIX_FMT_YUV420P; in sws_init_context() local
1841 tmpFormat = AV_PIX_FMT_YUVA420P; in sws_init_context()
1847 tmpW, tmpH, tmpFormat, 64); in sws_init_context()
1852 tmpW, tmpH, tmpFormat, in sws_init_context()
[all …]

12