HomeSort by relevance Sort by last modified time
    Searched refs:hints (Results 51 - 75 of 270) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/freetype/src/autofit/
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/freetype/src/autofit/
afcjk.h 118 af_cjk_hints_init( AF_GlyphHints hints,
122 af_cjk_hints_apply( AF_GlyphHints hints,
afloader.c 38 af_glyph_hints_init( &loader->hints, memory );
40 _af_debug_hints = &loader->hints;
85 af_glyph_hints_done( &loader->hints );
113 AF_GlyphHints hints = &loader->hints; local
172 loader->pp1.x = hints->x_delta;
173 loader->pp1.y = hints->y_delta;
175 hints->x_scale ) + hints->x_delta;
176 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...]
  /frameworks/base/core/java/android/service/notification/
INotificationListener.aidl 32 void onListenerHintsChanged(int hints);
  /libcore/luni/src/main/native/
Portability.h 82 const struct addrinfo *hints, unsigned /*netid*/, unsigned /*mark*/, struct addrinfo **res) {
83 return getaddrinfo(hostname, servname, hints, res);
  /external/libpcap/
nametoaddr.c 126 struct addrinfo hints, *res; local
129 memset(&hints, 0, sizeof(hints));
130 hints.ai_family = PF_UNSPEC;
131 hints.ai_socktype = SOCK_STREAM; /*not really*/
132 hints.ai_protocol = IPPROTO_TCP; /*not really*/
133 error = getaddrinfo(name, NULL, &hints, &res);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInspectorAgent.cpp 160 void InspectorInspectorAgent::inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints)
163 m_frontend->inspect(objectToInspect, hints);
169 m_pendingInspectData.second = hints;
InjectedScriptHost.cpp 73 void InjectedScriptHost::inspectImpl(PassRefPtr<JSONValue> object, PassRefPtr<JSONValue> hints)
77 inspectorAgent->inspect(remoteObject, hints->asObject());
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
check_injected_webgl_calls_info.py 82 hints = {
111 if function_name in hints:
112 result["hints"] = hints[function_name]
  /external/chromium_org/media/audio/alsa/
alsa_wrapper.cc 22 int AlsaWrapper::DeviceNameHint(int card, const char* iface, void*** hints) {
23 return snd_device_name_hint(card, iface, hints);
30 int AlsaWrapper::DeviceNameFreeHint(void** hints) {
31 return snd_device_name_free_hint(hints);
alsa_wrapper.h 24 virtual int DeviceNameHint(int card, const char* iface, void*** hints);
26 virtual int DeviceNameFreeHint(void** hints);
  /external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h 58 int32 hints[4]; // Last used position for each entry type. member in struct:disk_cache::BlockFileHeader
  /external/netcat/
netcat.c 127 struct addrinfo hints; local
331 memset(&hints, 0, sizeof(struct addrinfo));
332 hints.ai_family = family;
333 hints.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
334 hints.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
336 hints.ai_flags |= AI_NUMERICHOST;
383 s = local_listen(host, uport, hints);
452 s = socks_connect(host, portlist[i], hints,
457 s = remote_connect(host, portlist[i], hints);
590 remote_connect(const char *host, const char *port, struct addrinfo hints)
    [all...]
  /system/netd/server/
DnsProxyListener.cpp 54 struct addrinfo* hints,
60 mHints(hints),
189 struct addrinfo* hints = NULL; local
201 hints = (struct addrinfo*) calloc(1, sizeof(struct addrinfo));
202 hints->ai_flags = ai_flags;
203 hints->ai_family = ai_family;
204 hints->ai_socktype = ai_socktype;
205 hints->ai_protocol = ai_protocol;
209 if ((hints->ai_flags & AI_ADDRCONFIG) &&
211 hints->ai_flags &= ~AI_ADDRCONFIG
    [all...]
  /external/oprofile/libpp/
profile_container.h 90 : hints(cf_none), threshold(0.0), match_image(false) {}
92 /// hints filled in
93 column_flags hints; member in struct:profile_container::symbol_choice
176 * Optimization hints for what information we are going to need,
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /external/chromium_org/chrome/test/chromedriver/net/
websocket.cc 34 struct addrinfo hints; local
35 memset(&hints, 0, sizeof(hints));
36 hints.ai_family = AF_UNSPEC;
37 hints.ai_socktype = SOCK_STREAM;
40 if (getaddrinfo(host.c_str(), NULL, &hints, &result))
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 331 XWMHints *hints; local
387 hints = NULL;
390 hints = XGetWMHints(SDL_Display, WMwindow);
402 /* Set the input hints so we get keyboard input */
403 if(!hints) {
404 hints = XAllocWMHints();
405 hints->input = True;
406 hints->flags = InputHint;
408 XSetWMHints(SDL_Display, WMwindow, hints);
409 XFree(hints);
797 XSizeHints *hints; local
    [all...]
  /external/iputils/
tracepath6.c 382 struct addrinfo hints, *ai, *ai0; local
436 memset(&hints, 0, sizeof(hints));
437 hints.ai_family = family;
438 hints.ai_socktype = SOCK_DGRAM;
439 hints.ai_protocol = IPPROTO_UDP;
441 hints.ai_flags = AI_IDN;
443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0);
  /external/netperf/
netserver.c 434 struct addrinfo hints; local
461 memset(&hints,0,sizeof(hints));
462 hints.ai_family = af;
463 hints.ai_socktype = SOCK_STREAM;
464 hints.ai_protocol = IPPROTO_TCP;
465 hints.ai_flags = AI_PASSIVE;
471 &hints,

Completed in 382 milliseconds

1 23 4 5 6 7 8 91011