Home
last modified time | relevance | path

Searched refs:aFormat (Results 1 – 25 of 1798) sorted by relevance

12345678910>>...72

/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_TextureFormat.cxx153 return aFormat; in FindFormat()
173 return aFormat; in FindFormat()
185 return aFormat; in FindFormat()
193 return aFormat; in FindFormat()
205 return aFormat; in FindFormat()
213 return aFormat; in FindFormat()
222 return aFormat; in FindFormat()
239 return aFormat; in FindFormat()
658 return aFormat; in FindSizedFormat()
672 return aFormat; in FindCompressedFormat()
[all …]
H A DOpenGl_Texture.hxx219 thePixelFormat = aFormat.PixelFormat(); in GetDataFormat()
220 theDataType = aFormat.DataType(); in GetDataFormat()
221 return aFormat.IsValid(); in GetDataFormat()
233 thePixelFormat = aFormat.PixelFormat(); in GetDataFormat()
234 theDataType = aFormat.DataType(); in GetDataFormat()
235 return aFormat.IsValid(); in GetDataFormat()
248 OpenGl_TextureFormat aFormat; in Init() local
250 aFormat.SetPixelFormat (thePixelFormat); in Init()
251 aFormat.SetDataType (theDataType); in Init()
273 OpenGl_TextureFormat aFormat; in Init3D() local
[all …]
/dports/cad/alliance/alliance/src/sea/src/
H A Dutil_Sys.c211 __KR_C( char *aFormat; ) in eprintf()
215 __ANSI_C( va_start(ArgList, aFormat); ) in eprintf()
279 __KR_C( char *aFormat; ) in wprintf()
282 __ANSI_C( va_start(AL, aFormat); ) in wprintf()
286 RV = vfprintf(stderr, aFormat, AL); in wprintf()
337 char *aFormat; variable
360 __KR_C( char *aFormat; ) in mprintf()
405 __KR_C( char *aFormat; ) in mprintf0()
428 __KR_C( char *aFormat; ) in mprintf1()
451 __KR_C( char *aFormat; ) in mprintf2()
[all …]
/dports/cad/alliance/alliance/src/genlib/src/
H A Dutil_Sys.c212 __KR_C( char *aFormat; ) in eprintf()
216 __ANSI_C( va_start(ArgList, aFormat); ) in eprintf()
280 __KR_C( char *aFormat; ) in wprintf()
283 __ANSI_C( va_start(AL, aFormat); ) in wprintf()
287 RV = vfprintf(stderr, aFormat, AL); in wprintf()
338 char *aFormat; variable
361 __KR_C( char *aFormat; ) in mprintf()
406 __KR_C( char *aFormat; ) in mprintf0()
429 __KR_C( char *aFormat; ) in mprintf1()
452 __KR_C( char *aFormat; ) in mprintf2()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentStylePoolManager.cxx1902 SwNumFormat aFormat; in GetNumRuleFromPool() local
1906 aFormat.SetStart( 1 ); in GetNumRuleFromPool()
1954 SwNumFormat aFormat; in GetNumRuleFromPool() local
1991 SwNumFormat aFormat; in GetNumRuleFromPool() local
2031 SwNumFormat aFormat; in GetNumRuleFromPool() local
2086 SwNumFormat aFormat; in GetNumRuleFromPool() local
2190 SwNumFormat aFormat; in GetNumRuleFromPool() local
2235 SwNumFormat aFormat; in GetNumRuleFromPool() local
2280 SwNumFormat aFormat; in GetNumRuleFromPool() local
2323 SwNumFormat aFormat; in GetNumRuleFromPool() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentStylePoolManager.cxx1945 SwNumFormat aFormat; in GetNumRuleFromPool() local
1949 aFormat.SetStart( 1 ); in GetNumRuleFromPool()
1997 SwNumFormat aFormat; in GetNumRuleFromPool() local
2034 SwNumFormat aFormat; in GetNumRuleFromPool() local
2074 SwNumFormat aFormat; in GetNumRuleFromPool() local
2129 SwNumFormat aFormat; in GetNumRuleFromPool() local
2233 SwNumFormat aFormat; in GetNumRuleFromPool() local
2278 SwNumFormat aFormat; in GetNumRuleFromPool() local
2323 SwNumFormat aFormat; in GetNumRuleFromPool() local
2366 SwNumFormat aFormat; in GetNumRuleFromPool() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_Texture.hxx219 thePixelFormat = aFormat.PixelFormat(); in GetDataFormat()
220 theDataType = aFormat.DataType(); in GetDataFormat()
221 return aFormat.IsValid(); in GetDataFormat()
233 thePixelFormat = aFormat.PixelFormat(); in GetDataFormat()
234 theDataType = aFormat.DataType(); in GetDataFormat()
235 return aFormat.IsValid(); in GetDataFormat()
248 OpenGl_TextureFormat aFormat; in Init() local
250 aFormat.SetPixelFormat (thePixelFormat); in Init()
251 aFormat.SetDataType (theDataType); in Init()
273 OpenGl_TextureFormat aFormat; in Init3D() local
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DWebrtcVideoCodecFactory.cpp25 const webrtc::SdpVideoFormat& aFormat) { in CreateVideoDecoder() argument
27 auto type = webrtc::PayloadStringToCodecType(aFormat.name); in CreateVideoDecoder()
64 const webrtc::SdpVideoFormat& aFormat) { in CreateVideoEncoder() argument
65 if (!mInternalFactory->Supports(aFormat)) { in CreateVideoEncoder()
74 mInternalFactory.get(), aFormat); in CreateVideoEncoder()
76 return mInternalFactory->CreateVideoEncoder(aFormat); in CreateVideoEncoder()
81 const webrtc::SdpVideoFormat& aFormat) { in Supports() argument
82 switch (webrtc::PayloadStringToCodecType(aFormat.name)) { in Supports()
94 const webrtc::SdpVideoFormat& aFormat) { in CreateVideoEncoder() argument
95 MOZ_ASSERT(Supports(aFormat)); in CreateVideoEncoder()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Message/
H A DMessage_Msg.cxx161 TCollection_AsciiString aFormat; in Arg() local
168 Sprintf (sStringBuffer, aFormat.ToCString(), theString); in Arg()
174 replaceText ( aFirst, aFormat.Length(), aStr ); in Arg()
188 TCollection_AsciiString aFormat; in Arg() local
194 replaceText ( aFirst, aFormat.Length(), theString ); in Arg()
207 TCollection_AsciiString aFormat; in Arg() local
214 Sprintf (sStringBuffer, aFormat.ToCString(), theValue); in Arg()
218 replaceText ( aFirst, aFormat.Length(), aStr ); in Arg()
231 TCollection_AsciiString aFormat; in Arg() local
238 Sprintf (sStringBuffer, aFormat.ToCString(), theValue); in Arg()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtdrope.cxx48 DropCapFormat aFormat; in exportXML() local
49 rAny >>= aFormat; in exportXML()
50 if( aFormat.Lines > 1 ) in exportXML()
56 OUString::number( aFormat.Lines ) ); in exportXML()
64 else if( aFormat.Count > 1 ) in exportXML()
66 sValue = OUString::number(aFormat.Count); in exportXML()
72 if( aFormat.Distance > 0 ) in exportXML()
75 rUnitConv.convertMeasureToXML( sBuffer, aFormat.Distance ); in exportXML()
H A Dtxtdropi.cxx44 DropCapFormat aFormat; in ProcessAttrs() local
55 aFormat.Lines = nTmp < 2 ? 0 : static_cast<sal_Int8>(nTmp); in ProcessAttrs()
67 aFormat.Count = static_cast<sal_Int8>(nTmp); in ProcessAttrs()
75 aFormat.Distance = static_cast<sal_uInt16>(nTmp); in ProcessAttrs()
88 if( aFormat.Lines > 1 && aFormat.Count < 1 ) in ProcessAttrs()
89 aFormat.Count = 1; in ProcessAttrs()
91 aProp.maValue <<= aFormat; in ProcessAttrs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtdrope.cxx48 DropCapFormat aFormat; in exportXML() local
49 rAny >>= aFormat; in exportXML()
52 if( aFormat.Lines > 1 ) in exportXML()
58 OUString::number( aFormat.Lines ) ); in exportXML()
65 else if( aFormat.Count > 1 ) in exportXML()
67 sValue = OUString::number(aFormat.Count); in exportXML()
73 if( aFormat.Distance > 0 ) in exportXML()
75 rUnitConv.convertMeasureToXML( sBuffer, aFormat.Distance ); in exportXML()
H A Dtxtdropi.cxx63 DropCapFormat aFormat; in ProcessAttrs() local
82 aFormat.Lines = nTmp < 2 ? 0 : static_cast<sal_Int8>(nTmp); in ProcessAttrs()
94 aFormat.Count = static_cast<sal_Int8>(nTmp); in ProcessAttrs()
102 aFormat.Distance = static_cast<sal_uInt16>(nTmp); in ProcessAttrs()
112 if( aFormat.Lines > 1 && aFormat.Count < 1 ) in ProcessAttrs()
113 aFormat.Count = 1; in ProcessAttrs()
115 aProp.maValue <<= aFormat; in ProcessAttrs()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/tasktracer/
H A DGeckoTaskTracer.h119 void DoAddLabel(const char* aFormat, va_list& aArgs);
123 inline void AddLabel(const char* aFormat, ...) MOZ_FORMAT_PRINTF(1, 2);
124 inline void AddLabel(const char* aFormat, ...) { in AddLabel() argument
127 va_start(args, aFormat); in AddLabel()
128 DoAddLabel(aFormat, args); in AddLabel()
159 void Init(const char* aFormat, va_list& aArgs);
162 explicit AutoScopedLabel(const char* aFormat, ...) : mLabel(nullptr) { in AutoScopedLabel() argument
165 va_start(args, aFormat); in AutoScopedLabel()
166 Init(aFormat, args); in AutoScopedLabel()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/tasktracer/
H A DGeckoTaskTracer.h119 void DoAddLabel(const char* aFormat, va_list& aArgs);
123 inline void AddLabel(const char* aFormat, ...) MOZ_FORMAT_PRINTF(1, 2);
124 inline void AddLabel(const char* aFormat, ...) { in AddLabel() argument
127 va_start(args, aFormat); in AddLabel()
128 DoAddLabel(aFormat, args); in AddLabel()
159 void Init(const char* aFormat, va_list& aArgs);
162 explicit AutoScopedLabel(const char* aFormat, ...) : mLabel(nullptr) { in AutoScopedLabel() argument
165 va_start(args, aFormat); in AutoScopedLabel()
166 Init(aFormat, args); in AutoScopedLabel()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaInfo.cpp129 AudioConfig::FormatToString(AudioConfig::SampleFormat aFormat) in FormatToString() argument
131 switch (aFormat) { in FormatToString()
143 AudioConfig::SampleSize(AudioConfig::SampleFormat aFormat) in SampleSize() argument
145 switch (aFormat) { in SampleSize()
158 AudioConfig::FormatToBits(AudioConfig::SampleFormat aFormat) in FormatToBits() argument
160 switch (aFormat) { in FormatToBits()
173 AudioConfig::SampleFormat aFormat, bool aInterleaved) in AudioConfig() argument
177 , mFormat(aFormat) in AudioConfig()
182 AudioConfig::SampleFormat aFormat, bool aInterleaved) in AudioConfig() argument
186 , mFormat(aFormat) in AudioConfig()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DMediaInfo.cpp147 AudioConfig::SampleFormat aFormat) { in FormatToString() argument
148 switch (aFormat) { in FormatToString()
168 AudioConfig::SampleFormat aFormat) { in SampleSize() argument
169 switch (aFormat) { in SampleSize()
189 AudioConfig::SampleFormat aFormat) { in FormatToBits() argument
190 switch (aFormat) { in FormatToBits()
211 AudioConfig::SampleFormat aFormat, bool aInterleaved) in AudioConfig() argument
215 mFormat(aFormat), in AudioConfig()
219 AudioConfig::SampleFormat aFormat, bool aInterleaved) in AudioConfig() argument
223 mFormat(aFormat), in AudioConfig()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/inspector/
H A DInspectorFontFace.cpp100 aResult.AppendASCII(aFormat); in AppendToFormat()
104 aFormat.Truncate(); in GetFormat()
109 AppendToFormat(aFormat, "opentype"); in GetFormat()
112 AppendToFormat(aFormat, "truetype"); in GetFormat()
115 AppendToFormat(aFormat, "truetype-aat"); in GetFormat()
118 AppendToFormat(aFormat, "embedded-opentype"); in GetFormat()
121 AppendToFormat(aFormat, "svg"); in GetFormat()
124 AppendToFormat(aFormat, "woff"); in GetFormat()
127 AppendToFormat(aFormat, "woff2"); in GetFormat()
136 AppendToFormat(aFormat, "woff-variations"); in GetFormat()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DTextureClientOGL.cpp89 gfx::IntSize aSize, gfx::SurfaceFormat aFormat) { in Create() argument
90 if (aFormat != gfx::SurfaceFormat::R8G8B8A8 && in Create()
91 aFormat != gfx::SurfaceFormat::R8G8B8X8 && in Create()
92 aFormat != gfx::SurfaceFormat::B8G8R8A8 && in Create()
93 aFormat != gfx::SurfaceFormat::B8G8R8X8 && in Create()
94 aFormat != gfx::SurfaceFormat::R5G6B5_UINT16) { in Create()
110 gfx::SurfaceFormat aFormat) in AndroidNativeWindowTextureData() argument
119 switch (aFormat) { in AndroidNativeWindowTextureData()
218 AndroidHardwareBuffer::Create(aSize, aFormat); in Create()
227 gfx::SurfaceFormat aFormat) in AndroidHardwareBufferTextureData() argument
[all …]
/dports/www/firefox/firefox-99.0/gfx/layers/opengl/
H A DTextureClientOGL.cpp88 gfx::IntSize aSize, gfx::SurfaceFormat aFormat) { in Create() argument
89 if (aFormat != gfx::SurfaceFormat::R8G8B8A8 && in Create()
90 aFormat != gfx::SurfaceFormat::R8G8B8X8 && in Create()
91 aFormat != gfx::SurfaceFormat::B8G8R8A8 && in Create()
92 aFormat != gfx::SurfaceFormat::B8G8R8X8 && in Create()
93 aFormat != gfx::SurfaceFormat::R5G6B5_UINT16) { in Create()
109 gfx::SurfaceFormat aFormat) in AndroidNativeWindowTextureData() argument
118 switch (aFormat) { in AndroidNativeWindowTextureData()
216 AndroidHardwareBuffer::Create(aSize, aFormat); in Create()
225 gfx::SurfaceFormat aFormat) in AndroidHardwareBufferTextureData() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DTextureClientOGL.cpp89 gfx::IntSize aSize, gfx::SurfaceFormat aFormat) { in Create() argument
90 if (aFormat != gfx::SurfaceFormat::R8G8B8A8 && in Create()
91 aFormat != gfx::SurfaceFormat::R8G8B8X8 && in Create()
92 aFormat != gfx::SurfaceFormat::B8G8R8A8 && in Create()
93 aFormat != gfx::SurfaceFormat::B8G8R8X8 && in Create()
94 aFormat != gfx::SurfaceFormat::R5G6B5_UINT16) { in Create()
110 gfx::SurfaceFormat aFormat) in AndroidNativeWindowTextureData() argument
119 switch (aFormat) { in AndroidNativeWindowTextureData()
218 AndroidHardwareBuffer::Create(aSize, aFormat); in Create()
227 gfx::SurfaceFormat aFormat) in AndroidHardwareBufferTextureData() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/inspector/
H A DnsFontFace.cpp145 AppendToFormat(nsAString & aResult, const char* aFormat) in AppendToFormat() argument
150 aResult.AppendASCII(aFormat); in AppendToFormat()
154 nsFontFace::GetFormat(nsAString & aFormat) in GetFormat() argument
156 aFormat.Truncate(); in GetFormat()
161 AppendToFormat(aFormat, "opentype"); in GetFormat()
164 AppendToFormat(aFormat, "truetype"); in GetFormat()
167 AppendToFormat(aFormat, "truetype-aat"); in GetFormat()
170 AppendToFormat(aFormat, "embedded-opentype"); in GetFormat()
173 AppendToFormat(aFormat, "svg"); in GetFormat()
176 AppendToFormat(aFormat, "woff"); in GetFormat()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DFactory.cpp314 if (newTarget->Init(aSize, aFormat)) { in CreateDrawTarget()
325 if (newTarget->Init(aSize, aFormat)) { in CreateDrawTarget()
336 if (newTarget->Init(aSize, aFormat)) { in CreateDrawTarget()
369 SurfaceFormat aFormat, in CreateDrawTargetForData() argument
397 if (newTarget->Init(aData, aSize, aStride, aFormat)) { in CreateDrawTargetForData()
591 if (newTarget->Init(aTexture, aFormat)) { in CreateDrawTargetForD3D11Texture()
753 if (newTarget->Init(aSurface, aSize, aFormat)) { in CreateDrawTargetForCairoSurface()
783 SurfaceFormat aFormat, in CreateWrappingDataSourceSurface() argument
815 SurfaceFormat aFormat, in CreateDataSourceSurface() argument
828 if (newSurf->Init(aSize, aFormat, clearSurface, clearValue)) { in CreateDataSourceSurface()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DDataTransfer.h141 void GetData(const nsAString& aFormat, nsAString& aData,
145 void SetData(const nsAString& aFormat, const nsAString& aData,
149 void ClearData(const mozilla::dom::Optional<nsAString>& aFormat,
183 void MozClearDataAt(const nsAString& aFormat, uint32_t aIndex,
187 void MozSetDataAt(JSContext* aCx, const nsAString& aFormat,
192 void MozGetDataAt(JSContext* aCx, const nsAString& aFormat,
259 nsresult SetDataWithPrincipal(const nsAString& aFormat,
266 void SetDataWithPrincipalFromOtherProcess(const nsAString& aFormat,
288 static bool PrincipalMaySetData(const nsAString& aFormat,
301 nsresult CacheExternalData(const char* aFormat, uint32_t aIndex,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/inspector/
H A DInspectorFontFace.cpp130 aResult.AppendASCII(aFormat); in AppendToFormat()
134 aFormat.Truncate(); in GetFormat()
139 AppendToFormat(aFormat, "opentype"); in GetFormat()
142 AppendToFormat(aFormat, "truetype"); in GetFormat()
145 AppendToFormat(aFormat, "truetype-aat"); in GetFormat()
148 AppendToFormat(aFormat, "embedded-opentype"); in GetFormat()
151 AppendToFormat(aFormat, "svg"); in GetFormat()
154 AppendToFormat(aFormat, "woff"); in GetFormat()
157 AppendToFormat(aFormat, "woff2"); in GetFormat()
166 AppendToFormat(aFormat, "woff-variations"); in GetFormat()
[all …]

12345678910>>...72