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 126 getRoundRectBuffer(transform, paint, width, height, rx, ry);
151 Buffer* getRoundRectBuffer(const Matrix4& transform, const SkPaint& paint,
TessellationCache.cpp 460 TessellationCache::Buffer* TessellationCache::getRoundRectBuffer(
472 return getRoundRectBuffer(transform, paint, width, height, rx, ry)->getVertexBuffer();

Completed in 246 milliseconds