Lines Matching defs:std
15 namespace std {
19 hash ^= std::hash<int>()(args.fCollectionIndex);
21 hash ^= std::hash<SkFourByteTag>()(coord.axis);
22 hash ^= std::hash<float>()(coord.value);
24 hash ^= std::hash<int>()(args.fPaletteIndex);
26 hash ^= std::hash<int>()(override.index);
27 hash ^= std::hash<SkColor>()(override.color);
32 } // namespace std
79 std::shared_ptr<RSTypeface> FontArguments::CloneTypeface(std::shared_ptr<RSTypeface> typeface) const