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

  /external/pixman/demos/
quad2quad.c 17 double px2, double py2,
115 t3 = px2 * px3 * t2;
116 t4 = (t3 - px2 * px3 * x2 * x3) * y2;
118 t6 = px2 * px3 * t5 * y3;
120 t7 = - px2 * px3 * x2 * x3 * y3;
126 t12 = - px2 * py3 * t5 * y3;
128 t13 = px2 * py3 * x2 * x3 * y3;
131 t16 = px2 * py3;
136 t20 = - px2 * py3 * x3;
139 t22 = px2 * px3 * t5
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.h 79 VGfloat px2, VGfloat py2,
86 VGfloat px2, VGfloat py2,
path.h 114 float px2, float py2,
stroker.c 584 VGfloat px2, VGfloat py2,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
591 px2, py2, x, y);
594 if (px2 == x && py2 == y) {
603 stroker->back2_x = px2;
828 VGfloat px2, VGfloat py2,
832 px2, py2,
836 px1, py1, px2, py2, x, y);
    [all...]
path.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.h 79 VGfloat px2, VGfloat py2,
86 VGfloat px2, VGfloat py2,
path.h 114 float px2, float py2,
stroker.c 584 VGfloat px2, VGfloat py2,
588 VGfloat coords[6] = {px1, py1, px2, py2, x, y};
591 px2, py2, x, y);
594 if (px2 == x && py2 == y) {
603 stroker->back2_x = px2;
828 VGfloat px2, VGfloat py2,
832 px2, py2,
836 px1, py1, px2, py2, x, y);
    [all...]
path.c     [all...]
  /external/chromium_org/chrome/test/functional/ispy/common/
image_tools.py 66 for m, px1, px2 in itertools.izip(image_mask.getdata(),
71 elif px1 == px2:
259 for px1, px2, m in itertools.izip(image1.getdata(),
264 elif px1 != px2:
  /external/opencv/cvaux/src/
cvepilines.cpp 1101 double px1,py1,px2,py2; local
    [all...]

Completed in 295 milliseconds