Searched refs:tessellatePath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathTessellator.h | 53 static void tessellatePath(const SkPath& path, const SkPaint* paint,
|
D | TessellationCache.cpp | 430 static VertexBuffer* tessellatePath(const TessellationCache::Description& description, in tessellatePath() function 436 PathTessellator::tessellatePath(path, &paint, matrix, *buffer); in tessellatePath() 457 return tessellatePath(description, path); in tessellateRoundRect()
|
D | PathTessellator.cpp | 725 void PathTessellator::tessellatePath(const SkPath &path, const SkPaint* paint, in tessellatePath() function in android::uirenderer::PathTessellator
|
D | OpenGLRenderer.cpp | 2405 PathTessellator::tessellatePath(path, paint, *currentTransform(), vertexBuffer);
|