Searched refs:tx (Results 51 - 75 of 230) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransformTearOff.h65 void setTranslate(float tx, float ty, ExceptionState&);
H A DSVGMatrixTearOff.cpp97 PassRefPtr<SVGMatrixTearOff> SVGMatrixTearOff::translate(double tx, double ty) argument
100 matrix->mutableValue()->translate(tx, ty);
/external/kernel-headers/original/uapi/linux/
H A Dserial.h98 int rx, tx; member in struct:serial_icounter_struct
/external/chromium_org/third_party/skia/gm/
H A Dtilemodes.cpp159 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { argument
162 return SkShader::CreateBitmapShader(bm, tx, ty);
165 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { argument
174 return SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors), tx);
176 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
H A Dtilemodes_scaled.cpp179 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { argument
182 return SkShader::CreateBitmapShader(bm, tx, ty);
185 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { argument
194 return SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors), tx);
196 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
/external/skia/gm/
H A Dtilemodes.cpp159 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { argument
162 return SkShader::CreateBitmapShader(bm, tx, ty);
165 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { argument
174 return SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors), tx);
176 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
H A Dtilemodes_scaled.cpp179 static SkShader* make_bm(SkShader::TileMode tx, SkShader::TileMode ty) { argument
182 return SkShader::CreateBitmapShader(bm, tx, ty);
185 static SkShader* make_grad(SkShader::TileMode tx, SkShader::TileMode ty) { argument
194 return SkGradientShader::CreateLinear(pts, colors, NULL, SK_ARRAY_COUNT(colors), tx);
196 return SkGradientShader::CreateRadial(center, rad, colors, NULL, SK_ARRAY_COUNT(colors), tx);
/external/fio/
H A Dgraph.c318 double tx; local
328 tx = (((tm[i].value) - minx) / (maxx - minx)) * (x2 - x1) + x1;
334 g->xtick_zero = tx;
337 g->xtick_delta = (tm[1].value - tm[0].value) / (tx - g->xtick_zero);
341 /* really tx < yx || tx > x2, but protect against rounding */
342 if (x1 - tx > 0.01 || tx - x2 > 0.01)
347 cairo_move_to(cr, tx, y2);
348 cairo_line_to(cr, tx, y
531 double tx, ty, top_extra, bottom_extra, left_extra, right_extra; local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp338 int tx = x(); local
341 r.move(-tx, -ty);
343 gc->translate(static_cast<float>(tx), static_cast<float>(ty));
345 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty));
358 int tx = x(); local
362 gc->drawRect(IntRect(tx, ty, width(), borderSize));
363 gc->drawRect(IntRect(tx, ty, borderSize, height()));
364 gc->drawRect(IntRect(tx, ty + height() - borderSize, width(), borderSize));
365 gc->drawRect(IntRect(tx + width() - borderSize, ty, borderSize, height()));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c55 VGint tx, VGint ty,
60 if (tx + twidth <= 0 || tx >= dwidth)
67 location[0] = tx;
70 if (tx < 0) {
71 offsets[0] -= tx;
74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth));
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
53 intersect_rectangles(VGint dwidth, VGint dheight, VGint swidth, VGint sheight, VGint tx, VGint ty, VGint twidth, VGint theight, VGint *offsets, VGint *location) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c55 VGint tx, VGint ty,
60 if (tx + twidth <= 0 || tx >= dwidth)
67 location[0] = tx;
70 if (tx < 0) {
71 offsets[0] -= tx;
74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth));
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
53 intersect_rectangles(VGint dwidth, VGint dheight, VGint swidth, VGint sheight, VGint tx, VGint ty, VGint twidth, VGint theight, VGint *offsets, VGint *location) argument
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DTransformBuilder.cpp163 Length tx = Length(0, Fixed); local
168 tx = convertToFloatLength(firstValue, conversionData);
177 operations.operations().append(TranslateTransformOperation::create(tx, ty, 0, getTransformOperationType(transformValue->operationType())));
182 Length tx = Length(0, Fixed); local
190 tx = convertToFloatLength(firstValue, conversionData);
203 operations.operations().append(TranslateTransformOperation::create(tx, ty, tz, getTransformOperationType(transformValue->operationType())));
/external/opencv/cv/src/
H A Dcvsnakes.cpp250 int tx, ty; local
255 tx = pt[n - 1].x - 2 * (pt[i].x + k) + pt[i + 1].x;
260 tx = pt[i - 1].x - 2 * (pt[i].x + k) + pt[0].x;
265 tx = pt[i - 1].x - 2 * (pt[i].x + k) + pt[i + 1].x;
269 (float) (tx * tx + ty * ty);
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp79 float tx = fDirection.fX * dist; local
82 tx = (float)sk_float_round2int(tx);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
/external/pixman/test/
H A Daffine-test.c121 int c, s, tx = 0, ty = 0; local
128 tx = pixman_int_to_fixed (MAX_SRC_HEIGHT);
134 tx = pixman_int_to_fixed (MAX_SRC_WIDTH);
150 pixman_transform_translate (&transform, NULL, tx, ty);
/external/skia/src/views/
H A DSkTouchGesture.cpp79 float tx = fDirection.fX * dist; local
82 tx = (float)sk_float_round2int(tx);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
/external/chromium_org/third_party/skia/src/utils/
H A DSkLayer.cpp144 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local
146 matrix->preTranslate(tx, ty);
148 matrix->preTranslate(-tx, -ty);
/external/skia/src/utils/
H A DSkLayer.cpp144 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local
146 matrix->preTranslate(tx, ty);
148 matrix->preTranslate(-tx, -ty);
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc239 void Translate(GLfloat tx, GLfloat ty, GLfloat tz) { argument
240 m[3][0] += m[0][0] * tx + m[1][0] * ty + m[2][0] * tz;
241 m[3][1] += m[0][1] * tx + m[1][1] * ty + m[2][1] * tz;
242 m[3][2] += m[0][2] * tx + m[1][2] * ty + m[2][2] * tz;
243 m[3][3] += m[0][3] * tx + m[1][3] * ty + m[2][3] * tz;
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc222 void Translate(GLfloat tx, GLfloat ty, GLfloat tz) { argument
223 m[3][0] += m[0][0] * tx + m[1][0] * ty + m[2][0] * tz;
224 m[3][1] += m[0][1] * tx + m[1][1] * ty + m[2][1] * tz;
225 m[3][2] += m[0][2] * tx + m[1][2] * ty + m[2][2] * tz;
226 m[3][3] += m[0][3] * tx + m[1][3] * ty + m[2][3] * tz;
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc238 void Translate(GLfloat tx, GLfloat ty, GLfloat tz) { argument
239 m[3][0] += m[0][0] * tx + m[1][0] * ty + m[2][0] * tz;
240 m[3][1] += m[0][1] * tx + m[1][1] * ty + m[2][1] * tz;
241 m[3][2] += m[0][2] * tx + m[1][2] * ty + m[2][2] * tz;
242 m[3][3] += m[0][3] * tx + m[1][3] * ty + m[2][3] * tz;
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_key.c386 BIGNUM *tx, *ty; local
410 tx = BN_CTX_get(ctx);
419 tx, ty, ctx))
429 tx, ty, ctx))
435 if (BN_cmp(x, tx) || BN_cmp(y, ty))
/external/openssl/crypto/ec/
H A Dec_key.c388 BIGNUM *tx, *ty; local
412 tx = BN_CTX_get(ctx);
421 tx, ty, ctx))
431 tx, ty, ctx))
437 if (BN_cmp(x, tx) || BN_cmp(y, ty))
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c635 DateTime tx; local
638 memset(&tx, 0, sizeof(tx));
639 if( parseHhMmSs(z2, &tx) ) break;
640 computeJD(&tx);
641 tx.iJD -= 43200000;
642 day = tx.iJD/86400000;
643 tx.iJD -= day*86400000;
644 if( z[0]=='-' ) tx.iJD = -tx
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp915 TransformationMatrix& TransformationMatrix::translate(double tx, double ty) argument
917 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0];
918 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1];
919 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2];
920 m_matrix[3][3] += tx * m_matrix[0][3] + ty * m_matrix[1][3];
924 TransformationMatrix& TransformationMatrix::translate3d(double tx, double ty, double tz) argument
926 m_matrix[3][0] += tx * m_matrix[0][0] + ty * m_matrix[1][0] + tz * m_matrix[2][0];
927 m_matrix[3][1] += tx * m_matrix[0][1] + ty * m_matrix[1][1] + tz * m_matrix[2][1];
928 m_matrix[3][2] += tx * m_matrix[0][2] + ty * m_matrix[1][2] + tz * m_matrix[2][2];
929 m_matrix[3][3] += tx * m_matri
933 translateRight(double tx, double ty) argument
952 translateRight3d(double tx, double ty, double tz) argument
[all...]

Completed in 594 milliseconds

12345678910