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

  /external/chromium_org/skia/ext/
platform_device.h 156 typedef std::vector<CubicPath> CubicPaths;
163 static bool SkPathToCubicPaths(CubicPaths* paths, const SkPath& skpath);
platform_device_win.cc 90 CubicPaths paths;
95 for (CubicPaths::const_iterator path(paths.begin()); path != paths.end();
143 bool PlatformDevice::SkPathToCubicPaths(CubicPaths* paths,

Completed in 42 milliseconds