Home
last modified time | relevance | path

Searched refs:ditherRange (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DSkGr.cpp453 int32_t ditherRange = dither_range_type_for_config(ct); in skpaint_to_grpaint_impl() local
454 if (ditherRange >= 0) { in skpaint_to_grpaint_impl()
457 &ditherRange, sizeof(ditherRange)); in skpaint_to_grpaint_impl()
/third_party/skia/src/gpu/
DSkGr.cpp546 float ditherRange = dither_range_for_config(ct); in skpaint_to_grpaint_impl() local
548 context, std::move(paintFP), ditherRange, context->priv().caps()); in skpaint_to_grpaint_impl()