Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.h53 static void tessellatePath(const SkPath& path, const SkPaint* paint,
DTessellationCache.cpp430 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()
DPathTessellator.cpp725 void PathTessellator::tessellatePath(const SkPath &path, const SkPaint* paint, in tessellatePath() function in android::uirenderer::PathTessellator
DOpenGLRenderer.cpp2405 PathTessellator::tessellatePath(path, paint, *currentTransform(), vertexBuffer);