Searched refs:data_type (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/basebmp/test/ |
| H A D | bmpdemo.cxx | 241 template< typename data_type, int bits_per_pixel, bool MsbFirst, typename difference_type > inline … in get_mask() 244 BOOST_STATIC_ASSERT(sizeof(data_type)*8 % bits_per_pixel == 0); in get_mask() 245 BOOST_STATIC_ASSERT(sizeof(data_type)*8 / bits_per_pixel > 1); in get_mask() 246 BOOST_STATIC_ASSERT(vigra::TypeTraits<data_type>::isPOD::asBool); in get_mask() 248 const unsigned int nIntraWordPositions( sizeof(data_type)*8 / bits_per_pixel ); in get_mask() 270 typedef Datatype data_type; typedef in __anona551b77b0111::PackedPixelColumnIterator 275 typedef typename remove_const<data_type>::type mask_type; 276 typedef data_type* pointer; 277 typedef StridedArrayIterator< data_type > MoveY; 282 num_intraword_positions=sizeof(data_type)*8/bits_per_pixel, [all …]
|
| /AOO41X/main/basebmp/inc/basebmp/ |
| H A D | truecolormaskaccessor.hxx | 82 typedef typename Accessor::value_type data_type; typedef in basebmp::TrueColorMaskAccessor 84 typedef typename make_unsigned<data_type>::type unsigned_data_type; 159 data_type toPacked( value_type v ) const in toPacked() 182 unsigned_cast<data_type>( maAccessor(i)) ); in operator ()() 189 unsigned_cast<data_type>( maAccessor(i,diff)) ); in operator ()() 222 typename Accessor::data_type operator()( const Accessor& acc, in operator ()()
|
| H A D | pixelformatadapters.hxx | 86 typedef typename Accessor::value_type data_type; \ 93 data_type > color_lookup; \
|
| H A D | paletteimageaccessor.hxx | 51 typedef typename Accessor::value_type data_type; typedef in basebmp::PaletteImageAccessor 100 data_type lookup(value_type const& v) const in lookup()
|
| H A D | paletteformats.hxx | 50 typename Accessor::data_type operator()( const Accessor& acc, in operator ()()
|
| /AOO41X/main/xmloff/source/transform/ |
| H A D | TransformerActions.cxx | 40 XMLTransformerActions::data_type aData; in XMLTransformerActions() 69 XMLTransformerActions::data_type aData; in Add()
|
| H A D | EventOOoTContext.cxx | 65 XMLTransformerOOoEventMap_Impl::data_type aData; in AddMap()
|
| H A D | EventOASISTContext.cxx | 66 XMLTransformerOASISEventMap_Impl::data_type aData; in XMLTransformerOASISEventMap_Impl()
|
| /AOO41X/main/stlport/systemstl/ |
| H A D | hash_map | 61 typedef __T data_type; 81 typedef __T data_type;
|
| /AOO41X/main/sd/source/ui/sidebar/ |
| H A D | MasterPageObserver.cxx | 189 MasterPageContainer::data_type aMasterPageSet; in RegisterDocument()
|
| /AOO41X/main/connectivity/source/parse/ |
| H A D | sqlbison.y | 259 %type <pParseNode> column_ref data_type column cursor parameter range_variable user /*like_check*/ 410 column data_type column_def_opt_list 2740 | data_type 3501 data_type:
|
| H A D | sqlnode.cxx | 1410 { OSQLParseNode::data_type, "data_type" }, in OSQLParser()
|
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | sqlnode.hxx | 217 data_type, enumerator
|