HomeSort by relevance Sort by last modified time
    Searched refs:hints (Results 26 - 50 of 189) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.h 181 af_latin_hints_compute_segments( AF_GlyphHints hints,
189 af_latin_hints_link_segments( AF_GlyphHints hints,
197 af_latin_hints_compute_edges( AF_GlyphHints hints,
201 af_latin_hints_detect_features( AF_GlyphHints hints,
aflatin2.c 42 af_latin2_hints_compute_segments( AF_GlyphHints hints,
46 af_latin2_hints_link_segments( AF_GlyphHints hints,
63 AF_GlyphHintsRec hints[1]; local
66 af_glyph_hints_init( hints, face->memory );
96 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
98 error = af_glyph_hints_reload( hints, &face->glyph->outline );
105 AF_AxisHints axhints = &hints->axis[dim];
110 error = af_latin2_hints_compute_segments( hints,
115 af_latin2_hints_link_segments( hints,
162 af_glyph_hints_done( hints );
    [all...]
aflatin.c 60 AF_GlyphHintsRec hints[1]; local
63 af_glyph_hints_init( hints, face->memory );
97 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
99 error = af_glyph_hints_reload( hints, &face->glyph->outline );
106 AF_AxisHints axhints = &hints->axis[dim];
111 error = af_latin_hints_compute_segments( hints,
116 af_latin_hints_link_segments( hints,
163 af_glyph_hints_done( hints );
726 af_latin_hints_compute_segments( AF_GlyphHints hints,
729 AF_AxisHints axis = &hints->axis[dim]
    [all...]
afloader.h 33 AF_GlyphHintsRec hints; member in struct:AF_LoaderRec_
afwarp.h 52 AF_GlyphHints hints,
afhints.h 29 * The definition of outline glyph hints. These are shared by all
415 af_glyph_hints_init( AF_GlyphHints hints,
419 af_glyph_hints_rescale( AF_GlyphHints hints,
423 af_glyph_hints_reload( AF_GlyphHints hints,
427 af_glyph_hints_save( AF_GlyphHints hints,
431 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
435 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
439 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
444 af_glyph_hints_scale_dim( AF_GlyphHints hints,
451 af_glyph_hints_done( AF_GlyphHints hints ); variable
    [all...]
afcjk.h 115 af_cjk_hints_init( AF_GlyphHints hints,
119 af_cjk_hints_apply( AF_GlyphHints hints,
afloader.c 33 af_glyph_hints_init( &loader->hints, memory );
35 _af_debug_hints = &loader->hints;
76 af_glyph_hints_done( &loader->hints );
104 AF_GlyphHints hints = &loader->hints; local
165 loader->pp1.x = hints->x_delta;
166 loader->pp1.y = hints->y_delta;
168 hints->x_scale ) + hints->x_delta;
169 loader->pp2.y = hints->y_delta
    [all...]
afwarp.c 163 AF_GlyphHints hints,
185 org_scale = hints->y_scale;
186 org_delta = hints->y_delta;
190 org_scale = hints->x_scale;
191 org_delta = hints->x_delta;
199 axis = &hints->axis[dim];
202 points = hints->points;
203 num_points = hints->num_points;
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 48 struct addrinfo hints = {0}; local
50 hints.ai_family = AF_INET;
51 hints.ai_flags = AI_ADDRCONFIG;
52 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result);
  /external/freetype/src/autofit/
aflatin.h 180 af_latin_hints_compute_segments( AF_GlyphHints hints,
184 af_latin_hints_link_segments( AF_GlyphHints hints,
188 af_latin_hints_compute_edges( AF_GlyphHints hints,
192 af_latin_hints_detect_features( AF_GlyphHints hints,
aflatin2.c 43 af_latin2_hints_compute_segments( AF_GlyphHints hints,
47 af_latin2_hints_link_segments( AF_GlyphHints hints,
63 AF_GlyphHintsRec hints[1]; local
66 af_glyph_hints_init( hints, face->memory );
97 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
99 error = af_glyph_hints_reload( hints, &face->glyph->outline );
106 AF_AxisHints axhints = &hints->axis[dim];
111 error = af_latin2_hints_compute_segments( hints,
116 af_latin2_hints_link_segments( hints,
163 af_glyph_hints_done( hints );
    [all...]
aflatin.c 60 AF_GlyphHintsRec hints[1]; local
66 af_glyph_hints_init( hints, face->memory );
104 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
106 error = af_glyph_hints_reload( hints, &face->glyph->outline );
113 AF_AxisHints axhints = &hints->axis[dim];
118 error = af_latin_hints_compute_segments( hints,
123 af_latin_hints_link_segments( hints,
192 af_glyph_hints_done( hints );
793 af_latin_hints_compute_segments( AF_GlyphHints hints,
796 AF_AxisHints axis = &hints->axis[dim]
    [all...]
afloader.h 46 AF_GlyphHintsRec hints; member in struct:AF_LoaderRec_
afwarp.h 52 AF_GlyphHints hints,
afhints.h 29 * The definition of outline glyph hints. These are shared by all
415 af_glyph_hints_init( AF_GlyphHints hints,
419 af_glyph_hints_rescale( AF_GlyphHints hints,
423 af_glyph_hints_reload( AF_GlyphHints hints,
427 af_glyph_hints_save( AF_GlyphHints hints,
431 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
435 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
439 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
444 af_glyph_hints_scale_dim( AF_GlyphHints hints,
451 af_glyph_hints_done( AF_GlyphHints hints ); variable
    [all...]
afcjk.h 116 af_cjk_hints_init( AF_GlyphHints hints,
120 af_cjk_hints_apply( AF_GlyphHints hints,
afloader.c 37 af_glyph_hints_init( &loader->hints, memory );
39 _af_debug_hints = &loader->hints;
84 af_glyph_hints_done( &loader->hints );
112 AF_GlyphHints hints = &loader->hints; local
171 loader->pp1.x = hints->x_delta;
172 loader->pp1.y = hints->y_delta;
174 hints->x_scale ) + hints->x_delta;
175 loader->pp2.y = hints->y_delta
    [all...]
afwarp.c 163 AF_GlyphHints hints,
185 org_scale = hints->y_scale;
186 org_delta = hints->y_delta;
190 org_scale = hints->x_scale;
191 org_delta = hints->x_delta;
199 axis = &hints->axis[dim];
202 points = hints->points;
203 num_points = hints->num_points;
357 hints->xmin_delta = FT_MulFix( X1, best_scale - org_scale )
359 hints->xmax_delta = FT_MulFix( X2, best_scale - org_scale
    [all...]
  /external/chromium_org/media/audio/linux/
audio_manager_linux.cc 122 // Constants specified by the ALSA API for device hints.
126 // Loop through the sound cards to get ALSA device hints.
128 void** hints = NULL; local
129 int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints);
131 GetAlsaDevicesInfo(hints, device_names);
133 // Destroy the hints now that we're done with it.
134 wrapper_->DeviceNameFreeHint(hints);
136 DLOG(WARNING) << "GetAudioInputDevices: unable to get device hints: "
143 void** hints, media::AudioDeviceNames* device_names) {
149 for (void** hint_iter = hints; *hint_iter != NULL; hint_iter++)
218 void** hints = NULL; local
    [all...]
  /external/openssh/
canohost.c 53 struct addrinfo hints, *ai, *aitop; local
92 memset(&hints, 0, sizeof(hints));
93 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
94 hints.ai_flags = AI_NUMERICHOST;
95 if (getaddrinfo(name, NULL, &hints, &ai) == 0) {
118 memset(&hints, 0, sizeof(hints));
119 hints.ai_family = from.ss_family;
120 hints.ai_socktype = SOCK_STREAM
    [all...]
dns.c 147 struct addrinfo hints, *ai; local
158 memset(&hints, 0, sizeof(hints));
159 hints.ai_socktype = SOCK_DGRAM;
160 hints.ai_flags = AI_NUMERICHOST;
162 if (getaddrinfo(hostname, NULL, &hints, &ai) == 0) {
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 124 struct addrinfo hints; local
125 memset(&hints, 0, sizeof hints);
126 hints.ai_family = AF_UNSPEC; // use IPv4 or IPv6, whichever
127 hints.ai_socktype = SOCK_STREAM;
128 hints.ai_flags = AI_NUMERICHOST;
130 int error = getaddrinfo(_address, _port, &hints, &pAddrInfo);
  /external/chromium_org/third_party/sqlite/src/
configure.ac 80 # configure --with-hints=FILE
184 # Check to see if the --with-hints=FILE option is used. If there is none,
185 # then check for a files named "$host.hints" and ../$hosts.hints where
186 # $host is the hostname of the build system. If still no hints are
187 # found, try looking in $system.hints and ../$system.hints where
190 AC_ARG_WITH(hints,
191 AC_HELP_STRING([--with-hints=FILE],[Read configuration options from FILE]),
192 hints=$withval
    [all...]
  /external/dropbear/
dbutil.c 189 struct addrinfo hints, *res = NULL, *res0 = NULL; local
198 memset(&hints, 0, sizeof(hints));
199 hints.ai_family = AF_UNSPEC; /* TODO: let them flag v4 only etc */
200 hints.ai_socktype = SOCK_STREAM;
213 hints.ai_flags = AI_PASSIVE;
215 err = getaddrinfo(address, port, &hints, &res0);
306 struct addrinfo *res0 = NULL, *res = NULL, hints; local
316 memset(&hints, 0, sizeof(hints));
    [all...]

Completed in 1151 milliseconds

12 3 4 5 6 7 8