Searched refs:point (Results 1 - 25 of 112) sorted by relevance

12345

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dwarp.c11 crWarpPoint(const float *align, const float *point, float *result) argument
15 x = align[0] * point[0] + align[1] * point[1] + align[2];
16 y = align[3] * point[0] + align[4] * point[1] + align[5];
17 w = align[6] * point[0] + align[7] * point[1] + align[8];
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_warp.h16 DECLEXPORT(void) crWarpPoint(const float *align, const float *point, float *result);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c109 char *point; /* next char to feed to libIDL */ member in struct:input_data
243 new_data->point = new_data->buf = buffer;
266 if (!(data->point[0] == '%' && data->point[1] == '{'))
269 start = *startp = data->point;
280 *lenp = end - data->point + 2;
299 if (!(data->point[0] == '/' && data->point[1] == '*'))
302 end = strstr(data->point, "*/");
312 for (tempPoint = data->point; tempPoin
443 char *point = data->point; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DgenUnicode.py112 point = string.strip(fields[0]) variable
114 while point != '':
116 if point[0] >= '0' and point[0] <= '9':
117 value = value + ord(point[0]) - ord('0')
118 elif point[0] >= 'A' and point[0] <= 'F':
119 value = value + 10 + ord(point[0]) - ord('A')
120 elif point[0] >= 'a' and point[
122 point = point[1:] variable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DSwitchStack.asm29 ; (rcx) EntryPoint - Entry point with new stack.
30 ; (rdx) Context1 - Parameter1 for entry point.
31 ; (r8) Context2 - Parameter2 for entry point.
H A DSwitchStack.S28 # (rcx) EntryPoint - Entry point with new stack.
29 # (rdx) Context1 - Parameter1 for entry point.
30 # (r8) Context2 - Parameter2 for entry point.
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/
H A DMain.asm50 ; Search for the SEC entry point
55 ; ESI - SEC Core entry point
67 ; Jump to the 32-bit SEC entry point
90 ; RSI - SEC Core entry point
100 ; Jump to the 64-bit SEC entry point
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
H A DInitializeFpu.S27 # Initializes floating point units for requirement of UEFI specification.
29 # This function initializes floating-point control word to 0x027F (all exceptions
40 # Initialize floating point units
H A DInitializeFpu.asm34 ; Initializes floating point units for requirement of UEFI specification.
36 ; This function initializes floating-point control word to 0x027F (all exceptions
46 ; Initialize floating point units
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
H A DInitializeFpu.S16 # Initializes floating point units for requirement of UEFI specification.
18 # This function initializes floating-point control word to 0x027F (all exceptions
27 # Initialize floating point units
H A DInitializeFpu.asm32 ; Initializes floating point units for requirement of UEFI specification.
34 ; This function initializes floating-point control word to 0x027F (all exceptions
42 ; Initialize floating point units
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxGuestDeskbarView.h81 virtual void MouseDown(BPoint point);
H A DVBoxGuestDeskbarView.cpp173 void VBoxGuestDeskbarView::MouseDown(BPoint point) argument
179 BPoint where = ConvertToScreen(point);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibio32.asm15 ; BIOS32 service directory and 32-bit PCI BIOS entry point
30 dw bios32_service ; Entry point address...
61 mov edx, pcibios32_entry ; Entry point offset from base
74 ; The 32-bit PCI BIOS entry point - simply calls into C code.
H A Dsmidmi.inc60 db 0 ; Entry point revision
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_bits_globalop.h217 _CRSTATE_BITS_OP_SIZEOF(point.dirty);
218 _CRSTATE_BITS_OP_SIZEOF(point.enableSmooth);
219 _CRSTATE_BITS_OP_SIZEOF(point.size);
221 _CRSTATE_BITS_OP_SIZEOF(point.minSize);
222 _CRSTATE_BITS_OP_SIZEOF(point.maxSize);
223 _CRSTATE_BITS_OP_SIZEOF(point.fadeThresholdSize);
224 _CRSTATE_BITS_OP_SIZEOF(point.distanceAttenuation);
227 _CRSTATE_BITS_OP_SIZEOF(point.enableSprite);
230 _CRSTATE_BITS_OP_SIZEOF(point.coordReplacement[i]);
234 _CRSTATE_BITS_OP_SIZEOF(point
[all...]
H A Dstate_point.c13 CRPointState *p = &ctx->point;
15 CRPointBits *pb = &(sb->point);
61 CRPointState *p = &(g->point);
63 CRPointBits *pb = &(sb->point);
102 CRPointState *p = &(g->point);
104 CRPointBits *pb = &(sb->point);
207 CRPointState *from = &(fromCtx->point);
208 CRPointState *to = &(toCtx->point);
318 CRPointState *from = &(fromCtx->point);
319 CRPointState *to = &(toCtx->point);
[all...]
H A Dstate_lists.c1089 if (CHECKDIRTY(sb->point.dirty, negbitID))
1091 if (CHECKDIRTY(sb->point.enableSmooth, negbitID))
1093 CRSTATE_SET_ENABLED(point.pointSmooth, GL_POINT_SMOOTH);
1096 if (CHECKDIRTY(sb->point.size, negbitID))
1098 CRSTATE_SET_FLOAT(point.pointSize, GL_POINT_SIZE);
1102 if (CHECKDIRTY(sb->point.minSize, negbitID))
1104 CRSTATE_SET_FLOAT(point.minSize, GL_POINT_SIZE_MIN_ARB);
1107 if (CHECKDIRTY(sb->point.maxSize, negbitID))
1109 CRSTATE_SET_FLOAT(point.maxSize, GL_POINT_SIZE_MAX_ARB);
1112 if (CHECKDIRTY(sb->point
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c14 An access point can be created at the start of any deflate block, by saving
18 point in the uncompressed stream. build_index() works by decompressing the
21 a new access point. If so, that point is saved in a data structure that
25 the latest accees point at or preceding that offset is located in the index.
45 more memory per access point, and also cannot be saved to file due to the
61 /* access point entry */
62 struct point { struct
69 /* access point list */
73 struct point *lis
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_eeprom.c669 u8 pier, point, idx; local
715 for (point = 0; point < pd->pd_points; point++) {
718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point];
721 pd->pd_step[point] = pcinfo->pcdac[point];
850 unsigned int pier, pdg, point; local
874 /* One more point fo
1135 unsigned int pier, point; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsItem.cpp154 void UIGDetailsItem::paintText(QPainter *pPainter, QPoint point, argument
160 point += QPoint(0, fm.ascent());
166 pPainter->drawText(point, strText);
H A DUIGDetailsItem.h98 static void paintText(QPainter *pPainter, QPoint point,
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItem.cpp366 void UIGChooserItem::paintPixmap(QPainter *pPainter, const QPoint &point, const QPixmap &pixmap) argument
368 pPainter->drawPixmap(point, pixmap);
372 void UIGChooserItem::paintText(QPainter *pPainter, QPoint point, argument
378 point += QPoint(0, fm.ascent());
383 pPainter->drawText(point, strText);
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DResetVectorVtf0.asm22 ; Application Processors entry point
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_mips.s.m495 addi a2, 24 # have a2 point to sp + 24 (where a0 is)

Completed in 131 milliseconds

12345