Home
last modified time | relevance | path

Searched defs:hints (Results 101 - 125 of 127) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp985 std::vector<VkBufferCreateFlags> hints; in createBufferMemoryRequirementsTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp985 std::vector<VkBufferCreateFlags> hints; in createBufferMemoryRequirementsTests() local
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c991 struct addrinfo hints; in run() local
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c517 struct addrinfo hints; in connect_to() local
H A Dtest_notls.c468 struct addrinfo hints; in connect_to() local
H A Dtest_request_response.c505 struct addrinfo hints; in connect_to() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c67 AF_GlyphHintsRec hints[1]; in af_cjk_metrics_init_widths() local
797 af_cjk_hints_compute_segments( AF_GlyphHints hints, in af_cjk_hints_compute_segments() argument
841 af_cjk_hints_link_segments( AF_GlyphHints hints, AF_Dimension dim ) af_cjk_hints_link_segments() argument
999 af_cjk_hints_compute_edges( AF_GlyphHints hints, AF_Dimension dim ) af_cjk_hints_compute_edges() argument
1268 af_cjk_hints_detect_features( AF_GlyphHints hints, AF_Dimension dim ) af_cjk_hints_detect_features() argument
1288 af_cjk_hints_compute_blue_edges( AF_GlyphHints hints, AF_CJKMetrics metrics, AF_Dimension dim ) af_cjk_hints_compute_blue_edges() argument
1494 af_cjk_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, FT_UInt base_flags, FT_UInt stem_flags ) af_cjk_compute_stem_width() argument
1615 af_cjk_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) af_cjk_align_linked_edge() argument
1641 af_cjk_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) af_cjk_align_serif_edge() argument
1668 af_hint_normal_stem( AF_GlyphHints hints, AF_Edge edge, AF_Edge edge2, FT_Pos anchor, AF_Dimension dim ) af_hint_normal_stem() argument
1796 af_cjk_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) af_cjk_hint_edges() argument
2175 af_cjk_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) af_cjk_align_edge_points() argument
[all...]
H A Dafhints.c340 af_get_segment_index( AF_GlyphHints hints, in af_get_segment_index() argument
385 af_get_edge_index( AF_GlyphHints hints, in af_get_edge_index() argument
399 af_get_strong_edge_index( AF_GlyphHints hints, in af_get_strong_edge_index() argument
415 af_glyph_hints_dump_points( AF_GlyphHints hints, in af_glyph_hints_dump_points() argument
533 af_glyph_hints_dump_segments( AF_GlyphHints hints, FT_Bool to_stdout ) af_glyph_hints_dump_segments() argument
598 af_glyph_hints_get_num_segments( AF_GlyphHints hints, FT_Int dimension, FT_Int* num_segments ) af_glyph_hints_get_num_segments() argument
624 af_glyph_hints_get_segment_offset( AF_GlyphHints hints, FT_Int dimension, FT_Int idx, FT_Pos *offset, FT_Bool *is_blue, FT_Pos *blue_offset ) af_glyph_hints_get_segment_offset() argument
672 af_glyph_hints_dump_edges( AF_GlyphHints hints, FT_Bool to_stdout ) af_glyph_hints_dump_edges() argument
790 af_glyph_hints_init( AF_GlyphHints hints, FT_Memory memory ) af_glyph_hints_init() argument
848 af_glyph_hints_rescale( AF_GlyphHints hints, AF_StyleMetrics metrics ) af_glyph_hints_rescale() argument
1279 af_glyph_hints_save( AF_GlyphHints hints, FT_Outline* outline ) af_glyph_hints_save() argument
1314 af_glyph_hints_align_edge_points( AF_GlyphHints hints, AF_Dimension dim ) af_glyph_hints_align_edge_points() argument
1389 af_glyph_hints_align_strong_points( AF_GlyphHints hints, AF_Dimension dim ) af_glyph_hints_align_strong_points() argument
1663 af_glyph_hints_align_weak_points( AF_GlyphHints hints, AF_Dimension dim ) af_glyph_hints_align_weak_points() argument
[all...]
H A Daflatin.c58 AF_GlyphHintsRec hints[1]; in af_latin_metrics_init_widths() local
1985 af_latin_hints_link_segments( AF_GlyphHints hints, FT_UInt width_count, AF_WidthRec* widths, AF_Dimension dim ) af_latin_hints_link_segments() argument
2498 af_latin_hints_compute_blue_edges( AF_GlyphHints hints, AF_LatinMetrics metrics ) af_latin_hints_compute_blue_edges() argument
2612 af_latin_hints_init( AF_GlyphHints hints, AF_LatinMetrics metrics ) af_latin_hints_init() argument
2739 af_latin_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, FT_Pos base_delta, FT_UInt base_flags, FT_UInt stem_flags ) af_latin_compute_stem_width() argument
2936 af_latin_align_linked_edge( AF_GlyphHints hints, AF_Dimension dim, AF_Edge base_edge, AF_Edge stem_edge ) af_latin_align_linked_edge() argument
2967 af_latin_align_serif_edge( AF_GlyphHints hints, AF_Edge base, AF_Edge serif ) af_latin_align_serif_edge() argument
2991 af_latin_hint_edges( AF_GlyphHints hints, AF_Dimension dim ) af_latin_hint_edges() argument
3542 af_latin_hints_apply( FT_UInt glyph_index, AF_GlyphHints hints, FT_Outline* outline, AF_LatinMetrics metrics ) af_latin_hints_apply() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c170 psh_hint_table_init( PSH_Hint_Table table, PS_Hint_Table hints, PS_Mask_Table hint_masks, PS_Mask_Table counter_masks, FT_Memory memory ) psh_hint_table_init() argument
[all...]
H A Dpshalgo.h81 PSH_Hint hints; member
/third_party/ffmpeg/libavformat/
H A Drtsp.c199 struct addrinfo hints = { 0 }, *ai = NULL; in get_sockaddr() local
/third_party/glfw/src/
H A Dx11_window.c272 XSizeHints* hints = XAllocSizeHints(); in updateNormalHints() local
695 XWMHints* hints = XAllocWMHints(); createNativeWindow() local
712 XSizeHints* hints = XAllocSizeHints(); createNativeWindow() local
2176 XSizeHints* hints = XAllocSizeHints(); _glfwSetWindowPosX11() local
2633 } hints = {0}; _glfwSetWindowDecoratedX11() local
[all...]
H A Dinternal.h779 } hints; member
/third_party/backends/frontend/
H A Dsaned.c572 struct addrinfo hints; in check_v4_in_range() local
638 struct addrinfo hints; in check_v6_in_range() local
754 struct addrinfo hints; check_host() local
2951 struct addrinfo hints; global() local
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c1744 struct addrinfo hints; in bjnp_allocate_device() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h402 uint32 hints; member
/third_party/node/src/
H A Dcares_wrap.cc1591 struct addrinfo hints; in GetAddrInfo() local
/third_party/libcoap/src/
H A Dcoap_net.c4117 struct addrinfo *resmulti = NULL, hints, *ainfo; in coap_join_mcast_group_intf() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp243 static const glw::GLenum hints[] = { GL_STREAM_DRAW, GL_STREAM_READ, GL_STREAM_COPY, in iterate() local
/third_party/alsa-utils/aplay/
H A Daplay.c340 void **hints, **n; in pcm_list() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c4166 struct addrinfo hints = { 0 }, *res, *saveres; in hostapd_ctrl_iface_init() local
4973 struct addrinfo hints = { 0 }, *res, *saveres; in hostapd_global_ctrl_iface_init() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c3515 struct addrinfo hints = { 0 }, *res, *saveres; in hostapd_ctrl_iface_init() local
4313 struct addrinfo hints = { 0 }, *res, *saveres; in hostapd_global_ctrl_iface_init() local
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc4385 addrinfo hints; in MakeConnection() local
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7268 const auto& hints = get_hints(is_sve); in Disassembler() local

Completed in 78 milliseconds

123456