コード例 #1
0
ファイル: GrCCPathCache.cpp プロジェクト: google/skia
static inline bool SkShouldPostMessageToBus(
        const sk_sp<GrCCPathCache::Key>& key, uint32_t msgBusUniqueID) {
    return key->pathCacheUniqueID() == msgBusUniqueID;
}