/third_party/boost/boost/spirit/home/karma/detail/ |
D | default_width.hpp | 47 struct default_width struct
|
/third_party/boost/boost/spirit/home/karma/directive/ |
D | left_alignment.hpp | 117 template <typename Subject, typename Width = detail::default_width> 161 , typename Width = detail::default_width>
|
D | right_alignment.hpp | 127 template <typename Subject, typename Width = detail::default_width> 171 , typename Width = detail::default_width>
|
D | center_alignment.hpp | 134 template <typename Subject, typename Width = detail::default_width> 178 , typename Width = detail::default_width>
|
/third_party/freetype/src/cff/ |
D | cfftoken.h | 101 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cfftoken.h | 101 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cfftoken.h | 101 CFF_FIELD_NUM ( 20, default_width, "defaultWidthX" )
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 274 FT_Pos default_width; member
|
/third_party/freetype/include/freetype/internal/ |
D | cfftypes.h | 273 FT_Pos default_width; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | cfftypes.h | 273 FT_Pos default_width; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 541 void init_window_size(struct sample_info &info, int32_t default_width, int32_t default_height);
|
D | vulkan_command_buffer_utils.cpp | 557 void init_window_size(struct sample_info &info, int32_t default_width, int32_t default_height) in init_window_size() argument 562 info.mOSWindow->initialize("VulkanTest", default_width, default_height); in init_window_size() 564 info.width = default_width; in init_window_size()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 541 void init_window_size(struct sample_info &info, int32_t default_width, int32_t default_height);
|
D | vulkan_command_buffer_utils.cpp | 565 void init_window_size(struct sample_info &info, int32_t default_width, int32_t default_height) in init_window_size() argument 570 info.mOSWindow->initialize("VulkanTest", default_width, default_height); in init_window_size() 572 info.width = default_width; in init_window_size()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 855 decoder->current_subfont->private_dict.default_width ); in cf2_getDefaultWidthX()
|
D | cffdecode.c | 2413 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psft.c | 855 decoder->current_subfont->private_dict.default_width ); in cf2_getDefaultWidthX()
|
D | cffdecode.c | 2410 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
/third_party/freetype/src/psaux/ |
D | psft.c | 855 decoder->current_subfont->private_dict.default_width ); in cf2_getDefaultWidthX()
|
D | cffdecode.c | 2412 decoder->glyph_width = sub->private_dict.default_width; in cff_decoder_prepare()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 314 static int default_width = 640; variable 1333 default_width = rect.w; in set_default_window_size() 1341 w = screen_width ? screen_width : default_width; in video_open() 3751 …indow(program_name, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, default_width, default_heigh… in main()
|