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

/frameworks/base/libs/hwui/
H A DPatchCache.h67 struct PatchDescription { struct in class:android::uirenderer::PatchCache
68 PatchDescription(): bitmapWidth(0), bitmapHeight(0), pixelWidth(0), pixelHeight(0), function in struct:android::uirenderer::PatchCache::PatchDescription
72 PatchDescription(const uint32_t bitmapWidth, const uint32_t bitmapHeight, function in struct:android::uirenderer::PatchCache::PatchDescription
82 static int compare(const PatchDescription& lhs, const PatchDescription& rhs);
84 bool operator==(const PatchDescription& other) const {
88 bool operator!=(const PatchDescription& other) const {
92 friend inline int strictly_order_type(const PatchDescription& lhs,
93 const PatchDescription& rhs) {
94 return PatchDescription
[all...]
H A DPatchCache.cpp45 int PatchCache::PatchDescription::compare(
46 const PatchCache::PatchDescription& lhs, const PatchCache::PatchDescription& rhs) {
104 const PatchDescription description(bitmapWidth, bitmapHeight,

Completed in 48 milliseconds