Searched refs:compare_type (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerCache.h122 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
H A DRenderBufferCache.h108 friend inline int compare_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
H A DPatchCache.h97 friend inline int compare_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h105 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
H A DGradientCache.h98 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
H A DPathCache.h167 friend inline int compare_type(const PathDescription& lhs, const PathDescription& rhs) { function in struct:android::uirenderer::PathDescription
/frameworks/native/include/utils/
H A DString16.h125 inline int compare_type(const String16& lhs, const String16& rhs) function in namespace:android
132 return compare_type(lhs, rhs) < 0;
H A DString8.h232 inline int compare_type(const String8& lhs, const String8& rhs) function in namespace:android
239 return compare_type(lhs, rhs) < 0;
H A DSortedVector.h274 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) );
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
/frameworks/base/libs/hwui/font/
H A DFont.h153 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { function in namespace:android::uirenderer
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h116 inline int compare_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
/frameworks/base/tools/aapt/
H A DAaptAssets.h145 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
152 return compare_type(lhs, rhs) < 0;
/frameworks/base/libs/hwui/utils/
H A DSortedList.h236 return compare_type(*reinterpret_cast<const TYPE*> (lhs), *reinterpret_cast<const TYPE*> (rhs));
/frameworks/rs/server/
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp98 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { function in namespace:android
107 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { function in namespace:android
108 return compare_type(lhs.token, rhs.token);

Completed in 243 milliseconds