Searched refs:ComputePathAtlas (Results 1 – 8 of 8) sorted by relevance
44 ComputePathAtlas::ComputePathAtlas(Recorder* recorder) in ComputePathAtlas() function in skgpu::graphite::ComputePathAtlas48 bool ComputePathAtlas::initializeTextureIfNeeded() { in initializeTextureIfNeeded()61 bool ComputePathAtlas::isSuitableForAtlasing(const Rect& transformedShapeBounds, in isSuitableForAtlasing()89 const TextureProxy* ComputePathAtlas::addRect(skvx::half2 maskSize, in addRect()111 void ComputePathAtlas::reset() { in reset()122 class VelloComputePathAtlas final : public ComputePathAtlas {125 : ComputePathAtlas(recorder) in VelloComputePathAtlas()427 std::unique_ptr<ComputePathAtlas> ComputePathAtlas::CreateDefault(Recorder* recorder) { in CreateDefault()
42 class ComputePathAtlas : public PathAtlas {45 static std::unique_ptr<ComputePathAtlas> CreateDefault(Recorder*);56 explicit ComputePathAtlas(Recorder*);
23 class ComputePathAtlas; variable65 std::unique_ptr<ComputePathAtlas> createComputePathAtlas(Recorder* recorder) const;
34 class ComputePathAtlas; variable147 std::unique_ptr<ComputePathAtlas> fComputePathAtlas;
38 std::unique_ptr<ComputePathAtlas> AtlasProvider::createComputePathAtlas(Recorder* recorder) const { in createComputePathAtlas()40 return ComputePathAtlas::CreateDefault(recorder); in createComputePathAtlas()
33 "ComputePathAtlas.cpp",34 "ComputePathAtlas.h",
52 "$_src/ComputePathAtlas.cpp",53 "$_src/ComputePathAtlas.h",
744 "src/gpu/graphite/ComputePathAtlas.cpp",4473 "src/gpu/graphite/ComputePathAtlas.cpp",