Searched refs:tessellatePath (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.h53 static void tessellatePath(const SkPath& path, const SkPaint* paint,
H A DTessellationCache.cpp430 static VertexBuffer* tessellatePath(const TessellationCache::Description& description, function in namespace:android::uirenderer
436 PathTessellator::tessellatePath(path, &paint, matrix, *buffer);
457 return tessellatePath(description, path);
H A DPathTessellator.cpp725 void PathTessellator::tessellatePath(const SkPath &path, const SkPaint* paint, function in class:android::uirenderer::PathTessellator
H A DOpenGLRenderer.cpp2458 PathTessellator::tessellatePath(path, paint, *currentTransform(), vertexBuffer);

Completed in 92 milliseconds