Searched defs:factor (Results 1 - 2 of 2) sorted by path

/system/core/libpixelflinger/
H A Dscanline.cpp447 static void blend_factor(context_t* c, pixel_t* r, uint32_t factor,
526 uint32_t factor, const pixel_t* src, const pixel_t* dst)
528 switch (factor) {
803 uint32_t factor = Ct + (Ct>>(st-1)); local
804 Cf = (Cf * factor) >> st;
818 uint32_t factor = Ct + (Ct>>(st-1)); local
819 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st;
525 blend_factor(context_t* c, pixel_t* r, uint32_t factor, const pixel_t* src, const pixel_t* dst) argument
/system/core/sh/
H A Dmiscbltin.c294 int factor; /* multiply by to get rlim_{cur,max} values */ member in struct:limits
390 val *= l->factor;
406 val /= l->factor;
435 val /= l->factor;

Completed in 31 milliseconds