/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "src/gpu/ganesh/GrUtil.h" #include "include/core/SkStrokeRec.h" #include "src/core/SkDrawProcs.h" #include "src/gpu/ganesh/GrStyle.h" GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID) { … } bool GrIsStrokeHairlineOrEquivalent(const GrStyle& style, const SkMatrix& matrix, SkScalar* outCoverage) { … }