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

  /external/chromium_org/third_party/skia/experimental/Intersection/
LineCubicIntersection_Test.cpp 46 double tx1, ty1; local
47 xy_at_t(cubic, tt1, tx1, ty1);
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 37 double tx1, ty1; local
38 xy_at_t(quad1, tt1, tx1, ty1);
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);
213 double tx1, ty1; local
214 xy_at_t(quad1, tt1, tx1, ty1);
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 47 double tx1, ty1; local
48 xy_at_t(cubic1, tt1, tx1, ty1);
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 46 double tx1, ty1; local
47 xy_at_t(cubic, tt1, tx1, ty1);
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 37 double tx1, ty1; local
38 xy_at_t(quad1, tt1, tx1, ty1);
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);
213 double tx1, ty1; local
214 xy_at_t(quad1, tt1, tx1, ty1);
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 47 double tx1, ty1; local
48 xy_at_t(cubic1, tt1, tx1, ty1);
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) {
163 verts_[1].set_texcoord(tx1, ty1);
164 verts_[2].set_texcoord(tx2, ty1);
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
pi.c 339 pi->poc.ty1 = pi->ty1;
343 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
360 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
423 pi->poc.ty1 = pi->ty1;
426 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
441 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
504 pi->poc.ty1 = pi->ty1;
    [all...]
openjpeg.h 278 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
    [all...]
  /external/pixman/pixman/
pixman.c 341 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local
360 tx1 = ty1 = INT64_MAX;
380 if (ty < ty1)
381 ty1 = ty;
389 transformed->y1 = ty1;
    [all...]

Completed in 3710 milliseconds