Home
last modified time | relevance | path

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

12345678

/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/flutter/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 != (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()
DPath_IsInverseFillType.cpp12 } fills[] = { in draw() local
18 for (auto fill: fills ) { in draw()
/third_party/boost/libs/outcome/doc/src/content/experimental/c-api/
Dexample2.md18 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/
Dvideodsp.asm140 ; 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/
Dcolors.dart51 /// 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/
DGrCircleEffect.fp15 // fills and (..., radius - 0.5, 1 / (radius - 0.5)) for inverse fills.
/third_party/flutter/flutter/dev/tools/vitool/
DREADME.md13 - paths (strokes are not supported, only fills, eliptical arc curve commands are not supported)
/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
DEVP_PKEY_new.pod75 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
DOPENSSL_malloc.pod105 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/
Dcounting_iterator_eg.rst8 This example fills an array with numbers and a second array with
/third_party/protobuf/examples/
Dadd_person.dart5 /// This function fills in a Person message based on user input.
/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.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dgrid_tile.dart41 /// The widget that fills the tile.
/third_party/libunwind/doc/
Dunw_backtrace.tex24 the calling program. The routine fills up to \Var{size} addresses in the array
/third_party/flutter/skia/site/user/api/
Dskcanvas_overview.md48 This fills the entire canvas (though respecting the current clip of
/third_party/skia/site/docs/user/api/
Dskcanvas_overview.md55 This fills the entire canvas (though respecting the current clip of
/third_party/freetype/src/autofit/
Dafcjk.c285 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/
Dafcjk.c286 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/
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/boost/libs/intrusive/proj/vc7ide/
Dto-do.txt30 …hen after incremental rehashing uses three, etc.. incrementally, until it fills those 16 buckets. …
/third_party/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. */

12345678