Home
last modified time | relevance | path

Searched refs:compareCacheEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.h207 static bool compareCacheEntry(const CacheEntry& first, const CacheEntry& second);
DVectorDrawableAtlas.cpp71 bool VectorDrawableAtlas::compareCacheEntry(const CacheEntry& first, const CacheEntry& second) { in compareCacheEntry() function in android::uirenderer::skiapipeline::VectorDrawableAtlas
103 mRects.sort(compareCacheEntry); in repack()