Searched refs:kY (Results 1 - 11 of 11) sorted by relevance
/external/skia/bench/ |
H A D | BlurImageFilterBench.cpp | 70 static const SkScalar kY = 0; variable 71 const SkRect bmpRect = SkRect::MakeXYWH(kX, kY, 87 canvas->drawBitmap(fCheckerboard, kX, kY, &paint);
|
/external/skia/src/opts/ |
H A D | SkMorphologyImageFilter_opts.h | 14 enum class MorphDirection { kX, kY }; 130 dilate_y = &morph<kDilate, MorphDirection::kY>, 132 erode_y = &morph<kErode, MorphDirection::kY>;
|
H A D | SkBlurImageFilter_opts.h | 16 enum class BlurDirection { kX, kY }; 217 if (srcDirection == BlurDirection::kY) { \ 313 box_blur_xy = &box_blur<BlurDirection::kX, BlurDirection::kY>, 314 box_blur_yx = &box_blur<BlurDirection::kY, BlurDirection::kX>;
|
/external/ceres-solver/examples/ |
H A D | ellipse_approximation.cc | 270 ceres::ConstMatrixRef kY(kYData, kYRows, kYCols); 404 const int num_observations = kY.rows(); 407 (X.rowwise() - kY.row(i)).rowwise().squaredNorm().minCoeff(&t[i]); 422 PointToLineSegmentContourCostFunction::Create(num_segments, kY.row(i)),
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
H A D | DrawUtils.java | 254 double kY = (double) maxHeight / imageHeight; 255 double k = Math.max(kX, kY);
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fPolygonOffsetTests.cpp | 129 for (int kY = kYmin; kY <= kYmax; kY++) 132 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
|
H A D | es2fClippingTests.cpp | 183 for (int kY = y - radius; kY <= y + radius; kY++) 186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) 194 for (int kY = y - radius; kY <= y + radius; kY++) 197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fPolygonOffsetTests.cpp | 132 for (int kY = kYmin; kY <= kYmax; kY++) 135 const tcu::IVec4 cTest = test.getPixelInt(kX, kY);
|
H A D | es3fClippingTests.cpp | 186 for (int kY = y - radius; kY <= y + radius; kY++) 189 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY))) 197 for (int kY = y - radius; kY <= y + radius; kY++) 200 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))
|
/external/v8/tools/profviz/ |
H A D | gnuplot-4.6.3-emscripten.js | [all...] |
/external/v8/test/mjsunit/asm/poppler/ |
H A D | poppler.js | [all...] |
Completed in 623 milliseconds