Home
last modified time | relevance | path

Searched refs:subpaths (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathUtils.cpp148 int GrPathUtils::worstCasePointCount(const GrPath& path, int* subpaths, in worstCasePointCount() argument
156 *subpaths = 1; in worstCasePointCount()
179 ++(*subpaths); in worstCasePointCount()
DGrPathUtils.h28 int* subpaths,
/external/chromium/base/
Dfile_util_posix.cc490 std::vector<FilePath> subpaths; in CreateDirectory() local
494 subpaths.push_back(full_path); in CreateDirectory()
497 subpaths.push_back(path); in CreateDirectory()
502 for (std::vector<FilePath>::reverse_iterator i = subpaths.rbegin(); in CreateDirectory()
503 i != subpaths.rend(); ++i) { in CreateDirectory()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-143601 Test: svg/custom/hit-test-unclosed-subpaths.svg
DChangeLog-2010-12-06109047 Canvas: bezierCurveTo() and quadraticCurveTo() must ensure subpaths