Home
last modified time | relevance | path

Searched refs:biWidth (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dbmpconvert22 self.biWidth = unpack("<i", self.file.read(4))[0]
99 for width in range(self.biWidth):
115 for width in range(self.biWidth):
157 for width in range(self.biWidth):
180 for width in range(self.biWidth):
196 for width in range(self.biWidth):
209 for width in range(self.biWidth):
230 self.file.write(pack("<i", self.biWidth))
243 temp_bi_width = self.biWidth * 3
253 self.file.write(pack("<i", self.biWidth))
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-13616.patch17 + if (biWidth <= 0 || biHeight == 0) {
18 + SDL_SetError("BMP file with bad dimensions (%dx%d)", biWidth, biHeight);
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c200 (int)pbmih->biWidth, (int)pbmih->biHeight, pbmih->biBitCount, in winQueryRGBBitsAndMasks()
323 pScreenPriv->pbmih->biWidth = pScreenInfo->dwWidth; in winAllocateFBShadowGDI()
328 (int) pScreenPriv->pbmih->biWidth, in winAllocateFBShadowGDI()
354 (int) dibsection.dsBmih.biWidth, (int) dibsection.dsBmih.biHeight, in winAllocateFBShadowGDI()
H A Dwinwin32rootless.c643 pRLWinPriv->pbmihShadow->biWidth = pRLWinPriv->pFrame->width; in winMWExtWMStartDrawing()
650 pRLWinPriv->pbmihShadow->biWidth = in winMWExtWMStartDrawing()
653 pRLWinPriv->pbmihShadow->biWidth, in winMWExtWMStartDrawing()
680 (unsigned int) dibsection.dsBmih.biWidth, in winMWExtWMStartDrawing()
H A Dwincursor.c279 pbmi->bmiHeader.biWidth = pScreenPriv->cursor.sm_cx; in winLoadCursor()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_bmp.h71 RK_U32 biWidth; member
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dpicturewidget.cpp34 u_int32_t biWidth; member
54 qDebug()<<"width:"<<pBmpInforHead.biWidth; in showBmpInforHead()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_bmp.cpp156 pVideoLogo->width = (RK_U16)bmpInfo.bmiHeader.biWidth; in load_bmp_ex()
H A Dtest_comm_rgn.cpp358 pstBitmap->pData = malloc(4 * (bmpInfo.bmiHeader.biWidth) * (bmpInfo.bmiHeader.biHeight)); in TEST_RGN_LoadBmp()
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c953 bmpHeader.biWidth = draw->base.pDraw->width; in glxWinDeferredCreateDrawable()
970 #define RASTERWIDTHBYTES(bmi) (((((bmi)->biWidth*(bmi)->biBitCount)+31)&~31)>>3) in glxWinDeferredCreateDrawable()