Home
last modified time | relevance | path

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

123456

/external/skqp/src/pathops/
DSkPathOpsLine.cpp31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument
81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH()
93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH()
116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV()
128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
/external/skia/src/pathops/
DSkPathOpsLine.cpp31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() argument
81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH()
93 double SkDLine::NearPointH(const SkDPoint& xy, double left, double right, double y) { in NearPointH()
116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV()
128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV()
/external/skia/src/opts/
DSkBitmapProcState_opts_SSSE3.cpp43 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs()
89 inline void PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, in PrepareConstantsTwoPixelPairsDXDY()
388 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3()
580 const uint32_t* xy, in S32_generic_D32_filter_DXDY_SSSE3()
706 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSSE3()
712 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSSE3()
718 const uint32_t* xy, in S32_opaque_D32_filter_DXDY_SSSE3()
724 const uint32_t* xy, in S32_alpha_D32_filter_DXDY_SSSE3()
DSkBitmapProcState_opts_SSE2.cpp16 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSE2()
122 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSE2()
247 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_filter_scale_SSE2()
368 uint32_t xy[], int count, int x, int y) { in ClampX_ClampY_nofilter_scale_SSE2()
DSkBitmapProcState_matrix_neon.h27 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME()
164 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME()
/external/skqp/src/opts/
DSkBitmapProcState_opts_SSSE3.cpp43 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs()
89 inline void PrepareConstantsTwoPixelPairsDXDY(const uint32_t* xy, in PrepareConstantsTwoPixelPairsDXDY()
388 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3()
580 const uint32_t* xy, in S32_generic_D32_filter_DXDY_SSSE3()
706 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSSE3()
712 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSSE3()
718 const uint32_t* xy, in S32_opaque_D32_filter_DXDY_SSSE3()
724 const uint32_t* xy, in S32_alpha_D32_filter_DXDY_SSSE3()
DSkBitmapProcState_opts_SSE2.cpp16 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSE2()
122 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSE2()
247 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_filter_scale_SSE2()
368 uint32_t xy[], int count, int x, int y) { in ClampX_ClampY_nofilter_scale_SSE2()
DSkBitmapProcState_matrix_neon.h27 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME()
164 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME()
/external/skia/src/core/
DSkBitmapProcState_procs.h27 int xy = x * y >> 3; in Filter_565_Expanded() local
55 int xy = x * y >> 4; in Filter_4444_D32() local
70 int xy = x * y; in Filter_8() local
DSkBitmapProcState_matrixProcs.cpp76 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_nofilter_scale()
278 static int nofilter_trans_preamble(const SkBitmapProcState& s, uint32_t** xy, in nofilter_trans_preamble()
288 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans()
336 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans()
376 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
DSkBitmapProcState_filter.h27 int xy = x * y; in Filter_32_opaque() local
57 int xy = x * y; in Filter_32_alpha() local
DSkBitmapProcState_matrix_template.h15 void NoFilterProc_Scale(const SkBitmapProcState& s, uint32_t xy[], in NoFilterProc_Scale()
/external/skqp/src/core/
DSkBitmapProcState_procs.h27 int xy = x * y >> 3; in Filter_565_Expanded() local
55 int xy = x * y >> 4; in Filter_4444_D32() local
70 int xy = x * y; in Filter_8() local
DSkBitmapProcState_matrixProcs.cpp76 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_nofilter_scale()
278 static int nofilter_trans_preamble(const SkBitmapProcState& s, uint32_t** xy, in nofilter_trans_preamble()
288 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans()
336 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans()
376 uint32_t xy[], int count, int x, int y) { in mirrorx_nofilter_trans()
DSkBitmapProcState_filter.h27 int xy = x * y; in Filter_32_opaque() local
57 int xy = x * y; in Filter_32_alpha() local
DSkBitmapProcState_matrix_template.h15 void NoFilterProc_Scale(const SkBitmapProcState& s, uint32_t xy[], in NoFilterProc_Scale()
/external/eigen/doc/snippets/
DLLT_solve.cpp6 Matrix<float,2,1> xy variable
/external/libopus/celt/arm/
Dpitch_neon_intr.c40 opus_val32 xy; in celt_inner_prod_neon() local
143 opus_val32 xy, xy0 = 0, xy1 = 0, xy2 = 0, xy3 = 0; in celt_inner_prod_neon_float_c_simulation() local
198 opus_val32 xy; in celt_inner_prod_neon() local
/external/clang/test/CodeGenObjC/
Dobjc2-protocol-enc.m12 @property (copy) id <X, Y> xy; property
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECFieldElement.java179 BigInteger xy = xx.multiply(yx); in multiplyMinusProduct() local
187 BigInteger xy = xx.multiply(yx); in multiplyPlusProduct() local
210 BigInteger xy = xx.multiply(yx); in squareMinusProduct() local
218 BigInteger xy = xx.multiply(yx); in squarePlusProduct() local
730 LongArray xy = xx.multiply(yx, m, ks); in multiplyPlusProduct() local
771 LongArray xy = xx.multiply(yx, m, ks); in squarePlusProduct() local
/external/dng_sdk/source/
Ddng_temperature.h58 dng_temperature (const dng_xy_coord &xy) in dng_temperature()
/external/libopus/celt/
Dpitch.c403 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy) in compute_pitch_gain()
431 static opus_val16 compute_pitch_gain(opus_val32 xy, opus_val32 xx, opus_val32 yy) in compute_pitch_gain()
444 opus_val32 xy,xx,yy,xy2; in remove_doubling() local
/external/tensorflow/tensorflow/core/util/
Doverflow_test.cc43 int64 xy = MultiplyWithoutOverflow(x, y); in TEST() local
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DInstrumentationUiDevice.java71 int[] xy = new int[2]; in call() local
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dconvert_pure_conv_to_depthwise.cc88 for (int xy = 0; xy < width_height; xy++) { in Run() local

123456