/[gzz]/gzz/gzz/view/pagespanview.py
ViewVC logotype

Diff of /gzz/gzz/view/pagespanview.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by tjl, Mon Jan 27 19:39:40 2003 UTC revision 1.29 by tjl, Tue Jan 28 09:16:49 2003 UTC
# Line 86  class CellPDFView: Line 86  class CellPDFView:
86      # Height = always 1.      # Height = always 1.
87      # Start = always (0,0)      # Start = always (0,0)
88      def placepapers(self, vs,      def placepapers(self, vs,
89                      cs1into, onlypages=None, depth=10,                      cs1into, depth=10,
90                      cliprect = None,                      cliprect = None,
91                      fancy = 1,                      fancy = 1,
92                      showTessel = 0):                      showTessel = 0):
# Line 137  class CellPDFView: Line 137  class CellPDFView:
137                          cs_cull = vs.coords.affineCoordsys(cs1c, 100, 0.5, 0.5, 0.5, 0, 0, 0.5)                          cs_cull = vs.coords.affineCoordsys(cs1c, 100, 0.5, 0.5, 0.5, 0, 0, 0.5)
138                          vs.matcher.add(cs_cull, key+"_cull_"+str(i))                          vs.matcher.add(cs_cull, key+"_cull_"+str(i))
139    
140                      if onlypages == None or i in onlypages:                      pq = GLRen.createPaperQuad(
141                          pq = GLRen.createPaperQuad(                          papers[i].getPaper(fancy), *corners)
142                              papers[i].getPaper(fancy), *corners)                      vs.map.put(pq, cs_cull, cs2)
                         vs.map.put(pq, cs_cull, cs2)  
143    
144                      self.curx += self.scaledsheetsize[0]                      self.curx += self.scaledsheetsize[0]
145    

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26