/reactos/win32ss/gdi/ntgdi/ |
H A D | brush.cpp | 98 delete pbr; in vDeleteObject() 210 PBRUSH pbr; in CreateBrushInternal() local 217 if (pbr == NULL) in CreateBrushInternal() 246 delete pbr; in CreateBrushInternal() 251 pbr->vUnlock(); in CreateBrushInternal() 272 PBRUSH pbr, in BRUSH_GetObject() argument 321 PBRUSH pbr; in IntGdiSetSolidBrushColor() local 335 pbr->vUnlock(); in IntGdiSetSolidBrushColor() 517 PBRUSH pbr; in NtGdiGetObjectBitmapHandle() local 557 PBRUSH pbr; in NtGdiSetBrushAttributes() local [all …]
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdfat.c | 121 PDOS_PBR pbr; // Partition Boot Record in FormatBufferFat() local 152 pbr = (PDOS_PBR)pBuffer; in FormatBufferFat() 154 CopyMemory(pbr->jump, VFD_JUMP_CODE, sizeof(pbr->jump)); in FormatBufferFat() 155 CopyMemory(pbr->oemid, VFD_OEM_NAME, sizeof(pbr->oemid)); in FormatBufferFat() 156 CopyMemory(&pbr->bpb, bpb, sizeof(pbr->bpb)); in FormatBufferFat() 160 pbr->exbpb.BootSignature = 0x29; in FormatBufferFat() 163 pbr->exbpb.VolumeSerialNumber = GetTickCount(); in FormatBufferFat() 165 CopyMemory(pbr->exbpb.VolumeLabel, in FormatBufferFat() 166 VFD_VOLUME_LABEL, sizeof(pbr->exbpb.VolumeLabel)); in FormatBufferFat() 168 CopyMemory(pbr->exbpb.FileSystemType, in FormatBufferFat() [all …]
|
/reactos/win32ss/gdi/eng/ |
H A D | engbrush.c | 318 PBRUSH pbr = pebo->pbrush; in EBRUSHOBJ_bRealizeBrush() local 352 if (pbr->flAttrs & BR_IS_HATCH) in EBRUSHOBJ_bRealizeBrush() 355 hbmPattern = (HBITMAP)ppdev->ahsurf[pbr->iHatch]; in EBRUSHOBJ_bRealizeBrush() 356 iHatch = pbr->iHatch; in EBRUSHOBJ_bRealizeBrush() 361 hbmPattern = pbr->hbmPattern; in EBRUSHOBJ_bRealizeBrush() 370 if (pbr->flAttrs & BR_IS_DIBPALCOLORS) in EBRUSHOBJ_bRealizeBrush()
|
/reactos/dll/opengl/mesa/ |
H A D | lines.c | 397 GLubyte *pbr = ctx->PB->r; in smooth_rgba_line() local 409 pbr[count] = FixedToInt(r0); \ in smooth_rgba_line() 431 GLubyte *pbr = ctx->PB->r; in smooth_rgba_z_line() local 445 pbr[count] = FixedToInt(r0); \ in smooth_rgba_z_line() 607 GLubyte *pbr = ctx->PB->r; in general_smooth_rgba_line() local 628 pbr[count] = FixedToInt(r0); \ in general_smooth_rgba_line() 648 pbr[count] = FixedToInt(r0); pbr[count+1] = FixedToInt(r0); \ in general_smooth_rgba_line() 657 pbr[count] = FixedToInt(r0); pbr[count+1] = FixedToInt(r0); \ in general_smooth_rgba_line() 675 pbr[count] = FixedToInt(r0); \ in general_smooth_rgba_line() 824 GLubyte *pbr = ctx->PB->r; in smooth_textured_line() local [all …]
|
/reactos/drivers/filesystems/btrfs/ |
H A D | read.c | 2731 NTSTATUS read_stream(fcb* fcb, uint8_t* data, uint64_t start, ULONG length, ULONG* pbr) { in read_stream() argument 2734 TRACE("(%p, %p, %I64x, %lx, %p)\n", fcb, data, start, length, pbr); in read_stream() 2736 if (pbr) *pbr = 0; in read_stream() 2756 if (pbr) *pbr = readlen; in read_stream() 2796 NTSTATUS read_file(fcb* fcb, uint8_t* data, uint64_t start, uint64_t length, ULONG* pbr, PIRP Irp) { in read_file() argument 2804 TRACE("(%p, %p, %I64x, %I64x, %p)\n", fcb, data, start, length, pbr); in read_file() 2806 if (pbr) in read_file() 2807 *pbr = 0; in read_file() 3296 if (pbr) in read_file() 3297 *pbr = bytes_read; in read_file()
|
H A D | btrfs_drv.h | 1493 NTSTATUS read_file(fcb* fcb, uint8_t* data, uint64_t start, uint64_t length, ULONG* pbr, PIRP Irp) … 1494 NTSTATUS read_stream(fcb* fcb, uint8_t* data, uint64_t start, ULONG length, ULONG* pbr) __attribute…
|