Home
last modified time | relevance | path

Searched refs:dstQuad (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/bench/
H A DCompositingImagesBench.cpp164 SkPoint dstQuad[4]; variable
165 set[i++] = this->getAdjustedEntry(fTileGridSize.fWidth - 1, y, l, dstQuad);
167 set.get() + fTileGridSize.fWidth - 1, 1, dstQuad, nullptr, sampling,
287 SkCanvas::ImageSetEntry getAdjustedEntry(int x, int y, int layer, SkPoint dstQuad[4]) const { in getAdjustedEntry()
303 // Story entry's dstRect into dstQuad, and use contentRect and contentDst as its src and dst in getAdjustedEntry()
304 entry.fDstRect.toQuad(dstQuad); in getAdjustedEntry()
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h258 * Variant of drawTexture that instead draws the texture applied to 'dstQuad' transformed by
272 const SkPoint dstQuad[4], in drawTextureQuad()
278 DrawQuad quad{GrQuad::MakeFromSkQuad(dstQuad, viewMatrix), in drawTextureQuad()
263 drawTextureQuad(const GrClip* clip, GrSurfaceProxyView view, GrColorType srcColorType, SkAlphaType srcAlphaType, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, SkBlendMode mode, const SkPMColor4f& color, const SkPoint srcQuad[4], const SkPoint dstQuad[4], GrAA aa, GrQuadAAFlags edgeAA, const SkRect* subset, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> texXform) drawTextureQuad() argument
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp65 filter_and_mm_have_effect(const GrQuad& srcQuad, const GrQuad& dstQuad) { in filter_and_mm_have_effect() argument
68 dstQuad.quadType() != GrQuad::Type::kAxisAligned) { in filter_and_mm_have_effect()
74 if (srcQuad.asRect(&srcRect) && dstQuad.asRect(&dstRect)) { in filter_and_mm_have_effect()
87 SkSize dstSize = axis_aligned_quad_size(dstQuad); in filter_and_mm_have_effect()
90 // So disable filtering when edges are the same length and both srcQuad and dstQuad in filter_and_mm_have_effect()
95 !SkScalarIsInt(dstQuad.x(0)) || in filter_and_mm_have_effect()
96 !SkScalarIsInt(dstQuad.y(0)); in filter_and_mm_have_effect()

Completed in 5 milliseconds