Lines Matching +refs:fill +refs:buffer
73 SkFlattenable* SkLinearGradient::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
75 if (!desc.unflatten(buffer)) { in CreateProc()
79 pts[0] = buffer.readPoint(); in CreateProc()
80 pts[1] = buffer.readPoint(); in CreateProc()
85 void SkLinearGradient::flatten(SkWriteBuffer& buffer) const { in flatten()
86 this->INHERITED::flatten(buffer); in flatten()
87 buffer.writePoint(fStart); in flatten()
88 buffer.writePoint(fEnd); in flatten()
548 template <bool apply_alpha> void fill(SkPMColor dst[], int count, in fill() function
554 template <bool apply_alpha> void fill(SkPMColor dst[], int count, const Sk4f& c4) { in fill() function
630 fill<apply_alpha>(dstC, n, rec[0].fColor); in shade4_dx_clamp()
642 fill<apply_alpha>(dstC, n, rec[fRecs.count() - 1].fColor); in shade4_dx_clamp()
664 fill<apply_alpha>(dstC, count, rec[fRecs.count() - 1].fColor); in shade4_dx_clamp()
669 fill<apply_alpha>(dstC, count, rec[0].fColor); in shade4_dx_clamp()
751 fill<true>(dstC, count, c + dither0, c + dither1); in shade4_clamp()
753 fill<false>(dstC, count, c + dither0, c + dither1); in shade4_clamp()