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

  /external/chromium_org/third_party/skia/tests/
BlurTest.cpp 334 SkPath rectPath;
335 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f);
356 cpu_blur_path(rectPath, sigma, rectSpecialCaseResult, kSize);
367 bool haveGPUResult = gpu_blur_path(factory, rectPath, sigma, gpuResult, kSize);
  /external/skia/tests/
BlurTest.cpp 334 SkPath rectPath;
335 rectPath.addRect(0.3f, 0.3f, 100.3f, 100.3f);
356 cpu_blur_path(rectPath, sigma, rectSpecialCaseResult, kSize);
367 bool haveGPUResult = gpu_blur_path(factory, rectPath, sigma, gpuResult, kSize);

Completed in 115 milliseconds