Home
last modified time | relevance | path

Searched refs:TransferBufferType (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswdtflvr.hxx51 enum class TransferBufferType : sal_uInt16 enum
63 … template<> struct typed_flags<TransferBufferType> : is_typed_flags<TransferBufferType, 0x00ef> {};
93 TransferBufferType m_eBufferType;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dochdl/
H A Dswdtflvr.cxx249 m_eBufferType( TransferBufferType::NONE ), in SwTransferable()
308 m_eBufferType = TransferBufferType::NONE; in ~SwTransferable()
556 if( TransferBufferType::Ole == m_eBufferType ) in GetData()
997 m_eBufferType = TransferBufferType::Graphic; in PrepareForCopy()
1036 m_eBufferType = TransferBufferType::Ole; in PrepareForCopy()
1117 … m_eBufferType = static_cast<TransferBufferType>( TransferBufferType::Graphic | m_eBufferType ); in PrepareForCopy()
1220 m_eBufferType = TransferBufferType::Document; in CalculateAndCopy()
1250 m_eBufferType = TransferBufferType::Document; in CopyGlossary()
3350 …((TransferBufferType::Document|TransferBufferType::Graphic|TransferBufferType::Ole) & pClipboard->… in PasteFormat()
3559 m_eBufferType = TransferBufferType::Graphic; in SetDataForDragAndDrop()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dochdl/
H A Dswdtflvr.cxx254 m_eBufferType( TransferBufferType::NONE ) in SwTransferable()
311 m_eBufferType = TransferBufferType::NONE; in ~SwTransferable()
555 if( TransferBufferType::Ole == m_eBufferType ) in GetData()
923 m_eBufferType = TransferBufferType::Graphic; in PrepareForCopy()
962 m_eBufferType = TransferBufferType::Ole; in PrepareForCopy()
1057 … m_eBufferType = static_cast<TransferBufferType>( TransferBufferType::Graphic | m_eBufferType ); in PrepareForCopy()
1160 m_eBufferType = TransferBufferType::Document; in CalculateAndCopy()
1190 m_eBufferType = TransferBufferType::Document; in CopyGlossary()
3222 …((TransferBufferType::Document|TransferBufferType::Graphic|TransferBufferType::Ole) & pClipboard->… in PasteFormat()
3430 m_eBufferType = TransferBufferType::Graphic; in SetDataForDragAndDrop()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswdtflvr.hxx52 enum class TransferBufferType : sal_uInt16 enum
64 … template<> struct typed_flags<TransferBufferType> : is_typed_flags<TransferBufferType, 0x00ef> {};
94 TransferBufferType m_eBufferType;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h107 enum TransferBufferType { enum
254 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
391 TransferBufferType fTransferBufferType;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h96 enum class TransferBufferType { enum
287 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
518 TransferBufferType fTransferBufferType = TransferBufferType::kNone;
H A DGrGLBuffer.cpp35 if (gpu->glCaps().transferBufferType() == GrGLCaps::TransferBufferType::kNone && in Make()
83 if (caps.transferBufferType() == GrGLCaps::TransferBufferType::kNV_PBO) { in gr_to_gl_access_pattern()
H A DGrGLCaps.cpp495 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
505 fTransferBufferType = TransferBufferType::kNV_PBO; in init()
507 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
3423 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
3437 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
H A DGrGLGpu.cpp342 if (GrGLCaps::TransferBufferType::kChromium == this->glCaps().transferBufferType()) { in GrGLGpu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h94 enum class TransferBufferType { enum
288 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
529 TransferBufferType fTransferBufferType = TransferBufferType::kNone;
H A DGrGLBuffer.cpp37 if (gpu->glCaps().transferBufferType() == GrGLCaps::TransferBufferType::kNone && in Make()
85 if (caps.transferBufferType() == GrGLCaps::TransferBufferType::kNV_PBO) { in gr_to_gl_access_pattern()
H A DGrGLCaps.cpp501 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
511 fTransferBufferType = TransferBufferType::kNV_PBO; in init()
513 fTransferBufferType = TransferBufferType::kARB_PBO; in init()
3481 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
3495 fTransferBufferType = TransferBufferType::kNone; in applyDriverCorrectnessWorkarounds()
H A DGrGLGpu.cpp361 if (GrGLCaps::TransferBufferType::kChromium == this->glCaps().transferBufferType()) { in GrGLGpu()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h100 enum TransferBufferType { enum
257 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
456 TransferBufferType fTransferBufferType;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h96 enum TransferBufferType { enum
268 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
487 TransferBufferType fTransferBufferType;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h96 enum TransferBufferType { enum
268 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
487 TransferBufferType fTransferBufferType;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h96 enum TransferBufferType { enum
268 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
487 TransferBufferType fTransferBufferType;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h96 enum TransferBufferType { enum
268 TransferBufferType transferBufferType() const { return fTransferBufferType; } in transferBufferType()
487 TransferBufferType fTransferBufferType;
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results5164 enum TransferBufferType Drawing
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results10186 enum TransferBufferType Drawing
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog497950 convert TransferBufferType to o3tl::typed_flags
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog759999 convert TransferBufferType to o3tl::typed_flags