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

/frameworks/base/libs/hwui/
H A DPathTessellator.h77 static void tessellatePath(const SkPath& path, const SkPaint* paint,
H A DTessellationCache.cpp424 static VertexBuffer* tessellatePath(const TessellationCache::Description& description, function in namespace:android::uirenderer
430 PathTessellator::tessellatePath(path, &paint, matrix, *buffer);
451 return tessellatePath(description, path);
H A DPathTessellator.cpp723 void PathTessellator::tessellatePath(const SkPath &path, const SkPaint* paint, function in class:android::uirenderer::PathTessellator
H A DBakedOpDispatcher.cpp370 PathTessellator::tessellatePath(path, &paint, state.computedState.transform, vertexBuffer);
H A DOpenGLRenderer.cpp1721 PathTessellator::tessellatePath(path, paint, *currentTransform(), vertexBuffer);

Completed in 419 milliseconds