/external/linux-tools-perf/util/ |
D | xyarray.c | 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local 17 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
|
D | xyarray.h | 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
|
/external/skia/src/core/ |
D | SkBitmapProcState_matrix.h | 31 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME() 96 uint32_t xy[], int count, int x, int y) { in AFFINE_NOFILTER_NAME() 122 uint32_t* SK_RESTRICT xy, in PERSP_NOFILTER_NAME() 161 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME() 202 uint32_t xy[], int count, int x, int y) { in AFFINE_FILTER_NAME() 232 uint32_t* SK_RESTRICT xy, int count, in PERSP_FILTER_NAME()
|
D | SkBitmapProcState_matrix_repeat.h | 61 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME() 192 uint32_t xy[], int count, int x, int y) { in AFFINE_NOFILTER_NAME() 312 uint32_t* SK_RESTRICT xy, in PERSP_NOFILTER_NAME() 446 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME() 487 uint32_t xy[], int count, int x, int y) { in AFFINE_FILTER_NAME() 517 uint32_t* SK_RESTRICT xy, int count, in PERSP_FILTER_NAME()
|
D | SkBitmapProcState_filter.h | 100 int xy = x * y; in Filter_32_opaque_portable() local 130 int xy = x * y; in Filter_32_alpha_portable() local
|
D | SkBitmapProcState_matrix_clamp.h | 63 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME() 169 uint32_t xy[], int count, int x, int y) { in AFFINE_NOFILTER_NAME() 281 uint32_t* SK_RESTRICT xy, in PERSP_NOFILTER_NAME() 490 uint32_t xy[], int count, int x, int y) { in SCALE_FILTER_NAME() 602 uint32_t xy[], int count, int x, int y) { in AFFINE_FILTER_NAME() 763 uint32_t* SK_RESTRICT xy, int count, in PERSP_FILTER_NAME()
|
D | SkBitmapProcState_matrixProcs.cpp | 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()
|
D | SkBitmapProcShader.cpp | 56 TileMode xy[], in asABitmap()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts_arm.cpp | 22 const uint32_t* SK_RESTRICT xy, in SI8_D16_nofilter_DX_arm() 113 const uint32_t* SK_RESTRICT xy, in SI8_opaque_D32_nofilter_DX_arm()
|
D | SkBitmapProcState_opts_SSE2.cpp | 15 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()
|
D | SkBitmapProcState_opts_SSSE3.cpp | 40 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs() 301 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3() 488 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSSE3() 494 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSSE3()
|
/external/eigen/doc/snippets/ |
D | LLT_solve.cpp | 6 Matrix<float,2,1> xy variable
|
/external/clang/test/CodeGenObjC/ |
D | objc2-protocol-enc.m | 12 @property (copy) id <X, Y> xy; property
|
/external/compiler-rt/lib/ppc/ |
D | DD.h | 19 #define LOWORDER(xy,xHi,xLo,yHi,yLo) \ argument
|
/external/chromium/chrome/browser/resources/ntp/ |
D | drag_drop_controller.js | 81 getCoordinates_: function(xy) { argument
|
/external/freetype/src/cff/ |
D | cffobjs.h | 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member
|
/external/speex/libspeex/ |
D | filters_bfin.h | 89 spx_word32_t *xy; in filter_mem16() local
|
/external/freetype/src/base/ |
D | ftcalc.c | 705 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 759 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_resampler.c | 177 float xy = 0; in EstimateSkew() local
|
/external/clang/test/Analysis/ |
D | idempotent-operations.c | 207 int xy, wrap, pred, a, b, c; in RDar8431728_C() local
|
D | taint-tester.c | 54 struct XYStruct xy = {2, 3, 11}; in taintTracking() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Quaternion.java | 408 float xy = x * ys; in toRotationMatrix() local 453 float xy = x * ys; in toRotationMatrix() local 512 float xy = x * y * norm; in getRotationColumn() local
|
/external/opencv/cv/src/ |
D | cvoptflowhs.cpp | 48 float xy; member
|
/external/freetype/include/freetype/ |
D | fttypes.h | 383 FT_Fixed xx, xy; member
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | jmeBulletUtil.cpp | 233 float xy = x * ys; in convertQuat() local
|