Searched refs:cx (Results 1 - 25 of 59) sorted by relevance

123

/haiku-fatelf/src/kits/interface/
H A DGradientConic.cpp17 fData.conic.cx = 0.0f;
27 fData.conic.cx = center.x;
35 BGradientConic::BGradientConic(float cx, float cy, float angle) argument
37 fData.conic.cx = cx;
48 return BPoint(fData.conic.cx, fData.conic.cy);
56 fData.conic.cx = center.x;
63 BGradientConic::SetCenter(float cx, float cy) argument
65 fData.conic.cx = cx;
[all...]
H A DGradientDiamond.cpp17 fData.diamond.cx = 0.0f;
26 fData.diamond.cx = center.x;
33 BGradientDiamond::BGradientDiamond(float cx, float cy) argument
35 fData.diamond.cx = cx;
45 return BPoint(fData.diamond.cx, fData.diamond.cy);
53 fData.diamond.cx = center.x;
60 BGradientDiamond::SetCenter(float cx, float cy) argument
62 fData.diamond.cx = cx;
[all...]
H A DGradientRadial.cpp17 fData.radial.cx = 0.0f;
27 fData.radial.cx = center.x;
35 BGradientRadial::BGradientRadial(float cx, float cy, float radius) argument
37 fData.radial.cx = cx;
48 return BPoint(fData.radial.cx, fData.radial.cy);
56 fData.radial.cx = center.x;
63 BGradientRadial::SetCenter(float cx, float cy) argument
65 fData.radial.cx = cx;
[all...]
H A DGradientRadialFocus.cpp17 fData.radial_focus.cx = 0.0f;
30 fData.radial_focus.cx = center.x;
40 BGradientRadialFocus::BGradientRadialFocus(float cx, float cy, float radius, argument
43 fData.radial_focus.cx = cx;
56 return BPoint(fData.radial_focus.cx, fData.radial_focus.cy);
64 fData.radial_focus.cx = center.x;
71 BGradientRadialFocus::SetCenter(float cx, float cy) argument
73 fData.radial_focus.cx = cx;
[all...]
H A DGradient.cpp130 if (archive->FindFloat("radial_cx", (float*)&fData.radial.cx) < B_OK)
131 fData.radial.cx = 0.0f;
138 if (archive->FindFloat("radial_f_cx", (float*)&fData.radial_focus.cx) < B_OK)
139 fData.radial_focus.cx = 0.0f;
150 if (archive->FindFloat("diamond_cx", (float*)&fData.diamond.cx) < B_OK)
151 fData.diamond.cx = 0.0f;
156 if (archive->FindFloat("conic_cx", (float*)&fData.conic.cx) < B_OK)
157 fData.conic.cx = 0.0f;
205 ret = into->AddFloat("radial_cx", (float)fData.radial.cx);
213 ret = into->AddFloat("radial_f_cx", (float)fData.radial_focus.cx);
[all...]
/haiku-fatelf/headers/os/interface/
H A DGradientConic.h24 BGradientConic(float cx, float cy,
29 void SetCenter(float cx, float cy);
H A DGradientDiamond.h23 BGradientDiamond(float cx, float cy);
27 void SetCenter(float cx, float cy);
H A DGradientRadial.h24 BGradientRadial(float cx, float cy,
29 void SetCenter(float cx, float cy);
H A DGradientRadialFocus.h24 BGradientRadialFocus(float cx, float cy,
29 void SetCenter(float cx, float cy);
H A DGradient.h101 float cx, cy, radius; member in struct:BGradient::__anon343::__anon345
104 float cx, cy, fx, fy, radius; member in struct:BGradient::__anon343::__anon346
107 float cx, cy; member in struct:BGradient::__anon343::__anon347
110 float cx, cy, angle; member in struct:BGradient::__anon343::__anon348
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c187 struct RkContext *cx; local
191 if (!(cx = RkGetContext(cx_num))) {
195 if (IS_XFERCTX(cx)) {
208 if (!(cx->store = allocBunStorage((unsigned)n))) {
212 cx->flags |= (unsigned)CTX_XFER;
213 cx->concmode = (RK_CONNECT_WORD
216 cx->kouhomode = ((unsigned long)kouhomode) & mask2;
226 cx->store->yomi[i] = yomi[i];
227 cx->store->yomi[n] = 0;
228 cx
254 struct RkContext *cx; local
289 struct RkContext *cx; local
323 struct RkContext *cx; local
352 struct RkContext *cx; local
368 struct RkContext *cx; local
402 struct RkContext *cx; local
423 struct RkContext *cx; local
451 struct RkContext *cx; local
515 struct RkContext *cx; local
532 struct RkContext *cx; local
549 struct RkContext *cx; local
567 countCand(struct RkContext *cx) argument
583 getXFER(struct RkContext *cx, int cnum) argument
594 struct RkContext *cx; local
611 struct RkContext *cx; local
628 struct RkContext *cx; local
645 struct RkContext *cx; local
687 struct RkContext *cx; local
749 struct RkContext *cx; local
781 addIt(struct nword * cw, WCHAR_T * key, int (*proc) (...), WCHAR_T * dst, int ind, int maxdst, unsigned long mode, RkContext * cx) argument
805 getIt(RkContext * cx, int cnum, int (*proc) (...), WCHAR_T * dst, int max) argument
843 struct RkContext *cx; local
872 struct RkContext *cx; local
901 addKanji(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
917 getKanji(struct RkContext *cx, int cnum, WCHAR_T *dst, int maxdst) argument
951 RkContext *cx; local
974 struct RkContext *cx; local
1006 addLex(RkLex *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
1019 RkContext *cx; local
1048 struct RkContext *cx; local
1084 addHinshi(WCHAR_T *dst, int ind, int max, WCHAR_T *yomi, WCHAR_T *kanji, RkLex *lex, struct RkContext *cx) argument
1120 struct RkContext *cx; local
1147 struct RkContext *cx; local
1220 _RkwSync(struct RkContext *cx, char *dicname) argument
1236 struct RkContext *cx; local
[all...]
H A Dcontext.c249 struct RkContext *cx; local
251 cx = RkGetContext(cx_num);
252 if (cx)
253 if (!IS_XFERCTX(cx))
254 cx = (struct RkContext *)0;
255 return(cx);
259 _RkEndBun(struct RkContext *cx) argument
261 struct DD **ddp = cx->ddpath;
264 cx->flags &= ~(CTX_XFER|CTX_XAUT);
265 cx
295 struct RkContext *cx = RkGetContext(cx_num); local
318 struct RkContext *cx = &CX[cx_num]; local
404 struct RkContext *cx; local
513 struct RkContext *cx; local
554 struct RkContext *cx; local
585 struct RkContext *cx; local
633 struct RkContext *cx; local
709 struct RkContext *cx; local
782 struct RkContext *cx; local
810 struct RkContext *cx; local
861 struct RkContext *cx; local
[all...]
H A Ddic.c37 #define Is_Gwt_CTX(cx)
49 static struct td_n_tupple *pushTdn(struct RkContext *cx, struct TD *tdp);
128 struct RkContext *cx = RkGetContext(cx_num); local
151 if ( !cx || !cx->ddpath || !cx->ddpath[0] ) {
160 if ( cx->ddpath[0] == sx->ddpath[0] ) {
166 if (locatepath(userDDP, cx->ddpath, mode) < 0) {
466 struct RkContext *cx = RkGetContext(cx_num);
475 if ( !cx || !c
464 struct RkContext *cx = RkGetContext(cx_num); local
531 struct RkContext *cx = RkGetContext(cx_num); local
622 struct RkContext *cx; local
787 struct RkContext *cx = RkGetContext(cx_num); local
848 pushTdn(struct RkContext *cx, struct TD *tdp) argument
864 freeTdn(struct RkContext *cx) argument
877 popTdn(struct RkContext *cx) argument
889 GetLine(struct RkContext *cx, struct RkKxGram *gram, struct TD *tdp, WCHAR_T *line, int size) argument
944 struct RkContext *new_cx, *cx; local
[all...]
H A Dnword.c47 static int parseWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *xqh[], int maxclen, int doflush, int douniq);
48 static int doParse(struct RkContext *cx, int yy, int ys, int ye, struct nword *xqh[], int maxclen, int doflush, int douniq);
51 static void storeBun(struct RkContext *cx, int yy, int ys, int ye, struct nbun *bun);
53 static int calcSplit(struct RkContext *cx, int yy, struct nword *top, struct nqueue xq[], int maxclen, int flush);
54 static void parseQue(struct RkContext *cx, int maxq, int yy, int ys, int ye, int doflush);
55 static int IsStableQue(struct RkContext *cx, int c, int doflush);
56 static int Que2Bun(struct RkContext *cx, int yy, int ys, int ye, int doflush);
57 static void doLearn(struct RkContext *cx, struct nword *thisW);
345 setLit(struct RkContext *cx, struct nword *word, int maxword, int rc, WCHAR_T *src, int srclen, int format) argument
351 if (!cx
369 readWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *nword, int maxword, int doflush, int douniq) argument
528 makeWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *word, int maxword, int doflush, int douniq) argument
855 parseWord(struct RkContext *cx, int yy, int ys, int ye, int iclass, struct nword *xqh[], int maxclen, int doflush, int douniq) argument
963 doParse(struct RkContext *cx, int yy, int ys, int ye, struct nword *xqh[], int maxclen, int doflush, int douniq) argument
1236 parseBun(struct RkContext *cx, int yy, int ys, int ye, int doflush, int douniq, int *maxclen) argument
1257 storeBun(struct RkContext *cx, int yy, int ys, int ye, struct nbun *bun) argument
1287 evalSplit( struct RkContext *cx, struct nword *suc, struct splitParm *ul ) argument
1345 calcSplit(struct RkContext *cx, int yy, struct nword *top, struct nqueue xq[], int maxclen, int flush) argument
1478 splitBun(struct RkContext *cx, int yy, int ys, int ye) argument
1530 parseQue(struct RkContext *cx, int maxq, int yy, int ys, int ye, int doflush) argument
1574 IsStableQue(struct RkContext *cx, int c, int doflush) argument
1601 Que2Bun(struct RkContext *cx, int yy, int ys, int ye, int doflush) argument
1652 _RkRenbun2(struct RkContext *cx, int firstlen) argument
1753 _RkSubstYomi(struct RkContext *cx, int ys, int ye, WCHAR_T *yomi, int newLen) argument
1867 _RkFlushYomi(struct RkContext *cx) argument
1889 doLearn(struct RkContext *cx, struct nword *thisW) argument
2002 _RkLearnBun(struct RkContext *cx, int cur, int mode) argument
[all...]
H A DRKintern.h900 #define IS_LIVECTX(cx) ((cx)->flags & CTX_LIVE)
901 #define IS_XFERCTX(cx) (IS_LIVECTX(cx) && ((cx)->flags & CTX_XFER))
902 #define IS_XAUTCTX(cx) (IS_LIVECTX(cx) && ((cx)->flags & CTX_XAUT))
907 #define Is_Word_Connect(cx)\
908 ((cx)
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dtclock.c120 int i, cx, cy; local
162 cx = (COLS - 1) / 2; /* 39 */
164 if (cx / ASPECT < cy)
165 cr = cx / ASPECT;
178 mvaddstr(cy - sdy, cx + sdx, szChar);
210 dline(3, cx, cy, cx + mdx, cy - mdy, '#');
213 dline(2, cx, cy, cx + hdx, cy - hdy, '.');
219 dline(1, cx, c
[all...]
/haiku-fatelf/src/apps/mandelbrot/
H A Dtsb.cpp299 double cx, cy; local
308 cx = vx;
311 cx += sx;
312 pc[x][y] = iterate_double(cx, cy);
317 cx += sx;
318 pc[x][y] = iterate_float(cx, cy);
329 double cx, cy; local
346 cx = vx;
361 cx += sx;
368 cx
392 double cx, cy; local
[all...]
H A Dtsb1.cpp209 float cx, cy; local
219 cx = vx;
221 cx += sx;
222 pc[x][y] = iterate(cx, cy);
235 float cx, cy; local
252 cx = vx;
256 cx += sx;
257 v = iterate(cx, cy);
274 float cx, cy; local
290 cx
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Diframe.h24 uint32 cx; member in struct:iframe
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGGradients.cpp170 double cx = 0.0; local
175 if (FindString("cx", &value) >= B_OK)
176 cx = atof(value.String());
184 parl[0] = cx - r;
186 parl[2] = cx + r;
188 parl[4] = cx + r;
H A DSVGParser.cpp747 double cx = 0.0;
754 if(strcmp(attr[i], "cx") == 0) cx = parse_double(attr[i + 1]);
764 fBuilder.move_to(cx, cy - r);
765 fBuilder.curve4(cx + r * 0.56, cy - r,
766 cx + r, cy - r * 0.56,
767 cx + r, cy);
768 fBuilder.curve4(cx + r, cy + r * 0.56,
769 cx + r * 0.56, cy + r,
770 cx, c
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dshell.S79 mov $0x2, %cx // sector 2
105 /** Loads %di sectors from floppy disk, starting at head %dh, sector %cx.
108 * %ax, %cx, %dx, %bp, %di and %si will be clobbered.
114 push %cx
126 and $63, %cx // mask out max. sector number (bit 0-5)
127 mov %cx, %si // and remember it
128 pop %cx
174 add %ax, %cx // next sector start
190 sub %si, %cx
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S51 ; cx - count
77 ; cx - support bit mask
98 %assign READ_CLOCK 0x00 ; -> cx - high word
192 xor cx, cx
203 push cx
214 mov cx, 1
222 pop cx
311 mov [bp + cursorShape], cx
314 mov cx,
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/64/
H A Diframe.h23 uint64 cx; member in struct:iframe
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis_0.asm79 mov cx,sp
83 push cx
90 mov si,cx
93 mov cx,&argsSize ;; Move the arguments to the stack.
94 shr cx,1
105 mov cx,sp
110 push cx
178 mov cx, [bp+12]

Completed in 111 milliseconds

123