/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMMatrixReadOnly.cpp | 30 DOMMatrix* DOMMatrixReadOnly::scale(double scale, double ox, double oy) in scale() 35 DOMMatrix* DOMMatrixReadOnly::scale3d(double scale, double ox, double oy, double oz) in scale3d() 41 double ox, double oy, double oz) in scaleNonUniform()
|
D | DOMMatrix.cpp | 68 DOMMatrix* DOMMatrix::scaleSelf(double scale, double ox, double oy) in scaleSelf() 73 DOMMatrix* DOMMatrix::scale3dSelf(double scale, double ox, double oy, double oz) in scale3dSelf() 79 double ox, double oy, double oz) in scaleNonUniformSelf()
|
/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/chromium_org/third_party/mesa/src/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/mesa3d/src/gallium/state_trackers/vega/ |
D | path.h | 46 VGfloat sx, sy, ox, oy, px, py; member
|
D | path.c | 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy, in map_if_relative() 291 VGfloat ox, VGfloat oy, in close_polygon() 364 VGfloat sx, sy, px, py, ox, oy; in path_get_fill_polygons() local 952 VGfloat px, py, ox, oy, sx, sy; member 1233 VGfloat sx, sy, px, py, ox, oy; in path_create_stroke() local 1719 VGfloat ox, oy; in path_bounding_rect() local 1802 VGfloat ox, oy; in path_length() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
D | path.h | 46 VGfloat sx, sy, ox, oy, px, py; member
|
D | path.c | 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy, in map_if_relative() 291 VGfloat ox, VGfloat oy, in close_polygon() 364 VGfloat sx, sy, px, py, ox, oy; in path_get_fill_polygons() local 952 VGfloat px, py, ox, oy, sx, sy; member 1233 VGfloat sx, sy, px, py, ox, oy; in path_create_stroke() local 1719 VGfloat ox, oy; in path_bounding_rect() local 1802 VGfloat ox, oy; in path_length() local
|
/external/libvorbis/examples/ |
D | decoder_example.c | 44 ogg_sync_state oy; /* sync and verify incoming physical bitstream */ in main() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_resize.c | 537 uint8_t *oy, int oy_stride, in vp9_resize_frame420() 552 uint8_t *oy, int oy_stride, in vp9_resize_frame422() 567 uint8_t *oy, int oy_stride, in vp9_resize_frame444()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 537 uint8_t *oy, int oy_stride, in vp9_resize_frame420() 552 uint8_t *oy, int oy_stride, in vp9_resize_frame422() 567 uint8_t *oy, int oy_stride, in vp9_resize_frame444()
|
/external/deqp/modules/egl/ |
D | teglPreservingSwapTests.cpp | 254 const int oy = height/2; in render() local 301 const int oy = target->getHeight()/2; in render() local 521 const int oy = height/2; in iterate() local
|
/external/libvorbis/test/ |
D | write_read.c | 135 ogg_sync_state oy; in read_vorbis_data_or_die() local
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cffobjs.h | 108 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
D | cffobjs.h | 108 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/freetype/src/cff/ |
D | cffobjs.h | 108 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrTexture.h | 205 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
|
/external/skia/include/gpu/ |
D | GrTexture.h | 207 void setOffset(int ox, int oy) { fOffset.set(ox, oy); } in setOffset()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 116 ogg_sync_state oy; member
|
/external/chromium_org/third_party/freetype/src/truetype/ |
D | ttobjs.h | 195 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/ |
D | ttobjs.h | 195 FT_F26Dot6 ox, oy; /* offsets */ member
|
/external/freetype/src/truetype/ |
D | ttobjs.h | 195 FT_F26Dot6 ox, oy; /* offsets */ member
|