Home
last modified time | relevance | path

Searched defs:extra_tail (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_array.h104 void pod_array<T>::capacity(unsigned cap, unsigned extra_tail) in capacity()
119 void pod_array<T>::allocate(unsigned size, unsigned extra_tail) in allocate()
138 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) : in pod_array()