Searched refs:tx (Results 26 - 50 of 91) sorted by relevance

1234

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp109 void WKViewSetUserViewportTranslation(WKViewRef viewRef, double tx, double ty) argument
111 toImpl(viewRef)->setUserViewportTranslation(tx, ty);
H A DWKView.h91 WK_EXPORT void WKViewSetUserViewportTranslation(WKViewRef, double tx, double ty);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformationMatrix.cpp951 TransformationMatrix& TransformationMatrix::translate(double tx, double ty) argument
953 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0];
954 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1];
955 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2];
956 m_matrix[3][3] += tx * m_matrix[0][3] + ty * m_matrix[1][3];
960 TransformationMatrix& TransformationMatrix::translate3d(double tx, double ty, double tz) argument
962 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0] + tz * m_matrix[2][0];
963 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1] + tz * m_matrix[2][1];
964 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2] + tz * m_matrix[2][2];
965 m_matrix[3][3] += tx * m_matri
969 translateRight(double tx, double ty) argument
988 translateRight3d(double tx, double ty, double tz) argument
[all...]
H A DAffineTransform.cpp164 AffineTransform& AffineTransform::translate(double tx, double ty) argument
167 m_transform[4] += tx;
172 m_transform[4] += tx * m_transform[0] + ty * m_transform[2];
173 m_transform[5] += tx * m_transform[1] + ty * m_transform[3];
H A DTransformationMatrix.h234 TransformationMatrix& translate(double tx, double ty);
235 TransformationMatrix& translate3d(double tx, double ty, double tz);
238 TransformationMatrix& translateRight(double tx, double ty);
239 TransformationMatrix& translateRight3d(double tx, double ty, double tz);
H A DAffineTransform.h103 AffineTransform& translate(double tx, double ty);
/macosx-10.10/groff-38/groff/src/devices/xditview/
H A Ddraw.c646 int sx, sy, tx, ty; local
662 tx = sx + DeviceToX (dw, dx);
668 appendPoint (points, &pointi, (sx + tx)/2, (sy + ty)/2);
674 (sx + tx*5)/6, (sy + ty*5)/6,
675 (tx*5 + ux)/6, (ty*5 + uy)/6,
676 (tx + ux)/2, (ty + uy)/2);
677 sx = tx;
679 tx = ux;
683 appendPoint (points, &pointi, tx, ty);
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dlib_mvcur.c112 #define NOT_LOCAL(fy, fx, ty, tx) ((tx > LONG_DIST) \
113 && (tx < screen_columns - 1 - LONG_DIST) \
114 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))
1039 int fy, fx, ty, tx, n, i; local
1048 puts("fy fx ty tx -- (4 numbers) display (fy,fx)->(ty,tx) move");
1063 } else if (sscanf(buf, "%d %d %d %d", &fy, &fx, &ty, &tx) == 4) {
1069 mvcur(fy, fx, ty, tx);
1076 } else if (sscanf(buf, "s %d %d %d %d", &fy, &fx, &ty, &tx)
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_listener.rb79 def text(tx)
80 #p tx
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTransform.cpp72 void SVGTransform::setTranslate(float tx, float ty) argument
78 m_matrix.translate(tx, ty);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestReadWrite.tcl237 set tx [expr $x + $size * 2]
239 .t.c create text $tx $y -anchor nw -fill black -text "$color box" -font $font
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP.tcl648 toplevel .tx
649 wm title .tx "Proxy Authentication Configuration"
650 set m [message .tx.m1 -relief groove -justify left -width 6c -aspect 200 \
653 set f1 [frame .tx.f1]
654 set f2 [frame .tx.f2]
655 button $f2.b -text "OK" -command {destroy .tx}
674 #bind .tx <Enter> "$f2.b invoke"
676 tkwait window .tx
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsecurity.c336 ssize_t tx = 0, len = conn->buffer_size; local
350 tx += len;
352 return tx;
/macosx-10.10/cups-408/cups/filter/
H A Dpstops.c2738 tx, ty; /* Translation values for subpage */ local
2824 tx = 0.5 * (pagew - w);
2827 doc_printf(doc, "%.1f %.1f translate %.3f %.3f scale\n", tx, ty,
2851 tx = 0.5 * (pagew * 0.5 - l);
2860 ty, tx + pagew * 0.5 * x, w / bboxw, l / bboxl);
2878 tx = 0.5 * (pagel * 0.5 - w);
2887 tx + pagel * 0.5 * x, ty, w / bboxw, l / bboxl);
2918 tx = 0.5 * (pagew * 0.5 - w);
2922 tx + x * pagew * 0.5, ty + y * pagel * 0.5,
2961 tx
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvArc.c1684 double tx, ty; /* Coordinates of intersection point in
1699 tx = sqrt(tmp);
1700 x = tx*rx;
1706 if ((x >= x1) && (x <= x2) && AngleInRange(tx, ty, start, extent)) {
1709 if ((-x >= x1) && (-x <= x2) && AngleInRange(-tx, ty, start, extent)) {
1746 double tx, ty; /* Coordinates of intersection point in
1756 tx = x/rx;
1757 tmp = 1 - tx*tx;
1768 if ((y > y1) && (y < y2) && AngleInRange(tx, t
1672 double tx, ty; /* Coordinates of intersection point in local
1733 double tx, ty; /* Coordinates of intersection point in local
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvArc.c1724 double tx, ty; /* Coordinates of intersection point in
1740 tx = sqrt(tmp);
1741 x = tx*rx;
1747 if ((x >= x1) && (x <= x2) && AngleInRange(tx, ty, start, extent)) {
1750 if ((-x >= x1) && (-x <= x2) && AngleInRange(-tx, ty, start, extent)) {
1789 double tx, ty; /* Coordinates of intersection point in
1800 tx = x/rx;
1801 tmp = 1 - tx*tx;
1812 if ((y > y1) && (y < y2) && AngleInRange(tx, t
1712 double tx, ty; /* Coordinates of intersection point in local
1776 double tx, ty; /* Coordinates of intersection point in local
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebView.cpp129 void WebView::setUserViewportTranslation(double tx, double ty) argument
131 m_userViewportTransform = TransformationMatrix().translate(tx, ty);
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXBitmap.c142 .tx = 0, .ty = size.height };
339 .tx = 0, .ty = size.height};
/macosx-10.10/vim-55/src/
H A Dgui_beval.c1172 Position tx; local
1221 tx = beval->x_root + EVAL_OFFSET_X;
1223 if ((tx + w) > beval->screen_width)
1224 tx = beval->screen_width - w;
1229 XmNx, tx,
1235 XtNx, tx,
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbitblb.cpp596 int32_t tx; local
597 for (tx=1; tx<fDStates->size(); tx++) {
599 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx);
/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c1218 show_color_attr(int fg, int bg, int tx) argument
1222 if (tx >= 0)
1223 printw(", text %d", tx);
1229 cycle_color_attr(int ch, short *fg, short *bg, short *tx) argument
1248 *tx = (short) (*tx + 1);
1251 *tx = (short) (*tx - 1);
1266 if (*tx >= COLORS)
1267 *tx
1398 attr_getc(int *skip, short *fg, short *bg, short *tx, int *ac, unsigned *kc) argument
1466 short tx = -1; local
1674 wide_attr_getc(int *skip, short *fg, short *bg, short *tx, int *ac, unsigned *kc) argument
1742 short tx = -1; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dsecurity.c282 int tx = 0; local
294 tx += len;
296 return tx;
/macosx-10.10/lsof-53/lsof/
H A Darg.c1953 int err, d, f, i, tx, x; local
1962 tx = 0;
1968 tx = 1;
1985 if (!(tx ? UdpSt : TcpSt)) {
1993 if (tx) {
2083 if (tx) {
2113 if (tx) {
2127 if (tx) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dtssgm.vim37 syn keyword tssgmParam p1 p2 p3 p4 p5 p6 rot1 rot2 rot3 tx ty tz
/macosx-10.10/BerkeleyDB-21/db/test/scr031/src/
H A Dserver.c13 #include <tx.h>

Completed in 240 milliseconds

1234