Home
last modified time | relevance | path

Searched refs:clipstack (Results 1 – 11 of 11) sorted by relevance

/dports/math/asymptote/asymptote-2.67/
H A Dtexfile.cc361 if(clipstack.size() > 0) { in begintransform()
378 if(clipstack.size() < 1) in gsave()
379 clipstack.push(0); in gsave()
381 clipstack.push(clipcount); in gsave()
388 if(pens.size() < 1 || clipstack.size() < 1) in grestore()
392 clipstack.pop(); in grestore()
398 if(clipstack.size() > 0) { in clippath()
399 size_t count=clipstack.top(); in clippath()
437 if(clipstack.size() > 0) in beginclip()
438 clipstack.pop(); in beginclip()
[all …]
H A Dtexfile.h261 mem::stack<size_t> clipstack; variable
H A Dpicture.cc1047 typedef mem::list<drawElement *> clipstack; in shipout() typedef
1048 clipstack begin; in shipout()
1122 clipstack end; in shipout()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvasy.cpp88 clipstack.push_back(false); in save()
95 while(clipstack.size() > 0) { in restore()
96 if(clipstack.back()) { in restore()
99 clipstack.pop_back(); in restore()
134 const bool pop=clipstack.size() > 0; in print_coords()
136 clipstack.pop_back(); in print_coords()
137 clipstack.push_back(true); in print_coords()
H A Ddrvasy.h88 std::list<bool> clipstack; variable
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dtexfile.cc365 if(clipstack.size() < 1) in gsave()
366 clipstack.push(0); in gsave()
368 clipstack.push(clipcount); in gsave()
375 if(pens.size() < 1 || clipstack.size() < 1) in grestore()
379 clipstack.pop(); in grestore()
385 if(clipstack.size() > 0) { in clippath()
386 size_t count=clipstack.top(); in clippath()
425 if(clipstack.size() > 0) in beginclip()
426 clipstack.pop(); in beginclip()
427 clipstack.push(clipcount); in beginclip()
H A Dtexfile.h256 mem::stack<size_t> clipstack; variable
H A Dpicture.cc984 typedef mem::list<drawElement *> clipstack; in shipout() typedef
985 clipstack begin; in shipout()
1057 clipstack end; in shipout()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dui.cpp63 static vector<ClipArea> clipstack; variable
67 if(clipstack.empty()) glEnable(GL_SCISSOR_TEST); in pushclip()
68 ClipArea &c = clipstack.add(ClipArea(x, y, w, h)); in pushclip()
69 if(clipstack.length() >= 2) c.intersect(clipstack[clipstack.length()-2]); in pushclip()
75 clipstack.pop(); in popclip()
76 if(clipstack.empty()) glDisable(GL_SCISSOR_TEST); in popclip()
77 else clipstack.last().scissor(); in popclip()
82 if(clipstack.empty()) return false; in isfullyclipped()
2791 if(clipstack.length()) clipstack.last().scissor(); in draw()
2832 if(clipstack.length()) clipstack.last().scissor(); in draw()
[all …]
/dports/games/tesseract/tesseract/src/engine/
H A Dui.cpp63 static vector<ClipArea> clipstack; variable
67 if(clipstack.empty()) glEnable(GL_SCISSOR_TEST); in pushclip()
68 ClipArea &c = clipstack.add(ClipArea(x, y, w, h)); in pushclip()
69 if(clipstack.length() >= 2) c.intersect(clipstack[clipstack.length()-2]); in pushclip()
75 clipstack.pop(); in popclip()
76 if(clipstack.empty()) glDisable(GL_SCISSOR_TEST); in popclip()
77 else clipstack.last().scissor(); in popclip()
82 if(clipstack.empty()) return false; in isfullyclipped()
2791 if(clipstack.length()) clipstack.last().scissor(); in draw()
2832 if(clipstack.length()) clipstack.last().scissor(); in draw()
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dui.cpp82 static vector<ClipArea> clipstack; variable
86 if(clipstack.empty()) glEnable(GL_SCISSOR_TEST); in pushclip()
87 ClipArea &c = clipstack.add(ClipArea(x, y, w, h)); in pushclip()
88 if(clipstack.length() >= 2) c.intersect(clipstack[clipstack.length()-2]); in pushclip()
94 clipstack.pop(); in popclip()
95 if(clipstack.empty()) glDisable(GL_SCISSOR_TEST); in popclip()
96 else clipstack.last().scissor(); in popclip()
101 if(clipstack.empty()) return false; in isfullyclipped()
3903 if(clipstack.length()) clipstack.last().scissor(); in draw()
3943 if(clipstack.length()) clipstack.last().scissor(); in draw()
[all …]