Searched defs:ba (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dnr-filter-slot.cpp106 cairo_surface_t *ba = ink_cairo_extract_alpha(src); local
107 _set_internal(NR_FILTER_BACKGROUNDALPHA, ba);
108 cairo_surface_destroy(ba);
/inkscape/src/extension/internal/filter/
H A Dpaint.h758 std::ostringstream ba; local
784 ba << (pcolor & 0xff) / 255.0F;
814 br.str().c_str(), bg.str().c_str(), bb.str().c_str(), ba.str().c_str(), iop.str().c_str(),
816 a.str().c_str(), ba.str().c_str() );
/inkscape/src/libnrtype/
H A DFontFactory.cpp808 double ba = ents[bi].age; local
810 if ( ents[i].age < ba ) {
812 ba = ents[bi].age;

Completed in 16 milliseconds