/third_party/skia/experimental/graphite/src/geom/ |
H A D | IntersectionTree.cpp | 47 return (kSplitType == SplitType::kX) ? rect.left() : rect.top(); in GetLoVal() 50 return (kSplitType == SplitType::kX) ? rect.right() : rect.bot(); in GetHiVal() 148 SplitType splitType = (splittableSize.x() > splittableSize.y()) ? SplitType::kX 153 if (splitType == SplitType::kX) { 188 return (splitType == SplitType::kX) 189 ? (Node*)arena->make<TreeNode<SplitType::kX>>(splitCoord, this, hiNode) 205 static_assert(kTreeNodeSize == sizeof(TreeNode<SplitType::kX>)); in IntersectionTree()
|
H A D | IntersectionTree.h | 46 kX, member in skgpu::IntersectionTree::SplitType
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMorphologyImageFilter.cpp | 41 enum class MorphDirection { kX, kY }; member in __anon18769::MorphType::MorphDirection 246 char dir = me.fDirection == MorphDirection::kX ? 'x' : 'y'; in onMakeProgramImpl() 358 MorphDirection dir = d->fRandom->nextBool() ? MorphDirection::kX : MorphDirection::kY; in TestCreate() 410 if (direction == MorphDirection::kX) { in apply_morphology_pass() 474 srcRect, dstRect, radius.fWidth, morphType, MorphDirection::kX); in apply_morphology() 517 const int srcStrideX = direction == MorphDirection::kX ? 1 : srcStride; in morph() 518 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 519 const int srcStrideY = direction == MorphDirection::kX ? srcStride : 1; in morph() 520 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 550 const int srcStrideX = direction == MorphDirection::kX [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ScissorTests.cpp | 77 constexpr uint32_t kX = 3; 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/src/gpu/effects/ |
H A D | GrGaussianConvolutionFragmentProcessor.h | 20 enum class Direction { kX, kY }; member in GrGaussianConvolutionFragmentProcessor::Direction 69 Direction::kX == fDirection ? "X" : "Y", fRadius);
|
H A D | GrBicubicEffect.cpp | 68 const char* d = bicubicEffect.fDirection == Direction::kX ? "x" : "y"; in emitCode() 77 if (bicubicEffect.fDirection == Direction::kX) { in emitCode() 248 Direction direction = Direction::kX; in TestCreate() 251 direction = Direction::kX; in TestCreate()
|
H A D | GrGaussianConvolutionFragmentProcessor.cpp | 169 case Direction::kX: domain.outset(halfWidth, 0); break; 257 Direction dir = d->fRandom->nextBool() ? Direction::kY : Direction::kX; in TestCreate()
|
H A D | GrBicubicEffect.h | 27 kX, member in GrBicubicEffect::Direction
|
/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 123 case PerspMode::kX: in drawBlob()
|
/third_party/skia/bench/ |
H A D | BlurImageFilterBench.cpp | 93 static const int kX = 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 | 45 kX = 0, 57 return this->has(kX) in hasAny()
|
H A D | SkSVGText.cpp | 158 attrs[PosAttrs::kX] = fX[localCharIndex]; in resolve() 322 if (pos.has(PosAttrs::kX) || pos.has(PosAttrs::kY)) { 327 if (pos.has(PosAttrs::kX)) { 328 fChunkPos.fX = pos[PosAttrs::kX];
|
H A D | SkSVGSVG.cpp | 50 case SkSVGAttribute::kX: in onSetAttribute()
|
/third_party/skia/modules/svg/tests/ |
H A D | Text.cpp | 16 const float N = SkSVGTextContext::PosAttrs()[SkSVGTextContext::PosAttrs::kX]; in DEF_TEST() 176 REPORTER_ASSERT(r, pos[SkSVGTextContext::PosAttrs::kX] == exp.fX); in DEF_TEST()
|
/third_party/skia/tools/skui/ |
H A D | Key.h | 48 kX, member in skui::Key
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | format_data.h | 23 kX, member in FormatComponentType
|
H A D | type_parser.cc | 141 type = FormatComponentType::kX; in ProcessChunk()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttribute.h | 59 kX, member in SkSVGAttribute
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 184 for (int kX = x - radius; kX <= x + radius; kX++) in compareImages() 186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages() 195 for (int kX = x - radius; kX <= x + radius; kX++) in compareImages() 197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages()
|
H A D | es2fPolygonOffsetTests.cpp | 129 for (int kX = kXmin; kX <= kXmax; kX++) 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 | 187 for (int kX = x - radius; kX <= x + radius; kX++) in compareImages() 189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) in compareImages() 198 for (int kX = x - radius; kX <= x + radius; kX++) in compareImages() 200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY))) in compareImages()
|
H A D | es3fPolygonOffsetTests.cpp | 132 for (int kX = kXmin; kX <= kXmax; kX++) in compareImages() 134 const tcu::IVec4 cTest = test.getPixelInt(kX, kY); in compareImages()
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 61 io.KeyMap[ImGuiKey_X] = (int)skui::Key::kX; in ImGuiLayer()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 222 { 'x', skui::Key::kX }, in get_key()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 151 { 'X', skui::Key::kX }, in get_key()
|