Home
last modified time | relevance | path

Searched defs:size (Results 1151 - 1175 of 7768) sorted by relevance

1...<<41424344454647484950>>...311

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii_benchmark.cc103 const int size = state.range(0); in BM_StrToLower() local
112 const int size = state.range(0); in BM_StrToUpper() local
/third_party/skia/include/private/
H A DSkTLogic.h46 constexpr const T* size(std::initializer_list<T> i) { return i.end() - i.begin(); } in size() function
H A DSkMalloc.h58 static inline void* sk_malloc_throw(size_t size) { in sk_malloc_throw() argument
62 static inline void* sk_calloc_throw(size_t size) { in sk_calloc_throw() argument
66 static inline void* sk_calloc_canfail(size_t size) { in sk_calloc_canfail() argument
84 sk_malloc_canfail(size_t size) sk_malloc_canfail() argument
96 sk_bzero(void* buffer, size_t size) sk_bzero() argument
[all...]
/third_party/skia/modules/androidkit/src/
H A DFont.cpp17 static jlong Font_Create(JNIEnv* env, jobject, jstring jFontFamily, float size) { in Font_Create() argument
/third_party/skia/modules/skplaintexteditor/include/
H A Dstringslice.h27 std::size_t size() const { return fLength; } in size() function in SkPlainTextEditor::StringSlice
35 void reserve(std::size_t size) { if (size > fCapacity) { this->realloc(size); } } in reserve() argument
/third_party/skia/modules/skplaintexteditor/src/
H A Dstringslice.cpp74 void StringSlice::realloc(std::size_t size) { in realloc() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DFont.java6 public Font(String fontFamily, float size) { in Font() argument
26 private static native long nCreate(String fontFamily, float size); in nCreate() argument
/third_party/skia/docs/examples/
H A Dpurplestamp.cpp14 void drawStamp(SkCanvas* canvas, int size) { in REG_FIDDLE() argument
33 sk_sp<SkImage> stampImage(int size) { in REG_FIDDLE() argument
[all...]
H A DBitmap_tryAllocPixels_4.cpp20 uint64_t size = info.height() * rowBytes; in REG_FIDDLE() local
H A DChromeMDRefreshTabs.cpp5 GetInteriorPath( float scale, const SkISize& size, float endcap_width, float horizontal_inset = 0) REG_FIDDLE() argument
/third_party/skia/gm/
H A Dparticles.cpp27 ParticlesGM(const char* name, double startTime, SkISize size, SkPoint origin, std::vector<UniformValue> uniforms = {}) ParticlesGM() argument
H A Dtransparency.cpp50 static sk_sp<SkShader> create_checkerboard_shader(SkColor c1, SkColor c2, int size) { in create_checkerboard_shader() argument
60 static void checkerboard(SkCanvas* canvas, SkColor c1, SkColor c2, int size) { in checkerboard() argument
[all...]
/third_party/skia/include/core/
H A DSkImageFilter.h96 static sk_sp<SkImageFilter> Deserialize(const void* data, size_t size, in Deserialize() argument
/third_party/skia/modules/sksg/include/
H A DSkSGGroup.h33 size_t size() const { return fChildren.size(); } in size() function in sksg::Group
/third_party/skia/experimental/graphite/src/
H A DBuffer.h18 size_t size() const { return fSize; } in size() function in skgpu::Buffer
26 Buffer(size_t size, BufferType type, PrioritizeGpuReads prioritizeGpuReads) in Buffer() argument
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzAndroidCodec.cpp22 auto size = codec->getSampledDimensions(sampleSize); in FuzzAndroidCodec() local
54 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
H A DFuzzSkRuntimeEffect.cpp78 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
/third_party/selinux/libselinux/src/
H A Dvalidatetrans.c20 int size, bufsz; in security_validatetrans_raw() local
H A Dfgetfilecon.c11 static ssize_t fgetxattr_wrapper(int fd, const char *name, void *value, size_t size) { in fgetxattr_wrapper() argument
38 ssize_t size; in fgetfilecon_raw() local
[all...]
H A Dget_initial_context.c18 size_t size; in security_get_initial_context_raw() local
H A Dcompute_user.c19 size_t size; in security_compute_user_raw() local
H A Dcompute_member.c20 size_t size; in security_compute_member_raw() local
H A Dcompute_relabel.c20 size_t size; in security_compute_relabel_raw() local
/third_party/selinux/libsepol/src/
H A Dkernel_to_common.h83 size_t size; member
/third_party/selinux/libsepol/cil/src/
H A Dcil_mem.c38 void *cil_malloc(size_t size) in cil_malloc() argument
63 void *cil_realloc(void *ptr, size_t size) in cil_realloc() argument

Completed in 7 milliseconds

1...<<41424344454647484950>>...311