Searched refs:ditherRange (Results 1 – 2 of 2) sorted by relevance
502 int32_t ditherRange = dither_range_type_for_config(colorSpaceInfo.config()); in skpaint_to_grpaint_impl() local503 if (ditherRange >= 0) { in skpaint_to_grpaint_impl()506 &ditherRange, sizeof(ditherRange)); in skpaint_to_grpaint_impl()
444 float ditherRange = dither_range_for_config(ct); in skpaint_to_grpaint_impl() local445 paintFP = GrDitherEffect::Make(std::move(paintFP), ditherRange); in skpaint_to_grpaint_impl()