Home
last modified time | relevance | path

Searched refs:kX (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/experimental/graphite/src/geom/
H A DIntersectionTree.cpp47 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 DIntersectionTree.h46 kX, member in skgpu::IntersectionTree::SplitType
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp41 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 DScissorTests.cpp77 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 DGrGaussianConvolutionFragmentProcessor.h20 enum class Direction { kX, kY }; member in GrGaussianConvolutionFragmentProcessor::Direction
69 Direction::kX == fDirection ? "X" : "Y", fRadius);
H A DGrBicubicEffect.cpp68 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 DGrGaussianConvolutionFragmentProcessor.cpp169 case Direction::kX: domain.outset(halfWidth, 0); break;
257 Direction dir = d->fRandom->nextBool() ? Direction::kY : Direction::kX; in TestCreate()
H A DGrBicubicEffect.h27 kX, member in GrBicubicEffect::Direction
/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
123 case PerspMode::kX: in drawBlob()
/third_party/skia/bench/
H A DBlurImageFilterBench.cpp93 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 DSkSVGTextPriv.h45 kX = 0,
57 return this->has(kX) in hasAny()
H A DSkSVGText.cpp158 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 DSkSVGSVG.cpp50 case SkSVGAttribute::kX: in onSetAttribute()
/third_party/skia/modules/svg/tests/
H A DText.cpp16 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 DKey.h48 kX, member in skui::Key
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat_data.h23 kX, member in FormatComponentType
H A Dtype_parser.cc141 type = FormatComponentType::kX; in ProcessChunk()
/third_party/skia/modules/svg/include/
H A DSkSVGAttribute.h59 kX, member in SkSVGAttribute
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp184 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 Des2fPolygonOffsetTests.cpp129 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 Des3fClippingTests.cpp187 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 Des3fPolygonOffsetTests.cpp132 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 DImGuiLayer.cpp61 io.KeyMap[ImGuiKey_X] = (int)skui::Key::kX; in ImGuiLayer()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp222 { 'x', skui::Key::kX }, in get_key()
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp151 { 'X', skui::Key::kX }, in get_key()

Completed in 25 milliseconds

12