Searched refs:pod_auto_array (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_array.h46 //---------------------------------------------------------pod_auto_array
47 template<class T, unsigned Size> class pod_auto_array class in namespace:agg
51 typedef pod_auto_array<T, Size> self_type;
53 pod_auto_array() {} function in class:agg::pod_auto_array
54 explicit pod_auto_array(const T* c) function in class:agg::pod_auto_array
/haiku/src/libs/icon/
H A DIconRenderer.cpp301 typedef agg::pod_auto_array<agg::rgba8, 256> ColorArray;
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp2111 typedef agg::pod_auto_array<agg::rgba8, 256> color_array_type;

Completed in 47 milliseconds