Searched defs:TessellationCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp23 #include "TessellationCache.h"
36 TessellationCache::Description::Description()
48 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint)
59 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const {
77 hash_t TessellationCache::Description::hash() const {
89 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
97 TessellationCache::ShadowDescription::ShadowDescription()
102 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform)
107 bool TessellationCache
292 TessellationCache::TessellationCache() function in class:android::uirenderer::TessellationCache
[all...]
H A DTessellationCache.h49 class TessellationCache { class in namespace:android::uirenderer
124 TessellationCache();
125 ~TessellationCache();
217 }; // class TessellationCache

Completed in 184 milliseconds