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

/frameworks/base/libs/hwui/
H A DTessellationCache.cpp24 #include "TessellationCache.h"
37 TessellationCache::Description::Description()
49 TessellationCache::Description::Description(Type type, const Matrix4& transform, const SkPaint& paint)
60 bool TessellationCache::Description::operator==(const TessellationCache::Description& rhs) const {
78 hash_t TessellationCache::Description::hash() const {
90 void TessellationCache::Description::setupMatrixAndPaint(Matrix4* matrix, SkPaint* paint) const {
98 TessellationCache::ShadowDescription::ShadowDescription()
103 TessellationCache::ShadowDescription::ShadowDescription(const SkPath* nodeKey, const Matrix4* drawTransform)
108 bool TessellationCache
293 TessellationCache::TessellationCache() function in class:android::uirenderer::TessellationCache
[all...]
H A DTessellationCache.h50 class TessellationCache { class in namespace:android::uirenderer
125 TessellationCache();
126 ~TessellationCache();
224 }; // class TessellationCache

Completed in 34 milliseconds