Searched refs:Buffer (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 59 …BitBlt(windraw->node->DoubleBuffer, 0, 0, windraw->w, windraw->h, windraw->node->Buffer, 0, 0, SRC… in PetscDrawSetDoubleBuffer_Win32() 73 …BitBlt(windraw->node->Buffer, 0, 0, windraw->w, windraw->h, windraw->node->DoubleBuffer, 0, 0, SRC… in PetscDrawFlush_Win32() 194 else hdc = windraw->node->Buffer; in PetscDrawRectangle_Win32() 218 else hdc = windraw->node->Buffer; in PetscDrawLine_Win32() 269 else hdc = windraw->node->Buffer; in PetscDrawPoint_Win32() 334 else hdc = windraw->node->Buffer; in PetscDrawString_Win32() 380 else hdc = windraw->node->Buffer; in PetscDrawStringVertical_Win32() 460 ExtFloodFill(windraw->node->Buffer, 0, 0, COLOR_WINDOW, FLOODFILLBORDER); in PetscDrawClear_Win32() 490 else bit = windraw->node->Buffer; in PetscDrawTriangle_Win32() 634 newnode->Buffer = CreateCompatibleDC(windraw->hdc); in PetscDrawCreate_Win32() [all …]
|
| H A D | win32draw.h | 31 HDC Buffer, DoubleBuffer; member
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | CallConv.pm | 1081 my $Buffer = 0; 1092 if($Buffer+$MSize<$Word*$BYTE) 1095 $Buffer += $MSize; 1100 $Buffer = 0; 1106 $Buffer += $MSize;
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | SF.pyx | 447 Buffer to broadcast. 449 Buffer to be reduced with values from each leaf's respective root. 473 Buffer to broadcast. 475 Buffer to be reduced with values from each leaf's respective root.
|
| H A D | Vec.pyx | 1283 `Buffer object <python:c-api/buffer>` wrapping the local portion of
|