Home
last modified time | relevance | path

Searched refs:size_ (Results 1 – 4 of 4) sorted by relevance

/trunk/main/binaryurp/source/
H A Dcache.hxx54 size_(size) in Cache()
61 if( !size_) { in add()
80 if( n >= size_) { // cache full => replace the LRU entry in add()
103 std::size_t size_; in operator ()() member
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx60 double size_ ) : in FontAttributes()
66 size(size_) in FontAttributes()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx65 double size_ ) : in FontAttributes()
71 size(size_) in FontAttributes()
/trunk/main/vigra/
H A Dvigra1.6.0.patch59 + deallocate(data_, size_);
63 + else if(pos + n >= size_)
65 + size_type diff = pos + n - size_;
72 + size_type diff = size_ - (pos + n);
77 + size_ = new_size;

Completed in 46 milliseconds