Home
last modified time | relevance | path

Searched refs:renderList (Results 1 – 8 of 8) sorted by relevance

/plugin/stlviewer/stlviewer/
H A DProjector.js344 var renderList = new RenderList();
435 renderList.setObject( object );
464 renderList.pushNormal( normals[ i ], normals[ i + 1 ], normals[ i + 2 ] );
476 renderList.pushUv( uvs[ i ], uvs[ i + 1 ] );
514 renderList.pushTriangle( i, i + 1, i + 2 );
560 renderList.pushVertex( _vector3.x, _vector3.y, _vector3.z );
580 if ( renderList.checkTriangleVisibility( v1, v2, v3 ) === false ) continue;
582 var visible = renderList.checkBackfaceCulling( v1, v2, v3 );
675 renderList.pushColor( colors[ i ], colors[ i + 1 ], colors[ i + 2 ] );
687 renderList.pushLine( indices[ i ], indices[ i + 1 ] );
[all …]
/plugin/qna/syntax/
H A Dtoc.php182 $this->renderList($renderer, $toc, 0);
189 private function renderList($renderer, $toc, $index) { function in syntax_plugin_qna_toc
204 $i = $this->renderList($renderer, $toc, $i + 1);
/plugin/abc/
H A Dsyntax.php78 $renderList = $srcChanged ? $transSrc : $transNew;
79 if($debug || $_REQUEST['purge']) $renderList = $transSrc;
82 foreach ($renderList as $transMode) {
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js515 function renderList(potentialDrawioFiles) function
640 renderList(list);
706 renderList(potentialDrawioFiles);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php168 protected function renderList($block) function
/plugin/tagfilter/helper/
H A Dsyntax.php179 public function renderList($pages, $flags, $pagelistflags)
177 public function renderList($pages, $flags, $pagelistflags) global() function in helper_plugin_tagfilter_syntax
/plugin/tagfilter/syntax/
H A Dfilter.php431 $output .= $HtagfilterSyntax->renderList($preparedPages, $opt['tagfilterFlags'], $opt['pagelistFlags']);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php164 protected function renderList($block) { function