Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DRasterPathAtlas.h50 const TextureProxy* onAddShape(const Shape&,
DRasterPathAtlas.cpp42 const TextureProxy* RasterPathAtlas::onAddShape(const Shape& shape, in onAddShape() function in skgpu::graphite::RasterPathAtlas
DPathAtlas.h115 virtual const TextureProxy* onAddShape(const Shape&,
DComputePathAtlas.cpp131 const TextureProxy* onAddShape(const Shape&,
313 const TextureProxy* VelloComputePathAtlas::onAddShape( in onAddShape() function in skgpu::graphite::VelloComputePathAtlas
DPathAtlas.cpp64 const TextureProxy* atlasProxy = this->onAddShape(shape, in addShape()