HomeSort by relevance Sort by last modified time
    Searched refs:asciimath (Results 1 - 2 of 2) sorted by null

  /external/libvpx/examples/includes/
vp8_doc_tools.php 48 * @PARAM mtch_arr array - Array of ASCIIMath expressions
60 static $asciimath; variable
62 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
66 $asciimath->setExpr($txt);
67 $asciimath->genMathML($math_attr_arr);
69 return($asciimath->getMathML());
75 * ASCIIMath pretty-prints its output, with linefeeds
  /external/libvpx/examples/
gen_example_doxy.php 140 * @PARAM mtch_arr array - Array of ASCIIMath expressions
155 static $asciimath; variable
157 if (!isset($asciimath)) $asciimath = new ASCIIMathPHP($symbol_arr);
161 $asciimath->setExpr($txt);
162 $asciimath->genMathML($math_attr_arr);
164 return($asciimath->getMathML());
170 * ASCIIMath pretty-prints its output, with linefeeds

Completed in 51 milliseconds