/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/flutter/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 != (SkPath::FillType) i) { in draw() 23 SkDebugf("ConvertToNonInverseFillType(%s) == %s\n", fills[i].name, in draw() 24 fills[(int) SkPath::ConvertToNonInverseFillType(fills[i].fill)].name); in draw()
|
D | Path_IsInverseFillType.cpp | 12 } fills[] = { in draw() local 18 for (auto fill: fills ) { in draw()
|
/third_party/boost/libs/outcome/doc/src/content/experimental/c-api/ |
D | example2.md | 18 to_string(9) fills buffer with '9' of 1 characters 19 to_string(99) fills buffer with '99' of 2 characters 20 to_string(999) fills buffer with '999' of 3 characters
|
/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp.asm | 140 ; on sse, - fills xmm0-15 for consecutive sets of 16 pixels 141 ; - if (%2 & 8) fills 8 bytes into xmm$next 142 ; - if (%2 & 4) fills 4 bytes into xmm$next 143 ; - if (%2 & 3) fills 1, 2 or 4 bytes in eax 144 ; on mmx, - fills mm0-7 for consecutive sets of 8 pixels 145 ; - if (%2 & 4) fills 4 bytes into mm$next 146 ; - if (%2 & 3) fills 1, 2 or 4 bytes in eax
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | colors.dart | 51 /// Used in iOS 10 for light background fills such as the chat bubble background. 56 /// Used in iOS 12 for very light background fills in tables between cell groups. 61 /// Used in iOS 12 for very dark background fills in tables between cell groups
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrCircleEffect.fp | 15 // fills and (..., radius - 0.5, 1 / (radius - 0.5)) for inverse fills.
|
/third_party/flutter/flutter/dev/tools/vitool/ |
D | README.md | 13 - paths (strokes are not supported, only fills, eliptical arc curve commands are not supported)
|
/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 | EVP_PKEY_new.pod | 75 EVP_PKEY_get_raw_private_key() fills the buffer provided by B<priv> with raw 85 EVP_PKEY_get_raw_public_key() fills the buffer provided by B<pub> with raw
|
D | OPENSSL_malloc.pod | 105 OPENSSL_cleanse() fills B<ptr> of size B<len> with a string of 0's. 138 CRYPTO_get_mem_functions() function fills in the given arguments with the 182 The function CRYPTO_get_alloc_counts() fills in the number of times
|
/third_party/boost/libs/iterator/doc/ |
D | counting_iterator_eg.rst | 8 This example fills an array with numbers and a second array with
|
/third_party/protobuf/examples/ |
D | add_person.dart | 5 /// This function fills in a Person message based on user input.
|
/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.
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | grid_tile.dart | 41 /// The widget that fills the tile.
|
/third_party/libunwind/doc/ |
D | unw_backtrace.tex | 24 the calling program. The routine fills up to \Var{size} addresses in the array
|
/third_party/flutter/skia/site/user/api/ |
D | skcanvas_overview.md | 48 This fills the entire canvas (though respecting the current clip of
|
/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/freetype/src/autofit/ |
D | afcjk.c | 285 FT_Pos fills[AF_BLUE_STRING_MAX_LEN]; in af_cjk_metrics_init_blues() local 490 fills[num_fills++] = best_pos; in af_cjk_metrics_init_blues() 509 af_sort_pos( num_fills, fills ); in af_cjk_metrics_init_blues() 521 *blue_shoot = fills[num_fills / 2]; in af_cjk_metrics_init_blues() 530 *blue_ref = fills[num_fills / 2]; in af_cjk_metrics_init_blues()
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afcjk.c | 286 FT_Pos fills[AF_BLUE_STRING_MAX_LEN]; in af_cjk_metrics_init_blues() local 491 fills[num_fills++] = best_pos; in af_cjk_metrics_init_blues() 510 af_sort_pos( num_fills, fills ); in af_cjk_metrics_init_blues() 522 *blue_shoot = fills[num_fills / 2]; in af_cjk_metrics_init_blues() 531 *blue_ref = fills[num_fills / 2]; in af_cjk_metrics_init_blues()
|
/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/boost/libs/intrusive/proj/vc7ide/ |
D | to-do.txt | 30 …hen after incremental rehashing uses three, etc.. incrementally, until it fills those 16 buckets. …
|
/third_party/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. */
|