Home
last modified time | relevance | path

Searched refs:kY (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DScissorTests.cpp78 constexpr uint32_t kY = 7; in TEST_P() local
86 pass.SetScissorRect(kX, kY, kW, kH); in TEST_P()
95 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kZero, renderPass.color, kX - 1, kY - 1); in TEST_P()
96 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kGreen, renderPass.color, kX, kY); in TEST_P()
98 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kZero, renderPass.color, kX + kW, kY + kH); in TEST_P()
99 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kGreen, renderPass.color, kX + kW - 1, kY + kH - 1); in TEST_P()
/third_party/skia/gm/
H A Ddftext_blob_persp.cpp80 for (auto pm : {PerspMode::kNone, PerspMode::kX, PerspMode::kY, PerspMode::kXY}) {
112 enum class PerspMode { kNone, kX, kY, kXY }; member in DFTextBlobPerspGM::PerspMode
126 case PerspMode::kY: in drawBlob()
/third_party/skia/experimental/graphite/src/geom/
H A DIntersectionTree.cpp149 : SplitType::kY;
190 : (Node*)arena->make<TreeNode<SplitType::kY>>(splitCoord, this, hiNode);
206 static_assert(kTreeNodeSize == sizeof(TreeNode<SplitType::kY>)); in IntersectionTree()
H A DIntersectionTree.h47 kY
/third_party/skia/bench/
H A DBlurImageFilterBench.cpp94 static const int kY = 0; variable
95 const SkIRect bmpRect = SkIRect::MakeXYWH(kX, kY, fCheckerboard->width(),
110 canvas->drawImage(fCheckerboard, kX, kY, sampling, &paint);
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h46 kY = 1,
58 || this->has(kY) in hasAny()
H A DSkSVGText.cpp161 attrs[PosAttrs::kY] = fY[localCharIndex]; in resolve()
322 if (pos.has(PosAttrs::kX) || pos.has(PosAttrs::kY)) {
330 if (pos.has(PosAttrs::kY)) {
331 fChunkPos.fY = pos[PosAttrs::kY];
H A DSkSVGSVG.cpp55 case SkSVGAttribute::kY: in onSetAttribute()
/third_party/skia/tools/skui/
H A DKey.h49 kY, member in skui::Key
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp41 enum class MorphDirection { kX, kY };
358 MorphDirection dir = d->fRandom->nextBool() ? MorphDirection::kX : MorphDirection::kY; in TestCreate()
498 srcRect, dstRect, radius.fHeight, morphType, MorphDirection::kY); in apply_morphology()
704 procY = &morph<MorphType::kDilate, MorphDirection::kY>; in onFilterImage()
707 procY = &morph<MorphType::kErode, MorphDirection::kY>; in onFilterImage()
/third_party/skia/src/gpu/effects/
H A DGrGaussianConvolutionFragmentProcessor.h20 enum class Direction { kX, kY };
H A DGrGaussianConvolutionFragmentProcessor.cpp170 case Direction::kY: domain.outset(0, halfWidth); break;
257 Direction dir = d->fRandom->nextBool() ? Direction::kY : Direction::kX; in TestCreate()
H A DGrBicubicEffect.h29 kY, member in GrBicubicEffect::Direction
H A DGrBicubicEffect.cpp254 direction = Direction::kY; in TestCreate()
/third_party/skia/modules/svg/include/
H A DSkSVGAttribute.h62 kY, member in SkSVGAttribute
/third_party/skia/include/core/
H A DSkYUVAInfo.h24 enum YUVAChannels { kY, kU, kV, kA, kLast = kA }; enumerator
/third_party/skia/modules/svg/tests/
H A DText.cpp177 REPORTER_ASSERT(r, pos[SkSVGTextContext::PosAttrs::kY] == exp.fY); in DEF_TEST()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp183 for (int kY = y - radius; kY <= y + radius; kY++) in compareImages()
186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages()
194 for (int kY = y - radius; kY <= y + radius; kY++) in compareImages()
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages()
H A Des2fPolygonOffsetTests.cpp128 for (int kY = kYmin; kY <= kYmax; kY++) in compareImages()
131 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp186 for (int kY = y - radius; kY <= y + radius; kY++) in compareImages()
189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages()
197 for (int kY = y - radius; kY <= y + radius; kY++) in compareImages()
200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages()
H A Des3fPolygonOffsetTests.cpp131 for (int kY = kYmin; kY <= kYmax; kY++) in compareImages()
134 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
/third_party/skia/tools/viewer/
H A DImGuiLayer.cpp62 io.KeyMap[ImGuiKey_Y] = (int)skui::Key::kY; in ImGuiLayer()
/third_party/skia/tools/gpu/
H A DYUVUtils.cpp93 for (auto c : {SkYUVAInfo::YUVAChannels::kY,
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp223 { 'y', skui::Key::kY }, in get_key()
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp152 { 'Y', skui::Key::kY }, in get_key()

Completed in 25 milliseconds

12