Searched defs:rowstride (Results 1 – 10 of 10) sorted by relevance
/external/libvncserver/libvncserver/ |
D | draw.c | 5 int rowstride = s->paddedWidthInBytes, bpp = s->bitsPerPixel>>3; in rfbFillRect() local 22 int rowstride = s->paddedWidthInBytes, bpp = s->bitsPerPixel>>3; in rfbDrawPixel() local 33 int rowstride = s->paddedWidthInBytes, bpp = s->bitsPerPixel>>3; in rfbDrawLine() local
|
D | font.c | 9 int rowstride=rfbScreen->paddedWidthInBytes; in rfbDrawChar() local 56 int rowstride=rfbScreen->paddedWidthInBytes; in rfbDrawCharWithClip() local
|
D | cursor.c | 477 rowstride=s->paddedWidthInBytes; in rfbHideCursor() local 519 rowstride=s->paddedWidthInBytes, in rfbShowCursor() local
|
D | main.c | 361 rowstride=screen->paddedWidthInBytes; in rfbDoCopyRegion() local
|
/external/mesa3d/src/mesa/main/ |
D | texgetimage.c | 136 GLint rowstride; in get_tex_depth_stencil() local 181 GLint rowstride; in get_tex_ycbcr() local 374 GLint rowstride; in get_tex_rgba_uncompressed() local
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_mipmap_tree.h | 46 GLuint rowstride; /** in bytes */ member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_mipmap_tree.h | 46 GLuint rowstride; /** in bytes */ member
|
/external/libvncserver/examples/ |
D | example.c | 97 static void drawline(unsigned char* buffer,int rowstride,int bpp,int x1,int y1,int x2,int y2) in drawline()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 370 int rowstride = kRowSize; in ScaleARGBBilinearUp() local 561 int rowstride = kRowSize; in ScaleYUVToARGBBilinearUp() local
|
D | scale.cc | 1167 int rowstride = kRowSize; in ScalePlaneBilinearUp() local 1306 int rowstride = kRowSize; in ScalePlaneBilinearUp_16() local
|