Home
last modified time | relevance | path

Searched refs:SkPaintToGrPaintWithTexture (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DSkGr.h142 bool SkPaintToGrPaintWithTexture(GrContext* context,
DSkGpuDevice_drawTexture.cpp212 if (!SkPaintToGrPaintWithTexture(fContext.get(), fRenderTargetContext.get(), paint, viewMatrix, in drawTextureProducerImpl()
DSkGpuDevice.cpp1070 if (!SkPaintToGrPaintWithTexture(this->context(), fRenderTargetContext.get(), paint, viewMatrix, in drawBitmapTile()
1430 if (!SkPaintToGrPaintWithTexture(this->context(), fRenderTargetContext.get(), paint, in drawProducerNine()
1488 if (!SkPaintToGrPaintWithTexture(this->context(), fRenderTargetContext.get(), paint, in drawProducerLattice()
DSkGr.cpp593 bool SkPaintToGrPaintWithTexture(GrContext* context, in SkPaintToGrPaintWithTexture() function