Searched refs:compute_path_size (Results 1 – 3 of 3) sorted by relevance
20 size_t compute_path_size(const SkPath& path) { in compute_path_size() function173 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()
1033 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size() function1039 compute_path_size(cp->path, size); in compute_path_size()1048 compute_path_size(path, size); in full_size()
1065 static void compute_path_size(const PathPieces &pieces, unsigned &size) { in compute_path_size() function1069 compute_path_size(cp->path, size); in compute_path_size()1077 compute_path_size(path, size); in full_size()