HomeSort by relevance Sort by last modified time
    Searched full:yoffset (Results 401 - 425 of 736) sorted by null

<<11121314151617181920>>

  /external/freetype/include/freetype/
ftoutln.h 255 /* yOffset :: The vertical offset. */
260 FT_Pos yOffset );
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 284 float yOffset = bitmapChar.getYOffset() * sizeScale;
317 y0 = lineY + LINE_DIR*yOffset;
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict16x16_neon.asm 21 ; r3 int yoffset,
37 cmp r3, #0 ;skip second_pass filter if yoffset=0
sixtappredict4x4_neon.asm 32 ; r3 int yoffset,
48 cmp r3, #0 ;skip second_pass filter if yoffset=0
vp8_subpixelvariance16x16_neon.asm 23 ; r3 int yoffset,
45 cmp r3, #0 ;skip second_pass filter if yoffset=0
  /external/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/fbdev/
native_fbdev.c 156 y = vinfo->yoffset;
176 fbsurf->drawable.y = vinfo->yoffset;
  /external/skia/include/gpu/gl/
GrGLFunctions.h 68 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height);
155 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTexSubImage2DProc)(GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLsizei width, GrGLsizei height, GrGLenum format, GrGLenum type, const GrGLvoid* pixels);
  /frameworks/base/core/java/android/widget/
Toast.java 201 public void setGravity(int gravity, int xOffset, int yOffset) {
204 mTN.mY = yOffset;
  /frameworks/native/include/input/
Input.h 509 float yOffset,
524 void offsetLocation(float xOffset, float yOffset);
InputTransport.h 86 float yOffset;
232 float yOffset,
  /frameworks/native/opengl/include/GLES2/
gl2ext.h 766 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
767 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
769 GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
    [all...]
  /frameworks/native/opengl/libs/GLES_CM/
glext_api.in 397 void API_ENTRY(glExtGetTexSubImageQCOM)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels) {
398 CALL_GL_API(glExtGetTexSubImageQCOM, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels);
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 93 m->info.yoffset = offset / m->finfo.line_length;
148 info.yoffset = 0;
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 93 m->info.yoffset = offset / m->finfo.line_length;
148 info.yoffset = 0;
  /hardware/qcom/display/msm8x26/libgralloc/
framebuffer.cpp 93 m->info.yoffset = offset / m->finfo.line_length;
148 info.yoffset = 0;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 404 int yOffset = mCellLayout.getTop() + mCellLayout.getPaddingTop()
413 int newY = mWidgetView.getTop() - mBackgroundPadding + yOffset + mWidgetPaddingTop;
DeleteDropTarget.java 342 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
345 mFrom.top += yOffset;
WidgetPreviewLoader.java 499 int yoffset = local
505 yoffset, (int) (mAppIconSize * iconScale),
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 439 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
442 mFrom.top += yOffset;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 236 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) {
239 mWorldState.mYOffset = yOffset;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 126 public void onOffsetsChanged(float xOffset, float yOffset,
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 190 public void onOffsetsChanged(float xOffset, float yOffset,
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 229 params['yoffset'] = y_offset
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Extensions3D.h 278 void* mapTexSubImage2DCHROMIUM(unsigned target, int level, int xoffset, int yoffset, int width, int height, unsigned format, unsigned type, unsigned access);

Completed in 1218 milliseconds

<<11121314151617181920>>