Home
last modified time | relevance | path

Searched refs:eot (Results 1 – 25 of 64) sorted by relevance

123

/third_party/openGLES/specs/katex/
Dkatex.min.css1eot);src:url(fonts/KaTeX_AMS-Regular.eot#iefix) format('embedded-opentype'),url(fonts/KaTeX_AMS-Re…
Dkatex.css3 src: url('fonts/KaTeX_AMS-Regular.eot');
4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re…
10 src: url('fonts/KaTeX_Caligraphic-Bold.eot');
11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C…
17 src: url('fonts/KaTeX_Caligraphic-Regular.eot');
18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe…
24 src: url('fonts/KaTeX_Fraktur-Bold.eot');
25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt…
31 src: url('fonts/KaTeX_Fraktur-Regular.eot');
32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr…
[all …]
/third_party/openGLES/specs/es/katex/
Dkatex.min.css1eot);src:url(fonts/KaTeX_AMS-Regular.eot#iefix) format('embedded-opentype'),url(fonts/KaTeX_AMS-Re…
Dkatex.css3 src: url('fonts/KaTeX_AMS-Regular.eot');
4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re…
10 src: url('fonts/KaTeX_Caligraphic-Bold.eot');
11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C…
17 src: url('fonts/KaTeX_Caligraphic-Regular.eot');
18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe…
24 src: url('fonts/KaTeX_Fraktur-Bold.eot');
25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt…
31 src: url('fonts/KaTeX_Fraktur-Regular.eot');
32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr…
[all …]
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.min.css1eot);src:url(fonts/KaTeX_AMS-Regular.eot#iefix) format('embedded-opentype'),url(fonts/KaTeX_AMS-Re…
Dkatex.css3 src: url('fonts/KaTeX_AMS-Regular.eot');
4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re…
10 src: url('fonts/KaTeX_Caligraphic-Bold.eot');
11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C…
17 src: url('fonts/KaTeX_Caligraphic-Regular.eot');
18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe…
24 src: url('fonts/KaTeX_Fraktur-Bold.eot');
25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt…
31 src: url('fonts/KaTeX_Fraktur-Regular.eot');
32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr…
[all …]
/third_party/openGLES/specs/gl/katex/
Dkatex.min.css1eot);src:url(fonts/KaTeX_AMS-Regular.eot#iefix) format('embedded-opentype'),url(fonts/KaTeX_AMS-Re…
Dkatex.css3 src: url('fonts/KaTeX_AMS-Regular.eot');
4 …src: url('fonts/KaTeX_AMS-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_AMS-Re…
10 src: url('fonts/KaTeX_Caligraphic-Bold.eot');
11 …src: url('fonts/KaTeX_Caligraphic-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_C…
17 src: url('fonts/KaTeX_Caligraphic-Regular.eot');
18 …src: url('fonts/KaTeX_Caligraphic-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTe…
24 src: url('fonts/KaTeX_Fraktur-Bold.eot');
25 …src: url('fonts/KaTeX_Fraktur-Bold.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Frakt…
31 src: url('fonts/KaTeX_Fraktur-Regular.eot');
32 …src: url('fonts/KaTeX_Fraktur-Regular.eot#iefix') format('embedded-opentype'), url('fonts/KaTeX_Fr…
[all …]
/third_party/curl/src/
Dtool_cb_hdr.c115 const char *eot = end - 1; in tool_header_cb() local
116 if(*eot == '\n') { in tool_header_cb()
117 while(ISBLANK(*etag_h) && (etag_h < eot)) in tool_header_cb()
119 while(ISSPACE(*eot)) in tool_header_cb()
120 eot--; in tool_header_cb()
122 if(eot >= etag_h) { in tool_header_cb()
123 size_t etag_length = eot - etag_h + 1; in tool_header_cb()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
DSfntTool.java24 import com.google.typography.font.tools.conversion.eot.EOTWriter;
46 private boolean eot = false; field in SfntTool
76 tool.eot = true; in main()
93 if (tool.woff && tool.eot) { in main()
175 } else if (eot) { in subsetFontFile()
/third_party/skia/third_party/externals/sfntly/doc/
DMicroTypeExpress.md20 sfnttool -e -x source.ttf source.eot
33 (in the tools/conversion/eot directory). This code implements almost all
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp78 write->eot = true; in emit_dummy_fs()
737 inst->eot = true; in emit_fb_writes()
950 inst->eot = false; in emit_urb_writes()
952 inst->eot = slot == last_slot && stage != MESA_SHADER_GEOMETRY; in emit_urb_writes()
992 inst->eot = true; in emit_urb_writes()
1043 inst->eot = true; in emit_urb_writes()
1083 inst->eot = true; in emit_cs_terminate()
/third_party/skia/third_party/externals/harfbuzz/util/
Dshape-options.hh53 (eot ? HB_BUFFER_FLAG_EOT : 0) | in setup_buffer()
300 hb_bool_t eot = false; member
428 {"eot", 0, 0, G_OPTION_ARG_NONE, &this->eot, "Treat text as end-of-paragraph", nullptr}, in add_options()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/
Dbuild.properties6 dist_eotconverter.dir=../../../../../../../dist/tools/conversion/eot
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoderTest.java17 package com.google.typography.font.tools.conversion.eot;
DEOTWriterTest.java17 package com.google.typography.font.tools.conversion.eot;
DCvtEncoderTest.java17 package com.google.typography.font.tools.conversion.eot;
DMagnitudeDependentWriterTest.java17 package com.google.typography.font.tools.conversion.eot;
DBitIOWriterTest.java17 package com.google.typography.font.tools.conversion.eot;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMagnitudeDependentWriter.java17 package com.google.typography.font.tools.conversion.eot;
DBitIOWriter.java17 package com.google.typography.font.tools.conversion.eot;
DMtxHeadBuilder.java17 package com.google.typography.font.tools.conversion.eot;
DCvtEncoder.java16 package com.google.typography.font.tools.conversion.eot;
DHdmxEncoder.java17 package com.google.typography.font.tools.conversion.eot;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dsentence.txt30 # SB2: ÷ eot

123