Home
last modified time | relevance | path

Searched refs:kXY (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/gm/
Ddftext_blob_persp.cpp80 for (auto pm : {PerspMode::kNone, PerspMode::kX, PerspMode::kY, PerspMode::kXY}) { in onDraw()
112 enum class PerspMode { kNone, kX, kY, kXY }; enumerator
129 case PerspMode::kXY: in drawBlob()
/third_party/skia/gm/
Ddftext_blob_persp.cpp80 for (auto pm : {PerspMode::kNone, PerspMode::kX, PerspMode::kY, PerspMode::kXY}) { in onDraw()
112 enum class PerspMode { kNone, kX, kY, kXY }; enumerator
129 case PerspMode::kXY: in drawBlob()
/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.cpp24 uint32_t bidir = bicubicEffect.direction() == GrBicubicEffect::Direction::kXY ? 1 : 0; in GenKey()
81 if (bicubicEffect.direction() == GrBicubicEffect::Direction::kXY) { in emitCode()
226 direction = Direction::kXY; in TestCreate()
DGrBicubicEffect.h29 kXY enumerator
/third_party/skia/src/gpu/effects/
DGrBicubicEffect.h31 kXY enumerator
DGrBicubicEffect.cpp43 if (bicubicEffect.fDirection == GrBicubicEffect::Direction::kXY) { in emitCode()
250 direction = Direction::kXY; in TestCreate()
/third_party/skia/src/image/
DSkImage.cpp358 GrBicubicEffect::Direction::kXY, in MakeFragmentProcessorFromView()
368 GrBicubicEffect::Direction::kXY, in MakeFragmentProcessorFromView()
377 GrBicubicEffect::Direction::kXY, in MakeFragmentProcessorFromView()
DSkImage_GpuYUVA.cpp212 GrBicubicEffect::Direction::kXY); in onAsFragmentProcessor()
/third_party/flutter/skia/src/gpu/
DGrTextureProducer.cpp222 static constexpr auto kDir = GrBicubicEffect::Direction::kXY; in createFragmentProcessorForDomainAndFilter()
DGrSurfaceContext.cpp551 auto dir = GrBicubicEffect::Direction::kXY; in rescale()
DSkGpuDevice.cpp965 static constexpr auto kDir = GrBicubicEffect::Direction::kXY; in drawBitmapTile()
975 static constexpr auto kDir = GrBicubicEffect::Direction::kXY; in drawBitmapTile()
/third_party/flutter/skia/src/shaders/
DSkImageShader.cpp240 static constexpr auto kDir = GrBicubicEffect::Direction::kXY; in asFragmentProcessor()
/third_party/skia/src/gpu/
DSurfaceContext.cpp1194 auto dir = GrBicubicEffect::Direction::kXY; in rescaleInto()