Searched refs:dstBits (Results 1 – 3 of 3) sorted by relevance
101 SkPM4f* dstBits = new SkPM4f[ir.width()]; in draw_rect_fp() local125 pipeline.shadeSpan4f(0, y, dstBits, ir.width()); in draw_rect_fp()126 procN(nullptr, pmdst.writable_addr32(0, y), dstBits, ir.width(), nullptr); in draw_rect_fp()129 delete [] dstBits; in draw_rect_fp()
56 const int dstBits = sizeof(dst_t)*CHAR_BIT;57 const int dstExpBits = dstBits - dstSigBits - 1;106 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
60 const int dstBits = sizeof(dst_t)*CHAR_BIT;61 const int dstExpBits = dstBits - dstSigBits - 1;133 const dst_rep_t result = absResult | sign >> (srcBits - dstBits);