/external/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 254 const GLfloat ox = from[0], oy = from[1]; in TAG() local 299 const GLfloat ox = from[0], oy = from[1]; in TAG() local 320 const GLfloat ox = from[0], oy = from[1]; in TAG() local 342 const GLfloat ox = from[0], oy = from[1]; in TAG() local 369 const GLfloat ox = from[0], oy = from[1]; in TAG() local 397 const GLfloat ox = from[0], oy = from[1]; in TAG() local 425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local 471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local 493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local 517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; in TAG() local [all …]
|
/external/tremolo/Tremolo/ |
D | framing.c | 580 void ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() 586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); in ogg_sync_create() local 592 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() 601 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy() 611 unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long bytes){ in ogg_sync_bufferin() 655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote() 694 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek() 810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ in ogg_sync_pageout() 839 int ogg_sync_reset(ogg_sync_state *oy){ in ogg_sync_reset()
|
D | ivorbisfile.h | 71 ogg_sync_state *oy; member
|
/external/libogg/src/ |
D | framing.c | 557 int ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init() 566 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear() 574 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy() 582 int ogg_sync_check(ogg_sync_state *oy){ in ogg_sync_check() 587 char *ogg_sync_buffer(ogg_sync_state *oy, long size){ in ogg_sync_buffer() 619 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote() 636 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek() 734 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ in ogg_sync_pageout() 896 int ogg_sync_reset(ogg_sync_state *oy){ in ogg_sync_reset() 1008 ogg_sync_state oy; variable
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 744 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame420() 756 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame422() 768 int uv_stride, int height, int width, uint8_t *oy, in vp9_resize_frame444() 782 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame420() 796 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame422() 810 uint8_t *oy, int oy_stride, uint8_t *ou, in vp9_highbd_resize_frame444()
|
/external/freetype/include/freetype/internal/ |
D | cffotypes.h | 97 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/python/cpython2/Modules/ |
D | mathmodule.c | 760 PyObject *ox, *oy; in math_2() local 1356 PyObject *ox, *oy; in math_fmod() local 1390 PyObject *ox, *oy; in math_hypot() local 1437 PyObject *ox, *oy; in math_pow() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator.h | 72 int64 oy; // Output size y. member
|
D | op_level_cost_estimator.cc | 492 int64 oy = GetOutputSize(iy, ky, sy, padding); in ConvolutionDimensionsFromInputs() local
|
/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 210 const int oy = height/2; in render() local 257 const int oy = target->getHeight()/2; in render() local 499 const int oy = height/2; in iterate() local
|
D | teglGLES2SharingTests.cpp | 440 int oy = deRoundFloatToInt32((float)height / 2.0f); in renderResource() local
|
/external/skia/src/gpu/ |
D | GrXferProcessor.h | 88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
|
/external/ImageMagick/MagickCore/ |
D | vision.c | 276 oy, in ConnectedComponentsImage() local
|
/external/skqp/src/gpu/ |
D | GrXferProcessor.h | 88 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 880 PyObject *ox, *oy; in math_2() local 1765 PyObject *ox, *oy; in math_fmod() local 1799 PyObject *ox, *oy; in math_hypot() local 1846 PyObject *ox, *oy; in math_pow() local
|
/external/skia/tools/ |
D | colorspaceinfo.cpp | 193 const float oy = gap + gammaHeight; in draw_transfer_fn() local 307 const float oy = clut.inputChannels() >= 4 ? (1 + row) * cutVertGap + row * cutSize in draw_clut() local
|
/external/skqp/tools/ |
D | colorspaceinfo.cpp | 193 const float oy = gap + gammaHeight; in draw_transfer_fn() local 307 const float oy = clut.inputChannels() >= 4 ? (1 + row) * cutVertGap + row * cutSize in draw_clut() local
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 180 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/freetype/src/autofit/ |
D | afhints.h | 247 FT_Pos ox, oy; /* original, scaled position */ member
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 837 WandExport void DrawCircle(DrawingWand *wand,const double ox,const double oy, in DrawCircle() 1145 WandExport void DrawEllipse(DrawingWand *wand,const double ox,const double oy, in DrawEllipse()
|
/external/deqp/framework/referencerenderer/ |
D | rrRasterizer.cpp | 763 const deInt64 oy = samplePos[sampleNdx*2 + 1]; in rasterizeMultiSample() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 1217 void generateGrid (void* pRawData, const float step, const float ox, const float oy, const deUint32… in generateGrid()
|
/external/pdfium/third_party/libtiff/ |
D | tif_ojpeg.c | 826 uint8* oy; in OJPEGDecodeRaw() local
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 4053 U4 oy = rand(); //NOLINT in BinaryOpOriginTest() local
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 4496 …0,A=0,B=0,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=0,L=0,M=0,N=0,O=0,Q=0,R=0,S=0,T=0,U=0,V=0,W=0,X=0,Y=0,…
|