OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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