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

/frameworks/base/libs/hwui/
H A DPatchCache.h93 struct PatchDescription { struct in class:android::uirenderer::PatchCache
94 PatchDescription(): mPatch(nullptr), mBitmapWidth(0), mBitmapHeight(0), function in struct:android::uirenderer::PatchCache::PatchDescription
98 PatchDescription(const uint32_t bitmapWidth, const uint32_t bitmapHeight, function in struct:android::uirenderer::PatchCache::PatchDescription
108 static int compare(const PatchDescription& lhs, const PatchDescription& rhs);
110 bool operator==(const PatchDescription& other) const {
114 bool operator!=(const PatchDescription& other) const {
118 friend inline int strictly_order_type(const PatchDescription& lhs,
119 const PatchDescription& rhs) {
120 return PatchDescription
[all...]

Completed in 112 milliseconds