HomeSort by relevance Sort by last modified time
    Searched refs:xferPaint (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
highcontrastfilter.cpp 44 SkPaint xferPaint;
45 xferPaint.setColorFilter(SkHighContrastFilter::Make(config));
46 canvas->saveLayer(&bounds, &xferPaint);
lumafilter.cpp 57 SkPaint xferPaint;
58 xferPaint.setBlendMode(mode);
59 canvas->saveLayer(&bounds, &xferPaint);

Completed in 116 milliseconds