Home
last modified time | relevance | path

Searched refs:pad (Results 401 - 425 of 579) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/astc-encoder/Source/
H A Dstb_image_write.h478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, int expand_mono, void *data, int alpha, int pad, const char *fmt, ...) in stbiw__outfile() argument
487 stbiw__write_pixels(s,rgb_dir,vdir,x,y,comp,data,alpha,pad, expand_mono); in stbiw__outfile()
496 int pad = (-x*3) & 3; in stbi_write_bmp_core() local
497 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *) data,0,pad, in stbi_write_bmp_core()
499 'B', 'M', 14+40+(x*3+pad)*y, 0,0, 14+40, // file header in stbi_write_bmp_core()
976 // pad with 0 bits to byte boundary
/third_party/skia/src/core/
H A DSkBlurMF.cpp562 // i.e. pad == 0 ? in computeFastBounds()
564 SkScalar pad = 3.0f * fSigma; in computeFastBounds() local
566 dst->setLTRB(src.fLeft - pad, src.fTop - pad, in computeFastBounds()
567 src.fRight + pad, src.fBottom + pad); in computeFastBounds()
H A DSkRemoteGlyphCache.cpp68 size_t pad(size_t size, size_t alignment) { return (size + (alignment - 1)) & ~(alignment - 1); } in pad() function
107 size_t aligned = pad(fBuffer->size(), alignment); in allocate()
156 size_t padded = pad(fBytesRead, alignment); in ensureAtLeast()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c842 int screen, pad; in rpng2_x_create_window() local
1007 pad = 32; in rpng2_x_create_window()
1010 pad = 16; in rpng2_x_create_window()
1013 pad = 8; in rpng2_x_create_window()
1022 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0); in rpng2_x_create_window()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lens_correction.cpp1203 const int32 pad = ConvertUint32ToInt32(fWeights.Radius());
1205 xMin = SafeInt32Sub(xMin, pad);
1206 yMin = SafeInt32Sub(yMin, pad);
1207 xMax = SafeInt32Add(xMax, pad);
1208 yMax = SafeInt32Add(yMax, pad);
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak458 FATE_FILTER_VSYNTH_VIDEO_FILTER-$(CONFIG_PAD_FILTER) += fate-filter-pad
459 fate-filter-pad: CMD = video_filter "pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2"
576 FATE_FILTER_PIXFMTS-$(CONFIG_PAD_FILTER) += fate-filter-pixfmts-pad
577 fate-filter-pixfmts-pad: CMD = pixfmts "500:400:20:20"
601 fate-filter-pixfmts-tinterlace_pad: CMD = pixfmts "pad"
/third_party/libuv/include/uv/
H A Dunix.h157 char pad[sizeof(pthread_barrier_t) - sizeof(struct _uv_barrier*)]; member
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c166 instr.pad = 0x1000000; in emit_instructions()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_bo.c195 req->pad = 0; in bo_upload()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.h172 uint32_t pad[7]; member
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h433 unsigned pad:5; /**< take bits from this for new members */ member
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h20 char pad[UNIT - sizeof(struct meta *) - 1]; member
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h20 char pad[UNIT - sizeof(struct meta *) - 1]; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h122 unsigned pad:1; member
/third_party/node/deps/uv/include/uv/
H A Dunix.h158 char pad[sizeof(pthread_barrier_t) - sizeof(struct _uv_barrier*)]; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs131 pub pad: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs72 pub pad: ::c_ushort,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs237 pub pad: ::c_ushort,
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor_test.cc47 int pad; member in google::protobuf::util::__anon17058::Base1
/third_party/ffmpeg/fftools/
H A Dopt_common.c795 const AVFilterPad *pad; in show_filters() local
813 pad = i ? filter->outputs : filter->inputs; in show_filters()
818 *(descr_cur++) = get_media_type_char(avfilter_pad_get_type(pad, j)); in show_filters()
/third_party/ffmpeg/libavfilter/
H A Daf_anequalizer.c191 AVFilterPad pad, vpad; in init() local
194 pad = (AVFilterPad){ in init()
199 ret = ff_append_outpad(ctx, &pad); in init()
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm243 %assign pad 0x2c - (stack_offset & 15)
244 SUB rsp, pad
307 ADD rsp, pad
/third_party/libwebsockets/lib/jose/jws/
H A Djws.c744 enum enum_genrsa_mode pad = LGRSAM_PKCS1_1_5; in lws_jws_sign_from_b64() local
772 pad = LGRSAM_PKCS1_OAEP_PSS; in lws_jws_sign_from_b64()
780 pad, LWS_GENHASH_TYPE_UNKNOWN)) { in lws_jws_sign_from_b64()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c1074 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) in EVP_CIPHER_CTX_set_padding() argument
1078 unsigned int pd = pad; in EVP_CIPHER_CTX_set_padding()
1080 if (pad) in EVP_CIPHER_CTX_set_padding()
/third_party/openssl/crypto/evp/
H A Devp_enc.c1069 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) in EVP_CIPHER_CTX_set_padding() argument
1073 unsigned int pd = pad; in EVP_CIPHER_CTX_set_padding()
1075 if (pad) in EVP_CIPHER_CTX_set_padding()

Completed in 34 milliseconds

1...<<11121314151617181920>>...24