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

/frameworks/base/libs/hwui/
H A DPathTessellator.h77 static void tessellatePath(const SkPath& path, const SkPaint* paint, const mat4& transform,
H A DTessellationCache.cpp398 static VertexBuffer* tessellatePath(const TessellationCache::Description& description, function in namespace:android::uirenderer
404 PathTessellator::tessellatePath(path, &paint, matrix, *buffer);
425 return tessellatePath(description, path);
H A DBakedOpDispatcher.cpp358 PathTessellator::tessellatePath(path, &paint, state.computedState.transform, vertexBuffer);
H A DPathTessellator.cpp684 void PathTessellator::tessellatePath(const SkPath& path, const SkPaint* paint, function in class:android::uirenderer::PathTessellator

Completed in 218 milliseconds