OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytesPerPixel
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/include/
servermd.h
103
int
bytesPerPixel
; /* only set when notPower2 is TRUE */
113
(((int)(w) * PixmapWidthPaddingInfo[d].
bytesPerPixel
+ \
114
PixmapWidthPaddingInfo[d].
bytesPerPixel
) >> \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
SoftwareRenderer.cpp
177
uint8
bytesPerPixel
= bytesPerRow / fBitmap->Bounds().IntegerWidth();
183
= (clip->right - clip->left + 1) *
bytesPerPixel
;
184
bytesWidth -=
bytesPerPixel
;
186
* fInfo->bytes_per_row + clip->left *
bytesPerPixel
;
189
+ (clip->left - fInfo->window_bounds.left) *
bytesPerPixel
;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.h
53
int
bytesPerPixel
;
/xsrc/external/mit/xorg-server.old/dist/Xext/
xres.c
194
int
bytesPerPixel
;
196
bytesPerPixel
= pix->drawable.bitsPerPixel>>3;
202
return ( nPixels *
bytesPerPixel
) / pix->refcnt;
/xsrc/external/mit/xorg-server.old/dist/include/
servermd.h
337
int
bytesPerPixel
; /* only set when notPower2 is TRUE */
347
(((int)(w) * PixmapWidthPaddingInfo[d].
bytesPerPixel
+ \
348
PixmapWidthPaddingInfo[d].
bytesPerPixel
) >> \
/xsrc/external/mit/xf86-video-sis/dist/src/
sis_dri.h
81
int
bytesPerPixel
; /* Screen's bpp/8 */
/xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.h
83
int
bytesPerPixel
;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dri.c
91
int
bytesPerPixel
;
702
shared->
bytesPerPixel
= 4;
705
shared->
bytesPerPixel
= 2;
726
shared->length = shared->width * shared->height * shared->
bytesPerPixel
;
779
*bpp = shared->
bytesPerPixel
;
780
*pitch = shared->width * shared->
bytesPerPixel
;
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dri.c
95
int
bytesPerPixel
;
776
shared->
bytesPerPixel
= 4;
778
shared->
bytesPerPixel
= 2;
799
shared->length = shared->width * shared->height * shared->
bytesPerPixel
;
852
*bpp = shared->
bytesPerPixel
;
853
*pitch = shared->width * shared->
bytesPerPixel
;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
image.c
312
const GLint
bytesPerPixel
= _mesa_bytes_per_pixel(format, type);
313
if (
bytesPerPixel
<= 0)
316
bytesPerRow =
bytesPerPixel
* width;
319
bytesPerRow =
bytesPerPixel
* packing->RowLength;
359
const GLint
bytesPerPixel
= _mesa_bytes_per_pixel(format, type);
361
if (
bytesPerPixel
<= 0)
364
bytesPerRow =
bytesPerPixel
* width;
367
bytesPerRow =
bytesPerPixel
* packing->RowLength;
pack.c
1223
const GLint
bytesPerPixel
= _mesa_bytes_per_pixel(format, type);
1230
if (
bytesPerPixel
<= 0 || components <= 0)
1232
bytesPerRow =
bytesPerPixel
* width;
1233
bytesPerComp =
bytesPerPixel
/ components;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
image.c
312
const GLint
bytesPerPixel
= _mesa_bytes_per_pixel(format, type);
313
if (
bytesPerPixel
<= 0)
316
bytesPerRow =
bytesPerPixel
* width;
319
bytesPerRow =
bytesPerPixel
* packing->RowLength;
359
const GLint
bytesPerPixel
= _mesa_bytes_per_pixel(format, type);
361
if (
bytesPerPixel
<= 0)
364
bytesPerRow =
bytesPerPixel
* width;
367
bytesPerRow =
bytesPerPixel
* packing->RowLength;
pack.c
1222
const GLint
bytesPerPixel
= _mesa_bytes_per_pixel(format, type);
1229
if (
bytesPerPixel
<= 0 || components <= 0)
1231
bytesPerRow =
bytesPerPixel
* width;
1232
bytesPerComp =
bytesPerPixel
/ components;
/xsrc/external/mit/xorg-server/dist/dix/
resource.c
244
int
bytesPerPixel
= drawable->bitsPerPixel >> 3;
246
bytes = numberOfPixels *
bytesPerPixel
;
/xsrc/external/mit/xf86-video-glint/dist/src/
glint_driver.c
2197
int
bytesPerPixel
, realWidthBytes, inputXSpanBytes;
2202
bytesPerPixel
= (pScrn->bitsPerPixel >> 3);
2203
realWidthBytes = pScrn->displayWidth *
bytesPerPixel
;
2277
pScrn->displayWidth = inputXSpanBytes /
bytesPerPixel
;
/xsrc/external/mit/xf86-video-mga/dist/src/
mga_driver.c
1461
int
bytesPerPixel
;
1876
bytesPerPixel
= pScrn->bitsPerPixel / 8;
2511
(pScrn->virtualX * pScrn->virtualY *
bytesPerPixel
> 4*1024*1024)) {
2522
offset = (4*1024*1024) % (pScrn->displayWidth *
bytesPerPixel
);
2523
pMga->YDstOrg = offset /
bytesPerPixel
;
2534
if (
bytesPerPixel
< 4) {
2538
pMga->YDstOrg = offset /
bytesPerPixel
;
2569
pMga->FbUsableSize = pMga->FbMapSize - pMga->YDstOrg *
bytesPerPixel
;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kdrive.h
138
int
bytesPerPixel
;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kdrive.h
145
int
bytesPerPixel
;
340
(PixmapWidthPaddingInfo[d].
bytesPerPixel
* 8) : \
/xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.c
1322
int
bytesPerPixel
;
1430
bytesPerPixel
= max(1, pScrn->bitsPerPixel >> 3);
2246
MemClk->Clk * 8 * 0.7 / (
bytesPerPixel
+ 1));
2249
MemClk->Clk * 8 * 0.7 /
bytesPerPixel
);
2253
MemClk->Clk * 4 * 0.7 / (
bytesPerPixel
+ 1));
2256
MemClk->Clk * 4 * 0.7 /
bytesPerPixel
);
2298
switch(
bytesPerPixel
) {
2360
int i,
bytesPerPixel
, NoClocks = 0;
2459
bytesPerPixel
= max(1, pScrn->bitsPerPixel >> 3);
2713
cPtr->ClockMulFactor = ((pScrn->bitsPerPixel >= 8) ?
bytesPerPixel
: 1)
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026