/third_party/skia/docs/examples/ |
D | Path_ConvertToNonInverseFillType.cpp | 12 } fills[] = { in draw() local 18 for (unsigned i = 0; i < SK_ARRAY_COUNT(fills); ++i) { in draw() 19 if (fills[i].fill != (SkPathFillType) i) { in draw() 23 SkDebugf("ConvertToNonInverseFillType(%s) == %s\n", fills[i].name, in draw() 24 fills[(int) SkPathFillType_ConvertToNonInverse(fills[i].fill)].name); in draw()
|
D | Path_IsInverseFillType.cpp | 12 } fills[] = { in draw() local 18 for (auto fill: fills ) { in draw()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp.asm | 122 ; on sse, - fills xmm0-15 for consecutive sets of 16 pixels 123 ; - if (%2 & 8) fills 8 bytes into xmm$next 124 ; - if (%2 & 4) fills 4 bytes into xmm$next 125 ; - if (%2 & 3) fills 1, 2 or 4 bytes in eax 126 ; on mmx, - fills mm0-7 for consecutive sets of 8 pixels 127 ; - if (%2 & 4) fills 4 bytes into mm$next 128 ; - if (%2 & 3) fills 1, 2 or 4 bytes in eax
|
/third_party/openssl/doc/man3/ |
D | BIO_f_buffer.pod | 44 BIO_set_buffer_read_data() clears the read buffer and fills it with B<num> 67 Data is only written to the next BIO in the chain when the write buffer fills
|
D | OPENSSL_malloc.pod | 104 OPENSSL_cleanse() fills B<ptr> of size B<len> with a string of 0's. 123 CRYPTO_get_mem_functions() function fills in the given arguments with the 137 The function CRYPTO_get_alloc_counts() fills in the number of times
|
D | EVP_PKEY_get_group_name.pod | 16 EVP_PKEY_get_group_name() fills in the group name of the I<pkey> into
|
D | OSSL_CMP_STATUSINFO_new.pod | 27 and fills in the given values.
|
D | EVP_PKEY_get_default_digest_nid.pod | 18 EVP_PKEY_get_default_digest_name() fills in the default message digest
|
D | X509V3_set_ctx.pod | 18 X509V3_set_ctx() fills in the basic fields of I<ctx> of type B<X509V3_CTX>,
|
D | OSSL_CMP_ITAV_set0.pod | 32 OSSL_CMP_ITAV_create() creates a new B<OSSL_CMP_ITAV> structure and fills it in.
|
D | EVP_PKEY_new.pod | 133 EVP_PKEY_get_raw_private_key() fills the buffer provided by I<priv> with raw 143 EVP_PKEY_get_raw_public_key() fills the buffer provided by I<pub> with raw
|
/third_party/protobuf/examples/ |
D | add_person.dart | 5 /// This function fills in a Person message based on user input.
|
/third_party/libunwind/libunwind/doc/ |
D | unw_backtrace.tex | 24 the calling program. The routine fills up to \Var{size} addresses in the array
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.frag_output.txt | 37 Fragment output tests render a single quad that fills the entire viewport.
|
D | functional.shaders.fragdepth.txt | 42 while right quad fills with value that is interpolated in range 0..1.
|
D | performance.txt | 86 draw call, fills the screen entirely without any overlap between quads.
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/ |
D | fill.comp | 8 // Each workgroup fills up to RS_BLOCK_KEYVALS
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 857 prog_data->tmu_fills = c->fills; in v3d_set_prog_data() 1678 c->fills, in v3d_shaderdb_dump() 1840 } else if (c->spills + c->fills < in v3d_compile() 1843 best_spill_fill_count = c->spills + c->fills; in v3d_compile() 1854 c->spills, c->fills); in v3d_compile() 1887 c->spills, c->fills); in v3d_compile()
|
D | vir_register_allocate.c | 666 c->fills++; in v3d_spill_reg() 941 return c->spills + c->fills < c->max_tmu_spills; in tmu_spilling_allowed() 1192 if (c->spills + c->fills > c->max_tmu_spills) in v3d_register_allocate()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afcjk.c | 280 FT_Pos fills[AF_BLUE_STRING_MAX_LEN]; in af_cjk_metrics_init_blues() local 485 fills[num_fills++] = best_pos; in af_cjk_metrics_init_blues() 504 af_sort_pos( num_fills, fills ); in af_cjk_metrics_init_blues() 516 *blue_shoot = fills[num_fills / 2]; in af_cjk_metrics_init_blues() 525 *blue_ref = fills[num_fills / 2]; in af_cjk_metrics_init_blues()
|
/third_party/skia/site/docs/user/api/ |
D | skcanvas_overview.md | 55 This fills the entire canvas (though respecting the current clip of
|
/third_party/libunwind/libunwind/include/ |
D | libunwind-common.h.in | 123 /* unw_getcontext() fills the unw_context_t pointed to by UC with the 174 On success, the routine fills in the PROC_INFO structure. */
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 251 opt_md() takes the specified I<name> and fills in the digest into I<mdp>. 253 each takes the specified I<name> and fills in the cipher into I<cipherp>. 272 such as used with the B<-informat> or similar option, and fills
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | README | 52 4) Solid fills without ROP functionality.
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.txt | 86 draw call, fills the screen entirely without any overlap between quads.
|