Home
last modified time | relevance | path

Searched refs:embed (Results 1 – 25 of 97) sorted by relevance

1234

/external/freetype/src/psaux/
Dpsobjs.c343 FT_Int embed = 0; in skip_literal_string() local
394 embed++; in skip_literal_string()
397 embed--; in skip_literal_string()
398 if ( embed == 0 ) in skip_literal_string()
458 FT_Int embed = 0; in skip_procedure() local
469 ++embed; in skip_procedure()
473 --embed; in skip_procedure()
474 if ( embed == 0 ) in skip_procedure()
496 if ( embed != 0 ) in skip_procedure()
624 FT_Int embed; in ps_parser_to_token() local
[all …]
/external/icu4c/config/
Dmh-mpras25 ## Compiler switch to embed a runtime search path
29 ## Compiler switch to embed a library name
Dmh-bsd-gcc19 ## Compiler switch to embed a runtime search path
23 ## Compiler switch to embed a library name
Dmh-haiku20 ## Compiler switch to embed a runtime search path
24 ## Compiler switch to embed a library name
Dmh-solaris-gcc21 ## Compiler switch to embed a runtime search path
25 ## Compiler switch to embed a library name
Dmh-alpha-linux-gcc23 ## Compiler switch to embed a runtime search path
27 ## Compiler switch to embed a library name
Dmh-irix30 ## Compiler switch to embed a runtime search path
34 ## Compiler switch to embed a library name
Dmh-alpha-linux-cc32 ## Compiler switch to embed a runtime search path
36 ## Compiler switch to embed a library name
Dmh-alpha-osf32 ## Compiler switch to embed a runtime search path
36 ## Compiler switch to embed a library name
Dmh-linux19 ## Compiler switch to embed a runtime search path
26 ## Compiler switch to embed a library name
Dmh-qnx31 ## Compiler switch to embed a runtime search path
35 ## Compiler switch to embed a library name
Dmh-solaris46 ## Compiler switch to embed a runtime search path
52 ## Compiler switch to embed a library name
Dmh-darwin27 ## Compiler switches to embed a library name and version information
30 ## Compiler switch to embed a runtime search path
Dmh-linux-va26 ## Compiler switch to embed a runtime search path
30 ## Compiler switch to embed a library name
Dmh-hpux-gcc34 ## Compiler switch to embed a runtime search path
38 ## Compiler switch to embed a library name
Dmh-beos50 ## Compiler switch to embed a runtime search path
54 ## Compiler switch to embed a library name
Dmh-hpux-acc82 ## Compiler switch to embed a runtime search path
89 ## Compiler switch to embed a library name
Dmh-mingw44 ## Compiler switch to embed a runtime search path
48 ## Compiler switch to embed a library name
Dmh-aix-gcc29 ## Compiler switch to embed a runtime search path
63 ## Compiler switch to embed a library name. Not present on AIX.
Dmh-cygwin46 ## Compiler switch to embed a runtime search path
50 ## Compiler switch to embed a library name
/external/webkit/Source/WebCore/rendering/
DInlineIterator.h122 resolver->embed(embedCharFromDirection(style->direction(), unicodeBidi), FromStyleOrDOM); in notifyResolverEnteredObject()
131 resolver->embed(WTF::Unicode::PopDirectionalFormat, FromStyleOrDOM); in notifyResolverWillExitObject()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/
Dmozilla36 embed
Dwebkit43 embed
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dhtmltags.in43 embed
/external/webkit/Source/WebCore/platform/text/
DBidiResolver.h183 void embed(WTF::Unicode::Direction, BidiEmbeddingSource);
253 void BidiResolver<Iterator, Run>::embed(WTF::Unicode::Direction dir, BidiEmbeddingSource source) in embed() function
547 embed(dirCurrent, FromUnicode); in createBidiRunsForLine()

1234