Searched refs:strictly_order_type (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerCache.h118 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
H A DRenderBufferCache.h103 friend inline int strictly_order_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
H A DPatchCache.h92 friend inline int strictly_order_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h101 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
H A DGradientCache.h94 inline int strictly_order_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
H A DPathCache.h162 friend inline int strictly_order_type( function in struct:android::uirenderer::PathDescription
/frameworks/native/include/utils/
H A DTypeHelpers.h118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
H A DString16.h130 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
H A DString8.h237 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
/frameworks/rs/server/
H A DTypeHelpers.h118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
/frameworks/base/libs/hwui/font/
H A DFont.h148 inline int strictly_order_type(const Font::FontDescription& lhs, function in namespace:android::uirenderer
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h112 inline int strictly_order_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
/frameworks/base/tools/aapt/
H A DAaptAssets.h150 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function

Completed in 218 milliseconds