Home
last modified time | relevance | path

Searched refs:curr_entry (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/basebmp/test/
H A Dbmpdemo.cxx899 const BitmapColor* curr_entry( palette ); in find_best_match() local
900 best_entry = curr_entry; in find_best_match()
901 while( curr_entry != palette_end ) in find_best_match()
903 if( norm(*curr_entry,*best_entry) > norm(*curr_entry,aTmpCol) ) in find_best_match()
904 best_entry = curr_entry; in find_best_match()
906 ++curr_entry; in find_best_match()
/trunk/main/basebmp/inc/basebmp/
H A Dpaletteimageaccessor.hxx108 const value_type* curr_entry( mpPalette ); in lookup() local
109 best_entry = curr_entry; in lookup()
110 while( curr_entry != palette_end ) in lookup()
112 if( ColorTraits<value_type>::distance(*curr_entry, in lookup()
114 > ColorTraits<value_type>::distance(*curr_entry, in lookup()
117 best_entry = curr_entry; in lookup()
120 ++curr_entry; in lookup()

Completed in 31 milliseconds