Searched defs:Create (Results 1 - 25 of 1523) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas55 constructor Create(Strm: TStream); procedure
89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); procedure
118 constructor Create(Source: TStream); procedure
269 raise EZlibError.Create('error'); //!!
276 raise ECompressionError.Create('error'); //!!
283 raise EDecompressionError.Create('error'); //!!
389 constructor TCustomZLibStream.Create(Strm: TStream);
391 inherited Create;
406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel;
412 inherited Create(Des
[all...]
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc39 AudioProcessing* AudioProcessing::Create(int id) { function in class:webrtc::AudioProcessing
43 "AudioProcessing::Create()");*/
71 debug_file_(FileWrapper::Create()),
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_posix.cc24 ConditionVariableWrapper* ConditionVariablePosix::Create() function in class:webrtc::ConditionVariablePosix
H A Dcpu_measurement_harness.cc20 CpuMeasurementHarness* CpuMeasurementHarness::Create( function in class:webrtc::CpuMeasurementHarness
55 event_(EventWrapper::Create()) {
H A Devent.cc26 EventWrapper* EventWrapper::Create() function in class:webrtc::EventWrapper
31 return EventPosix::Create();
H A Devent_posix.cc25 EventWrapper* EventPosix::Create() function in class:webrtc::EventPosix
226 _timerEvent = static_cast<EventPosix*>(EventWrapper::Create());
H A Dfile_impl.cc24 FileWrapper* FileWrapper::Create() function in class:webrtc::FileWrapper
H A Dlist_unittest.cc35 static ListWrapperSimple* Create(bool static_allocation);
230 ListWrapperSimple* ListWrapperSimple::Create(bool static_allocation) { function in class:ListWrapperSimple
239 ListWrapperSimple* return_value = ListWrapperSimple::Create(
255 ListWrapperSimple* return_value = ListWrapperSimple::Create(
273 ListWrapperSimple* return_value = ListWrapperSimple::Create(
338 // Create a new temporary list with elements reversed those of
353 ListWrapperSimple::Create(rand()%2));
364 ListWrapperSimple::Create(rand()%2));
H A Dthread_posix.cc77 ThreadWrapper* ThreadPosix::Create(ThreadRunFunction func, ThreadObj obj, function in class:webrtc::ThreadPosix
102 _event(EventWrapper::Create()),
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp80 void Create(void* (*pf)(void*), void* arg) function in class:Thread
141 void Create(void* (*pf)(void*), void* arg) function in class:Thread
319 q->Create(thread_func, new smart_ptr<counter>(p));
/external/skia/src/core/
H A DSkBitmapDevice.cpp71 SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo, function in class:SkBitmapDevice
112 return SkBitmapDevice::Create(info, &this->getDeviceProperties());
H A DSkDeviceProfile.cpp40 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, function in class:SkDeviceProfile
55 gDefaultProfile = SkDeviceProfile::Create(DEFAULT_GAMMAEXP,
H A DSkFont.cpp31 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, function in class:SkFont
46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) { function in class:SkFont
47 return SkFont::Create(face, size, 1, 0, mt, flags);
51 return SkFont::Create(this->getTypeface(), newSize, this->getScaleX(), this->getSkewX(),
153 return Create(paint.getTypeface(),
H A DSkImageFilter.cpp430 SkImageFilter::Cache* SkImageFilter::Cache::Create(int minChildren) { function in class:SkImageFilter::Cache
H A DSkPictureFlat.h264 static SkFlatData* Create(SkFlatController* controller, const T& obj, int index) { function in class:SkFlatData
457 SkTRefArray<T>* array = SkTRefArray<T>::Create(count);
H A DSkPictureShader.cpp39 SkPictureShader* SkPictureShader::Create(SkPicture* picture, TileMode tmx, TileMode tmy, function in class:SkPictureShader
121 return PictureShaderContext::Create(storage, *this, rec, bitmapShader);
126 SkShader::Context* SkPictureShader::PictureShaderContext::Create(void* storage, function in class:SkPictureShader::PictureShaderContext
H A DSkRTree.cpp19 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio, function in class:SkRTree
H A DSkTRefArray.h23 * for the elements. Those are called by the proper Create method.
41 static SkTRefArray<T>* Create(int count) { function in class:SkTRefArray
55 static SkTRefArray<T>* Create(const T src[], int count) { function in class:SkTRefArray
H A DSkTypeface.cpp42 static SkEmptyTypeface* Create() { function in class:SkEmptyTypeface
88 return t ? t : SkEmptyTypeface::Create();
H A DSkXfermode.cpp504 // Create a color with the hue of the source color and the saturation and luminosity of the backdrop color.
538 // Create a color with the saturation of the source color and the hue and luminosity of the backdrop color.
572 // Create a color with the hue and saturation of the source color and the luminosity of the backdrop color.
605 // Create a color with the luminosity of the source color and the hue and saturation of the backdrop color.
796 static GrEffectRef* Create(SkXfermode::Mode mode, GrTexture* background) { function in class:XferEffect
1370 *effect = XferEffect::Create(fMode, background);
1428 static SkClearXfermode* Create(const ProcCoeff& rec) { function in class:SkClearXfermode
1493 static SkSrcXfermode* Create(const ProcCoeff& rec) { function in class:SkSrcXfermode
1563 static SkDstInXfermode* Create(const ProcCoeff& rec) { function in class:SkDstInXfermode
1609 static SkDstOutXfermode* Create(cons function in class:SkDstOutXfermode
1704 SkXfermode* SkXfermode::Create(Mode mode) { function in class:SkXfermode
[all...]
H A DSkXfermode_proccoeff.h18 static SkProcCoeffXfermode* Create(const ProcCoeff& rec, Mode mode) { function in class:SkProcCoeffXfermode
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp38 SkImageFilter* SkAlphaThresholdFilter::Create(const SkRegion& region, function in class:SkAlphaThresholdFilter
59 static GrEffectRef* Create(GrTexture* texture, function in class:AlphaThresholdEffect
207 return AlphaThresholdEffect::Create(bmpTex, maskTex, inner_thresh, outer_thresh);
290 *effect = AlphaThresholdEffect::Create(texture,
H A DSkArithmeticMode.cpp25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, function in class:SkArithmeticMode_scalar
206 SkXfermode* SkArithmeticMode::Create(SkScalar k1, SkScalar k2, function in class:SkArithmeticMode
229 return SkArithmeticMode_scalar::Create(k1, k2, k3, k4, enforcePMColor);
265 static GrEffectRef* Create(float k1, float k2, float k3, float k4, bool enforcePMColor, function in class:GrArithmeticEffect
434 *effect = GrArithmeticEffect::Create(SkScalarToFloat(fK[0]),
H A DSkBlurMaskFilter.cpp115 SkMaskFilter* SkBlurMaskFilter::Create(SkBlurStyle style, SkScalar sigma, uint32_t flags) { function in class:SkBlurMaskFilter
556 * Create a simple filter effect with custom bicubic coefficients.
558 static GrEffectRef* Create(GrContext *context, const SkRect& rect, function in class:GrRectBlurEffect
770 return GrRectBlurEffect::Create(context, SkRect::MakeWH(width, height), sigma);
797 SkAutoTUnref<GrEffectRef> effect(GrRectBlurEffect::Create(
819 static GrEffectRef* Create(GrContext* context, float sigma, const SkRRect&);
848 GrEffectRef* GrRRectBlurEffect::Create(GrContext* context, float sigma, const SkRRect& rrect) { function in class:GrRRectBlurEffect
956 return GrRRectBlurEffect::Create(context, sigma, rrect);
1079 SkAutoTUnref<GrEffectRef> effect(GrRRectBlurEffect::Create(
1163 paint.addColorEffect(GrSimpleTextureEffect::Create(sr
[all...]
H A DSkColorFilterImageFilter.cpp60 SkColorFilterImageFilter* SkColorFilterImageFilter::Create(SkColorFilter* cf, function in class:SkColorFilterImageFilter
72 SkAutoTUnref<SkColorFilter> newCF(SkColorMatrixFilter::Create(combinedMatrix));

Completed in 2564 milliseconds

1234567891011>>