Searched refs:tx1 (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineCubicIntersection_Test.cpp46 double tx1, ty1; local
47 xy_at_t(cubic, tt1, tx1, ty1);
51 if (!AlmostEqualUlps(tx1, tx2)) {
53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
57 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
H A DQuadraticIntersection_Test.cpp37 double tx1, ty1; local
38 xy_at_t(quad1, tt1, tx1, ty1);
42 if (!approximately_equal(tx1, tx2)) {
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
213 double tx1, ty1; local
214 xy_at_t(quad1, tt1, tx1, ty1);
219 if (!AlmostEqualUlps(tx1, tx2)) {
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty
[all...]
H A DCubicIntersection_Test.cpp47 double tx1, ty1; local
48 xy_at_t(cubic1, tt1, tx1, ty1);
52 if (!AlmostEqualUlps(tx1, tx2)) {
54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
/external/skia/experimental/Intersection/
H A DLineCubicIntersection_Test.cpp46 double tx1, ty1; local
47 xy_at_t(cubic, tt1, tx1, ty1);
51 if (!AlmostEqualUlps(tx1, tx2)) {
53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
57 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
H A DQuadraticIntersection_Test.cpp37 double tx1, ty1; local
38 xy_at_t(quad1, tt1, tx1, ty1);
42 if (!approximately_equal(tx1, tx2)) {
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
213 double tx1, ty1; local
214 xy_at_t(quad1, tt1, tx1, ty1);
219 if (!AlmostEqualUlps(tx1, tx2)) {
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty
[all...]
H A DCubicIntersection_Test.cpp47 double tx1, ty1; local
48 xy_at_t(cubic1, tt1, tx1, ty1);
52 if (!AlmostEqualUlps(tx1, tx2)) {
54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h159 void set_texcoord_rect(float tx1, float ty1, float tx2, float ty2) { argument
162 verts_[0].set_texcoord(tx1, ty2);
163 verts_[1].set_texcoord(tx1, ty1);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dpi.h103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
H A Dpi.c340 pi->poc.tx1 = pi->tx1;
344 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
359 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
424 pi->poc.tx1 = pi->tx1;
427 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
440 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
505 pi->poc.tx1 = pi->tx1;
[all...]
H A Dopenjpeg.h278 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1184 const float *tx0, *tx1; local
1197 tx1 = get_texel_2d(samp, addr, x1, 0);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1221 const float *tx0, *tx1; local
1235 tx1 = get_texel_1d_array(samp, addr, x1, layer);
1239 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1259 const float *tx0, *tx1, *tx2, *tx3; local
1275 tx1 = get_texel_2d(samp, addr, x1, y0);
1282 tx0[c], tx1[c],
1303 const float *tx0, *tx1, *tx local
1348 const float *tx0, *tx1, *tx2, *tx3; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1184 const float *tx0, *tx1; local
1197 tx1 = get_texel_2d(samp, addr, x1, 0);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1221 const float *tx0, *tx1; local
1235 tx1 = get_texel_1d_array(samp, addr, x1, layer);
1239 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1259 const float *tx0, *tx1, *tx2, *tx3; local
1275 tx1 = get_texel_2d(samp, addr, x1, y0);
1282 tx0[c], tx1[c],
1303 const float *tx0, *tx1, *tx local
1348 const float *tx0, *tx1, *tx2, *tx3; local
[all...]
/external/pixman/pixman/
H A Dpixman.c341 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local
360 tx1 = ty1 = INT64_MAX;
378 if (tx < tx1)
379 tx1 = tx;
388 transformed->x1 = tx1;

Completed in 320 milliseconds