Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DLayerState.h164 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function
173 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { in compare_type() function
174 return compare_type(lhs.token, rhs.token); in compare_type()
/frameworks/av/media/img_utils/src/
DSortedEntryVector.cpp40 return compare_type(**lEntry, **rEntry); in do_compare()
/frameworks/base/libs/hwui/
DPatchCache.h111 friend inline int compare_type(const PatchDescription& lhs, const PatchDescription& rhs) { in compare_type() function
DTextDropShadowCache.h103 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { in compare_type() function
DGradientCache.h89 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { in compare_type() function
/frameworks/base/libs/hwui/font/
DFont.h150 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { in compare_type() function
/frameworks/base/tools/aapt/
DAaptAssets.h129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
136 return compare_type(lhs, rhs) < 0; in strictly_order_type()
DResourceTable.cpp676 int cmp = compare_type(type, o.type); in operator <()
/frameworks/rs/cpp/util/
DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) {