HomeSort by relevance Sort by last modified time
    Searched refs:ty2 (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);
53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
55 if (!AlmostEqualUlps(ty1, 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);
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
46 if (!approximately_equal(ty1, 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);
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
224 if (!AlmostEqualUlps(ty1, 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);
54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
56 if (!AlmostEqualUlps(ty1, 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);
53 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
55 if (!AlmostEqualUlps(ty1, 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);
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
46 if (!approximately_equal(ty1, 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);
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
224 if (!AlmostEqualUlps(ty1, 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);
54 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
56 if (!AlmostEqualUlps(ty1, ty2)) {
58 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 159 void set_texcoord_rect(float tx1, float ty1, float tx2, float ty2) {
162 verts_[0].set_texcoord(tx1, ty2);
165 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;
384 if (ty > ty2)
385 ty2 = ty;
391 transformed->y2 = ty2;
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 593 let ty2 = function_type i8_type [| i8_type; i64_type |] in var
603 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]

Completed in 332 milliseconds