HomeSort by relevance Sort by last modified time
    Searched refs:getRoundRectBuffer (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
TessellationCache.h 158 getRoundRectBuffer(transform, paint, width, height, rx, ry);
182 Buffer* getRoundRectBuffer(const Matrix4& transform, const SkPaint& paint,
TessellationCache.cpp 438 TessellationCache::Buffer* TessellationCache::getRoundRectBuffer(
450 return getRoundRectBuffer(transform, paint, width, height, rx, ry)->getVertexBuffer();

Completed in 40 milliseconds