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

12 3 4 5 6 7 8 91011

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshrec.h 5 /* Postscript (Type1/Type2) hints recorder (specification). */
22 /* font drivers to record the hints of a given character/glyph. */
24 /* The hints are recorded in a unified format, and are later processed */
46 /***** GLYPH HINTS RECORDER INTERNALS *****/
87 /* hints table descriptor */
92 PS_Hint hints; member in struct:PS_Hint_TableRec_
118 /* dimension-specific hints descriptor */
121 PS_Hint_TableRec hints; member in struct:PS_DimensionRec_
128 /* glyph hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems *
150 ps_hints_done( PS_Hints hints ); variable
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_host_resolver_interface.cc 22 PP_HostResolver_Hint hints; member in class:__anon13572::FakeHostResolverResource
52 const PP_HostResolver_Hint* hints,
57 resolver->hints = *hints;
81 if (res->hints.family == PP_NETADDRESS_FAMILY_IPV6 ||
82 res->hints.family == PP_NETADDRESS_FAMILY_UNSPECIFIED)
85 if (res->hints.family == PP_NETADDRESS_FAMILY_IPV4 ||
86 res->hints.family == PP_NETADDRESS_FAMILY_UNSPECIFIED)
101 switch (res->hints.family) {
fake_host_resolver_interface.h 29 const PP_HostResolver_Hint* hints,
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail.cpp 113 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints)
115 if (avail == NULL || hints == NULL) return 0;
116 CFPDF_DownloadHintsWrap hints_wrap(hints);
146 DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail, int page_index, FX_DOWNLOADHINTS* hints)
148 if (avail == NULL || hints == NULL) return 0;
149 CFPDF_DownloadHintsWrap hints_wrap(hints);
153 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints)
155 if (avail == NULL || hints == NULL) return -1;
156 CFPDF_DownloadHintsWrap hints_wrap(hints);
  /external/freetype/src/autofit/
afcjk.c 74 AF_GlyphHintsRec hints[1]; local
83 af_glyph_hints_init( hints, face->memory );
161 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
163 error = af_glyph_hints_reload( hints, &face->glyph->outline );
170 AF_AxisHints axhints = &hints->axis[dim];
175 error = af_latin_hints_compute_segments( hints,
180 af_latin_hints_link_segments( hints,
250 af_glyph_hints_done( hints );
703 af_cjk_hints_compute_segments( AF_GlyphHints hints,
706 AF_AxisHints axis = &hints->axis[dim]
    [all...]
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 );
98 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
100 error = af_glyph_hints_reload( hints, &face->glyph->outline );
107 AF_AxisHints axhints = &hints->axis[dim];
112 error = af_latin2_hints_compute_segments( hints,
117 af_latin2_hints_link_segments( hints,
164 af_glyph_hints_done( hints );
    [all...]
aflatin.h 170 af_latin_hints_compute_segments( AF_GlyphHints hints,
174 af_latin_hints_link_segments( AF_GlyphHints hints,
180 af_latin_hints_compute_edges( AF_GlyphHints hints,
184 af_latin_hints_detect_features( AF_GlyphHints hints,
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
426 af_glyph_hints_init( AF_GlyphHints hints,
430 af_glyph_hints_rescale( AF_GlyphHints hints,
434 af_glyph_hints_reload( AF_GlyphHints hints,
438 af_glyph_hints_save( AF_GlyphHints hints,
442 af_glyph_hints_align_edge_points( AF_GlyphHints hints,
446 af_glyph_hints_align_strong_points( AF_GlyphHints hints,
450 af_glyph_hints_align_weak_points( AF_GlyphHints hints,
455 af_glyph_hints_scale_dim( AF_GlyphHints hints,
462 af_glyph_hints_done( AF_GlyphHints hints ); variable
    [all...]
aflatin.c 61 AF_GlyphHintsRec hints[1]; local
70 af_glyph_hints_init( hints, face->memory );
155 af_glyph_hints_rescale( hints, (AF_StyleMetrics)dummy );
157 error = af_glyph_hints_reload( hints, &face->glyph->outline );
164 AF_AxisHints axhints = &hints->axis[dim];
169 error = af_latin_hints_compute_segments( hints,
180 af_latin_hints_link_segments( hints,
250 af_glyph_hints_done( hints );
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 73 AF_GlyphHintsRec hints[1]; local
76 af_glyph_hints_init( hints, face->memory );
111 af_glyph_hints_rescale( hints, (AF_ScriptMetrics)dummy );
113 error = af_glyph_hints_reload( hints, &face->glyph->outline );
120 AF_AxisHints axhints = &hints->axis[dim];
125 error = af_latin_hints_compute_segments( hints, (AF_Dimension)dim );
129 af_latin_hints_link_segments( hints, (AF_Dimension)dim );
177 af_glyph_hints_done( hints );
686 af_cjk_hints_compute_segments( AF_GlyphHints hints,
689 AF_AxisHints axis = &hints->axis[dim]
    [all...]
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...]
  /external/android-clat/
dns64.c 39 const struct addrinfo hints = { local
49 status = android_getaddrinfofornet(ipv4_name, NULL, &hints, net_id, MARK_UNSET, &result);
  /external/pdfium/fpdfsdk/include/
fpdf_dataavail.h 83 * Download hints interface. Used to receive hints for further downloading.
105 * Called by Foxit SDK to report some downloading hints for download manager.
114 * Check whether the document is ready for loading, if not, get download hints.
118 * hints - Pointer to a download hints interface, receiving generated hints
123 * generated download hints if any, until the function returns non-zero value. Then the
126 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
161 * Check whether a page is ready for loading, if not, get download hints.
    [all...]
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.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(type, hints, device_names);
133 // Destroy the hints now that we're done with it.
134 wrapper_->DeviceNameFreeHint(hints);
136 DLOG(WARNING) << "GetAlsaAudioDevices: unable to get device hints: "
144 void** hints,
152 for (void** hint_iter = hints; *hint_iter != NULL; hint_iter++)
242 void** hints = NULL; local
    [all...]
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.h 33 const struct addrinfo* hints,
  /external/chromium_org/third_party/webrtc/base/
nethelpers.cc 37 struct addrinfo hints = {0};
39 hints.ai_family = AF_INET;
40 hints.ai_flags = AI_ADDRCONFIG;
41 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result);

Completed in 857 milliseconds

12 3 4 5 6 7 8 91011