/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ScissorTests.cpp | 78 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 D | dftext_blob_persp.cpp | 80 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 D | IntersectionTree.cpp | 149 : SplitType::kY; 190 : (Node*)arena->make<TreeNode<SplitType::kY>>(splitCoord, this, hiNode); 206 static_assert(kTreeNodeSize == sizeof(TreeNode<SplitType::kY>)); in IntersectionTree()
|
H A D | IntersectionTree.h | 47 kY
|
/third_party/skia/bench/ |
H A D | BlurImageFilterBench.cpp | 94 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 D | SkSVGTextPriv.h | 46 kY = 1, 58 || this->has(kY) in hasAny()
|
H A D | SkSVGText.cpp | 161 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 D | SkSVGSVG.cpp | 55 case SkSVGAttribute::kY: in onSetAttribute()
|
/third_party/skia/tools/skui/ |
H A D | Key.h | 49 kY, member in skui::Key
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMorphologyImageFilter.cpp | 41 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 D | GrGaussianConvolutionFragmentProcessor.h | 20 enum class Direction { kX, kY };
|
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 170 case Direction::kY: domain.outset(0, halfWidth); break; 257 Direction dir = d->fRandom->nextBool() ? Direction::kY : Direction::kX; in TestCreate()
|
H A D | GrBicubicEffect.h | 29 kY, member in GrBicubicEffect::Direction
|
H A D | GrBicubicEffect.cpp | 254 direction = Direction::kY; in TestCreate()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttribute.h | 62 kY, member in SkSVGAttribute
|
/third_party/skia/include/core/ |
H A D | SkYUVAInfo.h | 24 enum YUVAChannels { kY, kU, kV, kA, kLast = kA }; enumerator
|
/third_party/skia/modules/svg/tests/ |
H A D | Text.cpp | 177 REPORTER_ASSERT(r, pos[SkSVGTextContext::PosAttrs::kY] == exp.fY); in DEF_TEST()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 183 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 D | es2fPolygonOffsetTests.cpp | 128 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 D | es3fClippingTests.cpp | 186 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 D | es3fPolygonOffsetTests.cpp | 131 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 D | ImGuiLayer.cpp | 62 io.KeyMap[ImGuiKey_Y] = (int)skui::Key::kY; in ImGuiLayer()
|
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 93 for (auto c : {SkYUVAInfo::YUVAChannels::kY,
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 223 { 'y', skui::Key::kY }, in get_key()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 152 { 'Y', skui::Key::kY }, in get_key()
|