Home
last modified time | relevance | path

Searched refs:fills (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/skia/docs/examples/
DPath_ConvertToNonInverseFillType.cpp12 } 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()
DPath_IsInverseFillType.cpp12 } fills[] = { in draw() local
18 for (auto fill: fills ) { in draw()
/third_party/ffmpeg/libavcodec/x86/
Dvideodsp.asm122 ; 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/
DBIO_f_buffer.pod44 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
DOPENSSL_malloc.pod104 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
DEVP_PKEY_get_group_name.pod16 EVP_PKEY_get_group_name() fills in the group name of the I<pkey> into
DOSSL_CMP_STATUSINFO_new.pod27 and fills in the given values.
DEVP_PKEY_get_default_digest_nid.pod18 EVP_PKEY_get_default_digest_name() fills in the default message digest
DX509V3_set_ctx.pod18 X509V3_set_ctx() fills in the basic fields of I<ctx> of type B<X509V3_CTX>,
DOSSL_CMP_ITAV_set0.pod32 OSSL_CMP_ITAV_create() creates a new B<OSSL_CMP_ITAV> structure and fills it in.
DEVP_PKEY_new.pod133 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/
Dadd_person.dart5 /// This function fills in a Person message based on user input.
/third_party/libunwind/libunwind/doc/
Dunw_backtrace.tex24 the calling program. The routine fills up to \Var{size} addresses in the array
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.frag_output.txt37 Fragment output tests render a single quad that fills the entire viewport.
Dfunctional.shaders.fragdepth.txt42 while right quad fills with value that is interpolated in range 0..1.
Dperformance.txt86 draw call, fills the screen entirely without any overlap between quads.
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/
Dfill.comp8 // Each workgroup fills up to RS_BLOCK_KEYVALS
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c857 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()
Dvir_register_allocate.c666 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/
Dafcjk.c280 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/
Dskcanvas_overview.md55 This fills the entire canvas (though respecting the current clip of
/third_party/libunwind/libunwind/include/
Dlibunwind-common.h.in123 /* 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/
DOPTIONS.pod251 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/
DREADME52 4) Solid fills without ROP functionality.
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dperformance.txt86 draw call, fills the screen entirely without any overlap between quads.

12345