Home
last modified time | relevance | path

Searched refs:WideOpen (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp234 readDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
251 tempDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
266 readDrawContext->fillRectToRect(GrClip::WideOpen(), in TestForPreservingPMConversions()
/external/skia/src/gpu/
DGrClip.cpp50 const GrClip& GrClip::WideOpen() { in WideOpen() function in GrClip
DGrYUVProvider.cpp140 drawContext->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), r); in refAsTexture()
DGrContext.cpp346 drawContext->drawRect(GrClip::WideOpen(), paint, matrix, rect, nullptr); in writeSurfacePixels()
457 drawContext->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), rect, nullptr); in readSurfacePixels()
DGrTextureToYUVPlanes.cpp46 dst->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), SkRect::MakeIWH(dstW, dstH)); in convert_texture()
DGrTextureParamsAdjuster.cpp121 drawContext->fillRectToRect(GrClip::WideOpen(), paint, SkMatrix::I(), dstRect, localRect); in copy_on_gpu()
/external/skia/include/gpu/
DGrClip.h165 static const GrClip& WideOpen();
/external/skia/src/effects/
DSkXfermodeImageFilter.cpp241 drawContext->drawRect(GrClip::WideOpen(), paint, matrix, SkRect::Make(bounds)); in filterImageGPUDeprecated()
DSkDisplacementMapEffect.cpp462 drawContext->drawRect(GrClip::WideOpen(), paint, matrix, SkRect::Make(colorBounds)); in filterImageGPUDeprecated()
DSkBlurMaskFilter.cpp1273 drawContext->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), clipRect); in filterMaskGPU()
/external/skia/src/image/
DSkImage_Gpu.cpp276 drawContext->drawRect(GrClip::WideOpen(), paint, SkMatrix::I(), rect); in NewFromYUVTexturesCopy()