Home
last modified time | relevance | path

Searched defs:format (Results 1776 - 1800 of 4013) sorted by relevance

1...<<71727374757677787980>>...161

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-stat-table.hh74 HBUINT16 format; /* Format identifier — set to 1. */ member
102 HBUINT16 format; /* Format identifier — set to 2. */ member
134 HBUINT16 format; /* Format identifier — set to 3. */ member
184 HBUINT16 format; /* Format identifier — set to 4. */ member
256 HBUINT16 format; member
[all...]
/third_party/skia/third_party/externals/piex/src/
H A Dpiex_types.h46 Format format = kJpegCompressed; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc36 BitmapGlyph* EbdtTable::Glyph(int32_t offset, int32_t length, int32_t format) { in Glyph() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc248 void FontHeaderTable::Builder::SetIndexToLocFormat(int32_t format) { in SetIndexToLocFormat() argument
256 void FontHeaderTable::Builder::SetGlyphDataFormat(int32_t format) { in SetGlyphDataFormat() argument
/third_party/pulseaudio/src/pulsecore/
H A Dioline.c428 void pa_ioline_printf(pa_ioline *l, const char *format, ...) { in pa_ioline_printf() argument
H A Dmodargs.c408 const char *format; in pa_modargs_get_sample_spec() local
/third_party/python/Lib/
H A Dlocale.py250 def format(percent, value, grouping=False, monetary=False, *additional): function
H A Dtracemalloc.py236 def format(self, limit=None, most_recent_first=False): member in Traceback
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format() function
/third_party/skia/third_party/externals/tint/src/ast/
H A Dstorage_texture.h110 const ImageFormat format; global() member in tint::ast::StorageTexture
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.h441 ast::ImageFormat const format; member in tint::reader::spirv::StorageTexture::ast
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_test.cc225 ast::ImageFormat format = ast::ImageFormat::kR16Float; member
H A Dtype_validation_test.cc808 ast::ImageFormat format; member
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.h71 VertexFormat format; member
/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp55 SkMask::Format format = SkMask::kA8_Format; in generateMetrics() local
[all...]
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp339 bool VulkanWindowContext::createBuffers(VkFormat format, VkImageUsageFlags usageFlags, in createBuffers() argument
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp478 int format; in getClipboardText() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dsimpleformatter.cpp158 UnicodeString& SimpleFormatter::format( in format() function in SimpleFormatter
165 UnicodeString& SimpleFormatter::format( in format() function in SimpleFormatter
173 UnicodeString& SimpleFormatter::format( in format() function in SimpleFormatter
274 UnicodeString &SimpleFormatter::format( in format() function in SimpleFormatter
/third_party/toybox/toys/posix/
H A Dfile.c331 int format = le ? peek_le(s+20,2) : peek_be(s+20,2); in do_regular_file() local
[all...]
/third_party/tzdata/
H A Dstrftime.c119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, in strftime_l() argument
129 strftime(char *restrict s, size_t maxsize, char const *restrict format, in strftime() argument
164 _fmt(const char *format, const struct tm *t, char *pt, in _fmt() argument
610 _conv(int n, const char *format, char *pt, const char *ptlim) _conv() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DEGLImageWrappingTests.cpp123 CreateEGLImage(uint32_t width, uint32_t height, GLenum internalFormat, GLenum format, GLenum type, void* data, size_t size) CreateEGLImage() argument
295 DoClearTest(EGLImage eglImage, GLuint texture, wgpu::TextureFormat format, GLenum glFormat, GLenum glType, void* data, size_t dataSize) DoClearTest() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DStorageTextureValidationTests.cpp92 CreateTexture(wgpu::TextureUsage usage, wgpu::TextureFormat format, uint32_t sampleCount = 1, uint32_t arrayLayerCount = 1, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) CreateTexture() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc277 FormatInternal(const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format) FormatInternal() argument
307 WriteVariable( const std::vector<std::string>& args, const std::map<std::string, std::string>& vars, const char* format, int* arg_index, std::vector<AnnotationCollector::Annotation>* annotations) WriteVariable() argument
[all...]
/third_party/python/Python/
H A Dmodsupport.c44 countformat(const char *format, char endchar) in countformat() argument
517 Py_BuildValue(const char *format, ...) Py_BuildValue() argument
528 _Py_BuildValue_SizeT(const char *format, ...) _Py_BuildValue_SizeT() argument
539 Py_VaBuildValue(const char *format, va_list va) Py_VaBuildValue() argument
545 _Py_VaBuildValue_SizeT(const char *format, va_list va) _Py_VaBuildValue_SizeT() argument
551 va_build_value(const char *format, va_list va, int flags) va_build_value() argument
574 _Py_VaBuildStack(PyObject **small_stack, Py_ssize_t small_stack_len, const char *format, va_list va, Py_ssize_t *p_nargs) _Py_VaBuildStack() argument
581 _Py_VaBuildStack_SizeT(PyObject **small_stack, Py_ssize_t small_stack_len, const char *format, va_list va, Py_ssize_t *p_nargs) _Py_VaBuildStack_SizeT() argument
588 va_build_stack(PyObject **small_stack, Py_ssize_t small_stack_len, const char *format, va_list va, int flags, Py_ssize_t *p_nargs) va_build_stack() argument
[all...]

Completed in 24 milliseconds

1...<<71727374757677787980>>...161