Home
last modified time | relevance | path

Searched refs:compute_path_size (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/core/
DSkStrike.cpp20 size_t compute_path_size(const SkPath& path) { in compute_path_size() function
173 fMemoryUsed += compute_path_size(glyph.fPathData->fPath); in findPath()
194 fMemoryUsed += compute_path_size(glyph->fPathData->fPath); in initializePath()
439 memoryUsed += compute_path_size(glyphPtr->fPathData->fPath); in forceValidate()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1033 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size() function
1039 compute_path_size(cp->path, size); in compute_path_size()
1048 compute_path_size(path, size); in full_size()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp1065 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size() function
1069 compute_path_size(cp->path, size); in compute_path_size()
1077 compute_path_size(path, size); in full_size()