Searched defs:Create (Results 1 - 25 of 584) sorted by relevance

1234567891011>>

/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_object.cpp9 IFDE_Pen* IFDE_Pen::Create() { function in class:IFDE_Pen
12 IFDE_Brush* IFDE_Brush::Create(int32_t iType) { function in class:IFDE_Brush
/external/skia/src/ports/
H A DSkDiscardableMemory_none.cpp12 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { function in class:SkDiscardableMemory
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer.cc18 WindowCapturer* WindowCapturer::Create() { function in class:webrtc::WindowCapturer
19 return Create(DesktopCaptureOptions::CreateDefault());
H A Dscreen_capturer_null.cc16 ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { function in class:webrtc::ScreenCapturer
H A Dscreen_capturer_win.cc22 ScreenCapturer* ScreenCapturer::Create(const DesktopCaptureOptions& options) { function in class:webrtc::ScreenCapturer
/external/ceres-solver/internal/ceres/
H A Dschur_eliminator.cc51 SchurEliminatorBase::Create(const LinearSolver::Options& options) { function in class:ceres::internal::SchurEliminatorBase
H A Dpartitioned_matrix_view.cc51 PartitionedMatrixViewBase::Create(const LinearSolver::Options& options, function in class:ceres::internal::PartitionedMatrixViewBase
H A Dtrust_region_strategy.cc42 TrustRegionStrategy* TrustRegionStrategy::Create(const Options& options) { function in class:ceres::internal::TrustRegionStrategy
/external/skia/src/gpu/gl/debug/
H A DSkDebugGLContext.h17 static SkDebugGLContext* Create() { function in class:SkDebugGLContext
/external/skia/src/svg/
H A DSkSVGCanvas.cpp11 SkCanvas* SkSVGCanvas::Create(const SkRect& bounds, SkXMLWriter* writer) { function in class:SkSVGCanvas
14 SkAutoTUnref<SkBaseDevice> device(SkSVGDevice::Create(size, writer));
/external/webrtc/talk/media/devices/
H A Ddummydevicemanager.cc34 DeviceManagerInterface* DeviceManagerFactory::Create() { function in class:cricket::DeviceManagerFactory
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturerfactory.cc34 VideoCapturer* WebRtcVideoDeviceCapturerFactory::Create(const Device& device) { function in class:cricket::WebRtcVideoDeviceCapturerFactory
/external/webrtc/webrtc/call/
H A Drtc_event_log.cc109 rtc::scoped_ptr<FileWrapper>(FileWrapper::Create());
176 : file_(FileWrapper::Create()),
447 // Create a LogEnd event
504 rtc::scoped_ptr<FileWrapper> dump_file(FileWrapper::Create());
519 rtc::scoped_ptr<RtcEventLog> RtcEventLog::Create() { function in class:webrtc::RtcEventLog
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264.cc38 H264Encoder* H264Encoder::Create() { function in class:webrtc::H264Encoder
52 H264Decoder* H264Decoder::Create() { function in class:webrtc::H264Decoder
/external/skia/include/effects/
H A DSkColorMatrixFilter.h16 static SkColorFilter* Create(const SkColorMatrix& cm) { function in class:SkColorMatrixFilter
19 static SkColorFilter* Create(const SkScalar array[20]) { function in class:SkColorMatrixFilter
24 * Create a colorfilter that multiplies the RGB channels by one color, and
H A DSkArcToPathEffect.h18 static SkPathEffect* Create(SkScalar radius) { function in class:SkArcToPathEffect
H A DSkCornerPathEffect.h23 static SkPathEffect* Create(SkScalar radius) { return new SkCornerPathEffect(radius); } function in class:SkCornerPathEffect
/external/skia/src/images/
H A DSkImageEncoder_Factory.cpp13 SkImageEncoder* SkImageEncoder::Create(Type t) { function in class:SkImageEncoder
/external/webrtc/webrtc/sound/
H A Dnullsoundsystem.h26 static SoundSystemInterface *Create() { function in class:rtc::NullSoundSystem
/external/webrtc/webrtc/system_wrappers/source/
H A Devent.cc50 EventWrapper* EventWrapper::Create() { function in class:webrtc::EventWrapper
/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp20 WRes CVirtThread::Create() function in class:CVirtThread
29 return Thread.Create(CoderThread, this);
/external/lzma/CPP/7zip/UI/FileManager/
H A DPasswordDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); } function in class:CPasswordDialog
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_plex.cpp10 CFX_Plex* CFX_Plex::Create(CFX_Plex*& pHead, function in class:CFX_Plex
/external/skia/include/client/android/
H A DSkPixelXorXfermode.h20 static SkXfermode* Create(SkColor opColor) { function in class:SkPixelXorXfermode
/external/skia/include/gpu/gl/
H A DSkNullGLContext.h17 static SkNullGLContext* Create();
19 static SkNullGLContext* Create(GrGLStandard forcedAPI) { function in class:SkNullGLContext
21 (void)forcedAPI; return Create();

Completed in 712 milliseconds

1234567891011>>