Home
last modified time | relevance | path

Searched defs:mode (Results 2626 - 2650 of 12201) sorted by relevance

1...<<101102103104105106107108109110>>...489

/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum-dtoa.cpp103 void BignumDtoa(double v, BignumDtoaMode mode, int requested_digits, in BignumDtoa() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dfilestrm.cpp33 T_FileStream_open(const char* filename, const char* mode) in T_FileStream_open() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp106 const char *convertToText<PerformanceMode>(PerformanceMode mode) { in convertToText() argument
116 const char *convertToText<SharingMode>(SharingMode mode) { in convertToText() argument
/third_party/skia/tests/
H A DRecordingXfermodeTest.cpp152 SkBlendMode mode = SkBlendMode(iMode); in DEF_TEST() local
[all...]
/third_party/skia/src/shaders/
H A DSkComposeShader.cpp45 sk_sp<SkShader> SkShaders::Blend(SkBlendMode mode, sk_sp<SkShader> dst, sk_sp<SkShader> src) { in Blend() argument
81 unsigned mode = buffer.read32(); in CreateProc() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerBuffer.cpp53 DoBufferMapAsync(ObjectId bufferId, uint64_t requestSerial, WGPUMapModeFlags mode, uint64_t offset64, uint64_t size64) DoBufferMapAsync() argument
H A DServer.h117 WGPUMapModeFlags mode; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.cpp107 tint::transform::VertexStepMode ToTintVertexStepMode(wgpu::VertexStepMode mode) { in ToTintVertexStepMode() argument
/third_party/openssl/crypto/bio/
H A Dbss_file.c57 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file() argument
425 BIO *BIO_new_file(const char *filename, const char *mode) in BIO_new_file() argument
H A Dossl_core_bio.c84 OSSL_CORE_BIO *ossl_core_bio_new_file(const char *filename, const char *mode) in ossl_core_bio_new_file() argument
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfcodes.c33 inflate_codes_mode mode; /* current inflate_codes mode */ member
[all...]
H A Dinflate.c33 inflate_mode mode; /* current inflate mode */ member
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftsdfrend.c247 ft_sdf_render( FT_Renderer module, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_sdf_render() argument
470 ft_bsdf_render( FT_Renderer module, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_bsdf_render() argument
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftsmooth.c428 ft_smooth_render( FT_Renderer render, FT_GlyphSlot slot, FT_Render_Mode mode, const FT_Vector* origin ) ft_smooth_render() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-normalize.cc299 hb_ot_shape_normalization_mode_t mode = plan->shaper->normalization_preference; in _hb_ot_shape_normalize() local
[all...]
/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c109 static void *darwin_dlopen(const char *path, int mode) in darwin_dlopen() argument
/third_party/python/Modules/_io/clinic/
H A D_iomodule.c.h141 const char *mode = "r"; _io_open() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py397 mode = args[0] variable
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
H A Dsocket.cc65 u_long mode = blocking ? 0 : 1; in setBlocking() local
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dioapi.c31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) in call_zopen64() argument
95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() argument
113 fopen64_file_func(voidpf opaque, const void* filename, int mode) fopen64_file_func() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dunorm.cpp47 unorm_quickCheck(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) unorm_quickCheck() argument
56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_quickCheckWithOptions() argument
71 unorm_isNormalized(const UChar *src, int32_t srcLength, UNormalizationMode mode, UErrorCode *pErrorCode) unorm_isNormalized() argument
79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_isNormalizedWithOptions() argument
97 unorm_normalize(const UChar *src, int32_t srcLength, UNormalizationMode mode, int32_t options, UChar *dest, int32_t destCapacity, UErrorCode *pErrorCode) unorm_normalize() argument
177 unorm_iterate(UCharIterator *src, UBool forward, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_iterate() argument
197 unorm_previous(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_previous() argument
210 unorm_next(UCharIterator *src, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_next() argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument
[all...]
/third_party/toybox/toys/pending/
H A Dmdev.c43 int major = 0, minor = 0, type, len, fd, mode = 0660; in make_device() local
/third_party/toybox/toys/posix/
H A Dcpio.c111 unsigned size, mode, uid, gid, timestamp; in cpio_main() local
[all...]
/third_party/python/Modules/clinic/
H A D_gdbmmodule.c.h273 int mode = 438; in dbmopen() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-tdb.c67 tdb_open_cloexec( const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode) tdb_open_cloexec() argument

Completed in 17 milliseconds

1...<<101102103104105106107108109110>>...489