Home
last modified time | relevance | path

Searched refs:ComputePathAtlas (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/graphite/
DComputePathAtlas.cpp44 ComputePathAtlas::ComputePathAtlas(Recorder* recorder) in ComputePathAtlas() function in skgpu::graphite::ComputePathAtlas
48 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()
DComputePathAtlas.h42 class ComputePathAtlas : public PathAtlas {
45 static std::unique_ptr<ComputePathAtlas> CreateDefault(Recorder*);
56 explicit ComputePathAtlas(Recorder*);
DAtlasProvider.h23 class ComputePathAtlas; variable
65 std::unique_ptr<ComputePathAtlas> createComputePathAtlas(Recorder* recorder) const;
DDrawContext.h34 class ComputePathAtlas; variable
147 std::unique_ptr<ComputePathAtlas> fComputePathAtlas;
DAtlasProvider.cpp38 std::unique_ptr<ComputePathAtlas> AtlasProvider::createComputePathAtlas(Recorder* recorder) const { in createComputePathAtlas()
40 return ComputePathAtlas::CreateDefault(recorder); in createComputePathAtlas()
DBUILD.bazel33 "ComputePathAtlas.cpp",
34 "ComputePathAtlas.h",
/external/skia/gn/
Dgraphite.gni52 "$_src/ComputePathAtlas.cpp",
53 "$_src/ComputePathAtlas.h",
/external/skia/
DAndroid.bp744 "src/gpu/graphite/ComputePathAtlas.cpp",
4473 "src/gpu/graphite/ComputePathAtlas.cpp",