HomeSort by relevance Sort by last modified time
    Searched defs:oy (Results 1 - 25 of 31) sorted by null

1 2

  /external/mesa3d/src/gallium/state_trackers/vega/
path.h 46 VGfloat sx, sy, ox, oy, px, py; member in struct:path_for_each_data
path.c 277 static INLINE void map_if_relative(VGfloat ox, VGfloat oy,
285 *y += oy;
291 VGfloat ox, VGfloat oy,
295 !floatsEqual(sy, oy)) {
364 VGfloat sx, sy, px, py, ox, oy; local
388 sx = sy = px = py = ox = oy = 0.f;
400 close_polygon(current, sx, sy, ox, oy, matrix);
402 oy = sy;
407 close_polygon(current, sx, sy, ox, oy, matrix);
414 map_if_relative(ox, oy, relative, &x0, &y0)
952 VGfloat px, py, ox, oy, sx, sy; member in struct:path_iter_data
1233 VGfloat sx, sy, px, py, ox, oy; local
1719 VGfloat ox, oy; local
1802 VGfloat ox, oy; local
    [all...]
  /external/libvorbis/examples/
decoder_example.c 44 ogg_sync_state oy; /* sync and verify incoming physical bitstream */ local
77 ogg_sync_init(&oy); /* Now we can read pages */
89 buffer=ogg_sync_buffer(&oy,4096);
91 ogg_sync_wrote(&oy,bytes);
94 if(ogg_sync_pageout(&oy,&og)!=1){
149 int result=ogg_sync_pageout(&oy,&og);
176 buffer=ogg_sync_buffer(&oy,4096);
182 ogg_sync_wrote(&oy,bytes);
211 int result=ogg_sync_pageout(&oy,&og);
285 buffer=ogg_sync_buffer(&oy,4096)
    [all...]
  /external/libvorbis/test/
write_read.c 135 ogg_sync_state oy; local
157 ogg_sync_init (&oy);
162 buffer = ogg_sync_buffer (&oy,8192);
164 ogg_sync_wrote (&oy,bytes);
166 if(ogg_sync_pageout (&oy,&og) != 1) {
200 int result = ogg_sync_pageout (&oy,&og);
219 buffer = ogg_sync_buffer (&oy,4096);
226 ogg_sync_wrote (&oy,bytes);
239 int result = ogg_sync_pageout (&oy,&og);
277 buffer = ogg_sync_buffer (&oy,4096)
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 71 ogg_sync_state *oy; member in struct:OggVorbis_File
framing.c 580 void ogg_sync_init(ogg_sync_state *oy){
581 memset(oy,0,sizeof(*oy));
582 oy->bufferpool=ogg_buffer_create();
586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); local
587 memset(oy,0,sizeof(*oy));
588 oy->bufferpool=ogg_buffer_create();
589 return oy;
    [all...]
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/libvorbis/include/vorbis/
vorbisfile.h 116 ogg_sync_state oy; member in struct:OggVorbis_File
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */ member in struct:CFF_Transform_
  /external/mesa3d/src/mesa/math/
m_xform_tmp.h 254 const GLfloat ox = from[0], oy = from[1]; local
255 to[i][0] = m0 * ox + m4 * oy + m12;
256 to[i][1] = m1 * ox + m5 * oy + m13;
257 to[i][2] = m2 * ox + m6 * oy + m14;
258 to[i][3] = m3 * ox + m7 * oy + m15;
299 const GLfloat ox = from[0], oy = from[1]; local
300 to[i][0] = m0 * ox + m4 * oy + m12;
301 to[i][1] = m1 * ox + m5 * oy + m13;
320 const GLfloat ox = from[0], oy = from[1]; local
322 to[i][1] = m5 * oy + m13
342 const GLfloat ox = from[0], oy = from[1]; local
369 const GLfloat ox = from[0], oy = from[1]; local
397 const GLfloat ox = from[0], oy = from[1]; local
425 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
471 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
493 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
517 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
542 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
565 const GLfloat ox = from[0], oy = from[1], oz = from[2]; local
593 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
640 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
663 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
688 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
712 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
736 const GLfloat ox = from[0], oy = from[1], oz = from[2], ow = from[3]; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorBrightnessView.java 104 float oy = mDotY; local
121 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
122 (int) (oy + mDotRadius));
183 float oy = mDotY; local
ColorSaturationView.java 104 float oy = mDotY; local
121 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
122 (int) (oy + mDotRadius));
182 float oy = mDotY; local
ColorValueView.java 87 float oy = mDotY; local
104 invalidate((int) (ox - dotRadus), (int) (oy - dotRadus), (int) (ox + dotRadus),
105 (int) (oy + dotRadus));
160 float oy = mDotY; local
ColorHueView.java 119 float oy = mDotY; local
137 // invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
138 // (int) (oy + mDotRadius));
ColorOpacityView.java 109 float oy = mDotY; local
126 invalidate((int) (ox - mDotRadius), (int) (oy - mDotRadius), (int) (ox + mDotRadius),
127 (int) (oy + mDotRadius));
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LauncherEdgeEffect.java 113 final float oy = COS * or; local
114 final float oh = or - oy;
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 440 int oy = deRoundFloatToInt32(height / 2.0f); local
442 int y1 = deRoundFloatToInt32((height * fy1 / 2.0f) + oy);
444 int y2 = deRoundFloatToInt32((height * fy2 / 2.0f) + oy);
    [all...]
teglPreservingSwapTests.cpp 210 const int oy = height/2; local
216 const int y1i = (int)((py/2.0f) * y1 + oy);
219 const int y2i = (int)((py/2.0f) * y2 + oy);
257 const int oy = target->getHeight()/2; local
263 const int y1i = (int)((py/2.0) * y1 + oy);
266 const int y2i = (int)((py/2.0) * y2 + oy);
499 const int oy = height/2; local
505 const int y1i = (int)((py/2.0f) * postSwapY1 + oy);
508 const int y2i = (int)((py/2.0f) * postSwapY2 + oy);
  /external/freetype/src/autofit/
afhints.h 244 FT_Pos ox, oy; /* original, scaled position */ member in struct:AF_PointRec_
  /external/freetype/src/truetype/
ttobjs.h 195 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.h 195 FT_F26Dot6 ox, oy; /* offsets */ member in struct:TT_Transform_
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 142 final float oy = COS * or; local
143 final float oh = or - oy;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 734 float oy = y - iy; local
738 float jy = oy - 1;
742 float cn2 = oy * oy;
749 cn2 = 1.0f - 3.0f * cn2 + 2.0f * cn2 * oy;
    [all...]
  /external/libogg/src/
framing.c 557 int ogg_sync_init(ogg_sync_state *oy){
558 if(oy){
559 oy->storage = -1; /* used as a readiness flag */
560 memset(oy,0,sizeof(*oy));
566 int ogg_sync_clear(ogg_sync_state *oy){
567 if(oy){
568 if(oy->data)_ogg_free(oy->data);
569 memset(oy,0,sizeof(*oy))
1008 ogg_sync_state oy; variable
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 700 GLfloat oy = sy - y + (H - h); local
710 f[1] = 0; f[5] =-sy; f[ 9] = 0; f[13] = oy;

Completed in 1054 milliseconds

1 2