Searched refs:MIN_GPU_BLUR_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DSkGpuDevice.cpp716 #define MIN_GPU_BLUR_SIZE SkIntToScalar(64) macro
719 if (rect.width() <= MIN_GPU_BLUR_SIZE &&
720 rect.height() <= MIN_GPU_BLUR_SIZE &&

Completed in 35 milliseconds