HomeSort by relevance Sort by last modified time
    Searched refs:tx2 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineCubicIntersection_Test.cpp 49 double tx2, ty2; local
50 xy_at_t(line, tt2, tx2, ty2);
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);
QuadraticIntersection_Test.cpp 40 double tx2, ty2; local
41 xy_at_t(quad2, tt2, tx2, ty2);
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);
217 double tx2, ty2; local
218 xy_at_t(quad2, tt2, tx2, ty2);
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, ty1, tt2, tx2, ty2)
    [all...]
CubicIntersection_Test.cpp 50 double tx2, ty2; local
51 xy_at_t(cubic2, tt2, tx2, ty2);
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/
LineCubicIntersection_Test.cpp 49 double tx2, ty2; local
50 xy_at_t(line, tt2, tx2, ty2);
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);
QuadraticIntersection_Test.cpp 40 double tx2, ty2; local
41 xy_at_t(quad2, tt2, tx2, ty2);
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);
217 double tx2, ty2; local
218 xy_at_t(quad2, tt2, tx2, ty2);
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, ty1, tt2, tx2, ty2)
    [all...]
CubicIntersection_Test.cpp 50 double tx2, ty2; local
51 xy_at_t(cubic2, tt2, tx2, ty2);
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/
compositing_iosurface_mac.h 161 void set_texcoord_rect(float tx1, float ty1, float tx2, float ty2) {
166 verts_[2].set_texcoord(tx2, ty1);
167 verts_[3].set_texcoord(tx2, ty2);
  /external/pixman/pixman/
pixman.c 341 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local
361 tx2 = ty2 = INT64_MIN;
382 if (tx > tx2)
383 tx2 = tx;
390 transformed->x2 = tx2;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1259 const float *tx0, *tx1, *tx2, *tx3; local
1303 const float *tx0, *tx1, *tx2, *tx3; local
1348 const float *tx0, *tx1, *tx2, *tx3; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1259 const float *tx0, *tx1, *tx2, *tx3; local
1303 const float *tx0, *tx1, *tx2, *tx3; local
1348 const float *tx0, *tx1, *tx2, *tx3; local
    [all...]

Completed in 245 milliseconds