Home
last modified time | relevance | path

Searched defs:width (Results 1 – 22 of 22) sorted by relevance

/gdk/samples/PhotoEditor/src/com/android/photoeditor/
DPhoto.java53 public int width() { in width() method in Photo
71 public void crop(int left, int top, int width, int height) { in crop()
DBitmapUtils.java109 private Bitmap decodeBitmap(Uri uri, int width, int height) { in decodeBitmap()
152 public Bitmap getBitmap(Uri uri, int width, int height) { in getBitmap()
/gdk/samples/quake/jni/
Dvid.h30 int x,y,width,height; member
41 unsigned width; member
Dspritegn.h75 int width; member
90 int width; member
Dgl_draw.cpp51 int width; member
87 int width, height; member
138 int width; member
236 void create(int width, int height, byte* data, qboolean mipmap, in create()
1331 void GL_MipMap (byte *in, int width, int height) in GL_MipMap()
1361 void GL_MipMap8Bit (byte *in, byte* out, int width, int height) in GL_MipMap8Bit()
1392 GLsizei width, in glTexImage2DHelper()
1475 void sendTexture(int mipLevel, int width, int height, unsigned int* pData, qboolean alpha) { in sendTexture()
1520 void GL_Upload32 (unsigned *data, int width, int height, qboolean mipmap, qboolean alpha) in GL_Upload32()
1685 void GL_Upload8_EXT (byte *data, int width, int height, qboolean mipmap, qboolean alpha) in GL_Upload8_EXT()
[all …]
Dgl_vidandroid.cpp64 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) in D_BeginDirectRect()
68 void D_EndDirectRect (int x, int y, int width, int height) in D_EndDirectRect()
238 void GL_BeginRendering (int *x, int *y, int *width, int *height) in GL_BeginRendering()
304 int width = scr_width, height = scr_height; in VID_Init() local
Dsys_android.cpp530 void AndroidInit2(int width, int height) in AndroidInit2()
634 int AndroidStepImp(int width, int height) in AndroidStepImp()
669 int AndroidStep(int width, int height) in AndroidStep()
Dsound.h47 int width; member
91 int width; member
Dwad.h41 int width, height; member
Dgl_screen.cpp230 float CalcFov (float fov_x, float width, float height) in CalcFov()
582 unsigned short x_origin, y_origin, width, height; member
DmasterMain.cpp84 qstep(JNIEnv *env, jobject thiz, jint width, jint height) { in qstep()
Dconsole.cpp155 int i, j, width, oldwidth, oldtotallines, numlines, numchars; in Con_CheckResize() local
Dgl_model.h79 unsigned width, height; member
218 int width; member
Dbspfile.h107 unsigned width, height; member
Dgl_warp.cpp504 unsigned short x_origin, y_origin, width, height; member
Dgl_model.cpp1659 int i, width, height, size, origin[2]; in Mod_LoadSpriteFrame() local
Dmenu.cpp181 void M_DrawTextBox (int x, int y, int width, int lines) in M_DrawTextBox()
Dglquake.h122 unsigned width; member
/gdk/samples/PhotoEditor/src/com/android/photoeditor/animation/
DRotate3DAnimation.java73 public void initialize(int width, int height, int parentWidth, int parentHeight) { in initialize()
/gdk/samples/quake/src/com/android/quake/llvm/
DQuakeView.java378 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged()
DQuakeLib.java190 public native boolean step(int width, int height); in step()
/gdk/samples/bitmap-plasma-llvm/jni/
Dlibplasma.c140 extern void root(uint32_t width, uint32_t height, uint32_t stride, double t, uint16_t* palette, vo… in root()