Searched refs:renderList (Results 1 – 8 of 8) sorted by relevance
| /plugin/stlviewer/stlviewer/ |
| D | Projector.js | 344 var renderList = new RenderList(); 435 renderList.setObject( object ); 454 renderList.pushVertex( positions[ i ], positions[ i + 1 ], positions[ i + 2 ] ); 464 renderList.pushNormal( normals[ i ], normals[ i + 1 ], normals[ i + 2 ] ); 476 renderList.pushUv( uvs[ i ], uvs[ i + 1 ] ); 494 renderList.pushTriangle( indices[ i ], indices[ i + 1 ], indices[ i + 2 ] ); 504 renderList.pushTriangle( indices[ i ], indices[ i + 1 ], indices[ i + 2 ] ); 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; [all …]
|
| /plugin/qna/syntax/ |
| D | toc.php | 182 $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/ |
| D | syntax.php | 78 $renderList = $srcChanged ? $transSrc : $transNew; 79 if($debug || $_REQUEST['purge']) $renderList = $transSrc; 82 foreach ($renderList as $transMode) {
|
| /plugin/diagramsnet/lib/js/onedrive/ |
| D | mxODPicker.js | 515 function renderList(potentialDrawioFiles) function 640 renderList(list); 706 renderList(potentialDrawioFiles);
|
| /plugin/mdpage/vendor/cebe/markdown/block/ |
| D | ListTrait.php | 168 protected function renderList($block) function
|
| /plugin/tagfilter/helper/ |
| D | syntax.php | 179 public function renderList($pages, $flags, $pagelistflags) function in helper_plugin_tagfilter_syntax
|
| /plugin/tagfilter/syntax/ |
| D | filter.php | 431 …$output .= $HtagfilterSyntax->renderList($preparedPages, $opt['tagfilterFlags'], $opt['pagelistFla…
|
| /plugin/mdpage/src/DokuWiki/Plugin/Mdpage/ |
| D | MarkdownRendererTrait.php | 164 protected function renderList($block) { function
|