Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 25 of 53) sorted by relevance

123

/external/webkit/WebCore/platform/win/
DWebCoreTextRenderer.cpp116 void WebCoreSetAlwaysUsesComplexTextCodePath(bool complex) in WebCoreSetAlwaysUsesComplexTextCodePath() argument
118 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit.h74 extern SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int complex);
75 extern SDL_loblit SDL_CalculateBlit1(SDL_Surface *surface, int complex);
76 extern SDL_loblit SDL_CalculateBlitN(SDL_Surface *surface, int complex);
77 extern SDL_loblit SDL_CalculateAlphaBlit(SDL_Surface *surface, int complex);
/external/icu4c/samples/layout/
DSample.txt1 …all the work necessary to display Unicode text written in languages with complex writing systems s…
/external/iptables/extensions/
Dlibipt_realm.man1 This matches the routing realm. Routing realms are used in complex routing
/external/netcat/data/
DREADME3 complex than the one given; ymmv. Data and xor may also be useful on DOS,
/external/webkit/WebKit/win/Interfaces/
DIWebViewPrivate.idl143 HRESULT setAlwaysUsesComplexTextCodePath([in] BOOL complex);
144 HRESULT alwaysUsesComplexTextCodePath([out, retval] BOOL* complex);
/external/webkit/WebKit/win/
DWebView.h706 /* [in] */ BOOL complex);
709 /* [out, retval] */ BOOL* complex);
DWebView.cpp5231 HRESULT STDMETHODCALLTYPE WebView::setAlwaysUsesComplexTextCodePath(BOOL complex) in setAlwaysUsesComplexTextCodePath() argument
5233 WebCoreSetAlwaysUsesComplexTextCodePath(complex); in setAlwaysUsesComplexTextCodePath()
5238 HRESULT STDMETHODCALLTYPE WebView::alwaysUsesComplexTextCodePath(BOOL* complex) in alwaysUsesComplexTextCodePath() argument
5240 if (!complex) in alwaysUsesComplexTextCodePath()
5243 *complex = WebCoreAlwaysUsesComplexTextCodePath(); in alwaysUsesComplexTextCodePath()
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT24 protocol does not allow for anything more complex.
/external/libpng/contrib/pngminus/
DREADME27 the utilities quite complex and by now not anymore very maintainable.
/external/webkit/WebKit/mac/Panels/
DWebAuthenticationPanel.m135 …// If the realm name is determined to be complex, we will use a slightly different sheet layout, d…
/external/jpeg/
Dfilelist.doc148 rdswitch.c Code to process some of cjpeg's more complex switches.
Dstructure.doc69 are embedded in more complex file formats. (For example, libtiff uses this
686 This scenario is supported for simple cases. (For anything more complex, we
/external/bison/tests/
Dactions.at167 [# Make sure complex $n work.
/external/dbus/
DNEWS144 - Added example programs (ping-pong, complex ping-pong, listnames, chat)
306 - GLib bindings can now send/receive hash tables, arrays and other complex types
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/
DAtari.patches107 a more complex lex source than scan.l -- so it should be possible to
855 X a more complex lex source than scan.l -- so it should be possible to
/external/bluetooth/bluez/
DChangeLog810 Add support for writing complex BCCMD commands.
866 Support reading of complex BCCMD values.
/external/dbus/doc/
Ddcop-howto.txt229 needs to do more complex tasks you might want to do the processing
/external/bluetooth/glib/
DChangeLog.pre-2-20884 benchmarking with multiple complex applications, and should not be
DChangeLog.pre-2-101285 debugging output, it was too complex to modify for the wide-char
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTree.mm477 {"complex-text", no_argument, &forceComplexText, YES},
/external/webkit/V8Binding/v8/
DChangeLog882 applications do not like constructors with complex toString
/external/netcat/
DREADME291 expect scripts is an easy and flexible way to do fairly complex tasks,
296 learn a great deal about more complex network protocols by trying to simulate
/external/libpcap/doc/
Dpcap.txt1465 Simple Packet Blocks. In the most complex case, it can be used as a
/external/zlib/
DChangeLog750 - avoid complex expression in infcodes.c triggering Turbo C bug

123