Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 25 of 75) sorted by relevance

123

/external/skia/src/opts/
DSkBitmapProcState_opts_SSSE3.cpp49 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs()
95 inline void PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, in PrepareConstantsTwoPixelPairsDXDY()
394 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3()
586 const uint32_t* xy, in S32_generic_D32_filter_DXDY_SSSE3()
712 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSSE3()
718 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSSE3()
724 const uint32_t* xy, in S32_opaque_D32_filter_DXDY_SSSE3()
730 const uint32_t* xy, in S32_alpha_D32_filter_DXDY_SSSE3()
736 const uint32_t* xy, in S32_D16_filter_DX_SSSE3()
747 const uint32_t* xy, in S32_D16_filter_DXDY_SSSE3()
[all …]
DSkBitmapProcState_matrix_neon.h26 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME()
109 uint32_t xy[], int count, int x, int y) { in AFFINE_NOFILTER_NAME()
184 uint32_t* SK_RESTRICT xy, in PERSP_NOFILTER_NAME()
289 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME()
354 uint32_t xy[], int count, int x, int y) { in AFFINE_FILTER_NAME()
418 uint32_t* SK_RESTRICT xy, int count, in PERSP_FILTER_NAME()
DSkBitmapProcState_opts_arm.cpp27 const uint32_t* SK_RESTRICT xy, in SI8_D16_nofilter_DX_arm()
116 const uint32_t* SK_RESTRICT xy, in SI8_opaque_D32_nofilter_DX_arm()
DSkBitmapProcState_opts_SSE2.cpp15 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSE2()
121 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSE2()
246 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_filter_scale_SSE2()
371 uint32_t xy[], int count, int x, int y) { in ClampX_ClampY_nofilter_scale_SSE2()
491 uint32_t xy[], int count, int x, int y) { in ClampX_ClampY_filter_affine_SSE2()
562 uint32_t xy[], int count, int x, int y) { in ClampX_ClampY_nofilter_affine_SSE2()
641 const uint32_t* xy, in S32_D16_filter_DX_SSE2()
DSkBitmapProcState_opts_mips_dsp.cpp16 const uint32_t* SK_RESTRICT xy, in SI8_D16_nofilter_DX_mips_dsp()
148 const uint32_t* SK_RESTRICT xy, in SI8_opaque_D32_nofilter_DX_mips_dsp()
/external/linux-tools-perf/src/tools/perf/util/
Dxyarray.c7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local
17 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
Dxyarray.h15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
/external/skia/src/pathops/
DSkPathOpsLine.cpp59 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument
106 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH()
118 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH()
141 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV()
153 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
/external/skia/src/core/
DSkBitmapProcState_matrix.h51 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME()
91 uint32_t xy[], int count, int x, int y) { in AFFINE_FILTER_NAME()
121 uint32_t* SK_RESTRICT xy, int count, in PERSP_FILTER_NAME()
DSkBitmapProcState_matrixProcs.cpp69 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_nofilter_scale()
73 void ClampX_ClampY_nofilter_affine(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_nofilter_affine()
318 static int nofilter_trans_preamble(const SkBitmapProcState& s, uint32_t** xy, in nofilter_trans_preamble()
331 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans()
379 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans()
419 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
DSkBitmapProcState_filter.h28 int xy = x * y; in Filter_32_opaque() local
58 int xy = x * y; in Filter_32_alpha() local
DSkRect.cpp79 Sk4s xy = Sk4s::Load(&pts->fX); in setBoundsCheck() local
/external/eigen/doc/snippets/
DLLT_solve.cpp6 Matrix<float,2,1> xy variable
/external/clang/test/CodeGenObjC/
Dobjc2-protocol-enc.m12 @property (copy) id <X, Y> xy; property
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DInstrumentationUiDevice.java71 int[] xy = new int[2]; in call() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java169 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct() local
177 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct() local
200 BigInteger xy = xx.multiply(yx); in squareMinusProduct() local
208 BigInteger xy = xx.multiply(yx); in squarePlusProduct() local
715 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct() local
756 LongArray xy = xx.multiply(yx, m, ks); in squarePlusProduct() local
/external/skia/src/gpu/
DGrPathUtils.h87 const SkPoint* xy = reinterpret_cast<const SkPoint*>(xyPtr); in apply() local
/external/compiler-rt/lib/builtins/ppc/
DDD.h19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \ argument
/external/webp/src/dsp/
Dlossless_mips32.c254 const uint32_t xy = X[i] + Y[i]; in HuffmanCostCombinedCount() local
265 const uint32_t xy = X[i] + Y[i]; in HuffmanCostCombinedCount() local
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
Dp2.cpp82 X<Y> xy(0); variable
/external/pdfium/third_party/freetype/src/cff/
Dcffobjs.h106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member
/external/freetype/src/cff/
Dcffobjs.h106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member
/external/skia/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp91 SkDPoint xy = quad.ptAtT(tIndex / 4.0); in testQuadLineIntersectMain() local
/external/speex/libspeex/
Dfilters_bfin.h89 spx_word32_t *xy; in filter_mem16() local
/external/pdfium/third_party/freetype/src/base/
Dftcalc.c636 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local
690 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local

123