Home
last modified time | relevance | path

Searched refs:onAddShape (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DComputePathAtlas.cpp131 const TextureProxy* onAddShape(const Shape&,
308 const TextureProxy* VelloComputePathAtlas::onAddShape( in onAddShape() function in skgpu::graphite::VelloComputePathAtlas
H A DRasterPathAtlas.h44 const TextureProxy* onAddShape(const Shape&,
H A DRasterPathAtlas.cpp43 const TextureProxy* RasterPathAtlas::onAddShape(const Shape& shape, in onAddShape() function in skgpu::graphite::RasterPathAtlas
H A DPathAtlas.h115 virtual const TextureProxy* onAddShape(const Shape&,
H A DPathAtlas.cpp59 const TextureProxy* atlasProxy = this->onAddShape(shape, in addShape()