HomeSort by relevance Sort by last modified time
    Searched full:fillrecttorect (Results 1 - 24 of 24) sorted by null

  /external/skia/gm/
croppedrects.cpp 20 * (drawFilledRect, fillRectToRect, fillRectWithLocalMatrix) that pre-crop filled rects based on the
67 // GrRenderTargetContext::fillRectToRect.
  /external/skqp/gm/
croppedrects.cpp 20 * (drawFilledRect, fillRectToRect, fillRectWithLocalMatrix) that pre-crop filled rects based on the
67 // GrRenderTargetContext::fillRectToRect.
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.fp 88 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect,
102 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect,
109 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect,
GrConfigConversionEffect.h 92 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect,
106 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect,
113 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect,
  /external/skqp/src/gpu/effects/
GrConfigConversionEffect.fp 88 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect,
102 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect,
109 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect,
GrConfigConversionEffect.h 92 readRTC->fillRectToRect(GrNoClip(), std::move(paint1), GrAA::kNo, SkMatrix::I(), kRect,
106 tempRTC->fillRectToRect(GrNoClip(), std::move(paint2), GrAA::kNo, SkMatrix::I(), kRect,
113 readRTC->fillRectToRect(GrNoClip(), std::move(paint3), GrAA::kNo, SkMatrix::I(), kRect,
  /external/skia/src/core/
SkGpuBlurUtils.cpp 305 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
423 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
SkImageFilter.cpp 316 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect,
  /external/skqp/src/core/
SkGpuBlurUtils.cpp 304 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
422 dstRenderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
SkImageFilter.cpp 316 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect,
  /external/skia/src/gpu/
GrTextureProducer.cpp 64 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect,
SkGpuDevice_drawTexture.cpp 313 fRenderTargetContext->fillRectToRect(this->clip(), std::move(grPaint), aa, viewMatrix,
GrRenderTargetContext.h 128 void fillRectToRect(const GrClip&,
GrRenderTargetContext.cpp 706 void GrRenderTargetContext::fillRectToRect(const GrClip& clip,
715 GR_CREATE_TRACE_MARKER_CONTEXT("GrRenderTargetContext", "fillRectToRect", fContext);
743 SkDebugf("fillRectToRect called with empty local matrix.\n");
    [all...]
SkGpuDevice.cpp     [all...]
  /external/skqp/src/gpu/
GrTextureProducer.cpp 60 copyRTC->fillRectToRect(GrNoClip(), std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect,
SkGpuDevice_drawTexture.cpp 309 fRenderTargetContext->fillRectToRect(this->clip(), std::move(grPaint), aa, viewMatrix,
GrRenderTargetContext.h 128 void fillRectToRect(const GrClip&,
GrRenderTargetContext.cpp 704 void GrRenderTargetContext::fillRectToRect(const GrClip& clip,
713 GR_CREATE_TRACE_MARKER_CONTEXT("GrRenderTargetContext", "fillRectToRect", fContext);
741 SkDebugf("fillRectToRect called with empty local matrix.\n");
    [all...]
SkGpuDevice.cpp     [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 411 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
429 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
SkLightingImageFilter.cpp 452 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect,
    [all...]
  /external/skqp/src/effects/
SkMorphologyImageFilter.cpp 411 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
429 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(),
SkLightingImageFilter.cpp 452 renderTargetContext->fillRectToRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), dstRect,
    [all...]

Completed in 681 milliseconds