Searched refs:size_t (Results 19151 - 19175 of 27916) sorted by relevance
1...<<761762763764765766767768769770>>...1117
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.h | 26 void drawPoints(SkCanvas::PointMode mode, size_t count,
|
/third_party/skia/tests/ |
H A D | SkScalerCacheTest.cpp | 48 constexpr size_t glyphCount = 'z' - ' '; in DEF_TEST()
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_mac_ct.h | 66 CGGlyph glyphID, size_t* rowBytesPtr, bool generateA8FromLCD);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | QuerySetVk.cpp | 41 for (size_t i = 0; i < pipelineStatisticsSet.size(); ++i) { in VulkanQueryPipelineStatisticFlags()
|
H A D | RenderPassCache.h | 92 size_t operator()(const RenderPassCacheQuery& query) const;
|
/third_party/skia/third_party/externals/angle2/util/android/third_party/ |
H A D | android_native_app_glue.h | 140 size_t savedStateSize;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | QueueGL.cpp | 45 size_t size) { in WriteBufferImpl()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ClientHandlers.cpp | 56 const volatile char* Client::HandleCommandsImpl(const volatile char* commands, size_t size) { in HandleCommandsImpl()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandBufferStateTracker.h | 48 static constexpr size_t kNumAspects = 4;
|
H A D | Pipeline.h | 67 size_t ComputeContentHash() override;
|
H A D | PipelineLayout.h | 79 size_t ComputeContentHash() override;
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | random_utils.h | 61 for (size_t i = 0; i < data->size(); ++i) in FillVectorWithRandomUBytes()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | AsyncTaskTests.cpp | 73 constexpr size_t kTaskCount = 4u; in TEST_F()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | fttypes.h | 319 * This is equivalent to the ANSI~C `size_t` type, i.e., the largest 323 typedef size_t FT_Offset;
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
H A D | hb-set-fuzzer.cc | 39 extern "C" int LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
H A D | hb-shape-fuzzer.cc | 12 extern "C" int LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
H A D | hb-subset-fuzzer.cc | 46 extern "C" int LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | utils.cc | 84 for (size_t i = 0; i < output_stream.Size(); ++i) { in SerializeFont()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | endian_test.cc | 39 for (size_t i = 0; i < sizeof(test_data); ++i) { in TestEndian()
|
H A D | memory_io_test.cc | 31 const size_t kTestBufferLen = 102;
|
H A D | otf_basic_editing_test.cc | 81 size_t erased = builder_tags.erase(header->tag()); in TestOTFBasicEditing()
|
/third_party/python/Modules/_ctypes/ |
H A D | malloc_closure.c | 115 void *Py_ffi_closure_alloc(size_t size, void** codeloc)
|
/third_party/python/Misc/ |
H A D | coverity_model.c | 87 wchar_t *Py_DecodeLocale(const char* arg, size_t *size) in Py_DecodeLocale()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi_common.h | 73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1))
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | socket-server.h | 51 char *pa_socket_server_get_address(pa_socket_server *s, char *c, size_t l);
|
Completed in 20 milliseconds
1...<<761762763764765766767768769770>>...1117