HomeSort by relevance Sort by last modified time
    Searched refs:strictly_order_type (Results 1 - 17 of 17) sorted by null

  /frameworks/base/libs/hwui/
LayerCache.h 118 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
RenderBufferCache.h 103 friend inline int strictly_order_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
PatchCache.h 117 friend inline int strictly_order_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
TextDropShadowCache.h 103 inline int strictly_order_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
GradientCache.h 94 inline int strictly_order_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
PathCache.h 162 friend inline int strictly_order_type( function in struct:android::uirenderer::PathDescription
  /frameworks/rs/cpp/util/
TypeHelpers.h 118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::RSC
124 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
238 return strictly_order_type(key, o.key);
  /frameworks/rs/server/
TypeHelpers.h 118 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);
  /system/core/include/utils/
TypeHelpers.h 118 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);
String16.h 137 inline int strictly_order_type(const String16& lhs, const String16& rhs) function in namespace:android
String8.h 244 inline int strictly_order_type(const String8& lhs, const String8& rhs) function in namespace:android
  /system/core/libpixelflinger/codeflinger/tinyutils/
TypeHelpers.h 105 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::tinyutils
111 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
228 return strictly_order_type(key, o.key);
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 102 friend inline int strictly_order_type(const Key& lhs, const Key& rhs) { function in class:android::ProgramCache::Key
  /frameworks/base/libs/hwui/font/
Font.h 149 inline int strictly_order_type(const Font::FontDescription& lhs, function in namespace:android::uirenderer
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 110 inline int strictly_order_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { function in namespace:android
  /frameworks/base/tools/aapt/
AaptAssets.h 150 inline int strictly_order_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
ResourceTable.cpp 657 return strictly_order_type(ident, o.ident);
    [all...]

Completed in 4470 milliseconds