Home
last modified time | relevance | path

Searched refs:oldy (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkEdge.cpp278 SkFixed oldy = fQy; in updateQuadratic() local
291 newy = oldy + (dy >> shift); in updateQuadratic()
299 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
301 oldy = newy; in updateQuadratic()
439 SkFixed oldy = fCy; in updateCubic() local
453 newy = oldy + (fCDy >> dshift); in updateCubic()
466 if (newy < oldy) { in updateCubic()
467 newy = oldy; in updateCubic()
470 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
472 oldy = newy; in updateCubic()
/external/libvncserver/examples/
Dexample.c63 int oldx,oldy; member
134 x,y,cd->oldx,cd->oldy); in doptr()
137 if(y1>cd->oldy) y1++; else cd->oldy++; in doptr()
138 rfbMarkRectAsModified(cl->screen,x,y,cd->oldx,cd->oldy); in doptr()
158 cd->oldx=x; cd->oldy=y; cd->oldButton=buttonMask; in doptr()
201 int x1=cd->oldx,y1=cd->oldy,x2,y2; in dokey()
202 …cd->oldx+=rfbDrawCharWithClip(cl->screen,&radonFont,cd->oldx,cd->oldy,(char)key,0,0,cl->screen->wi… in dokey()
/external/opencv3/3rdparty/libjasper/
Djas_image.c1060 jas_image_coord_t oldy; in jas_image_sampcmpt() local
1105 oldy = (ay - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1108 oldy = (ay - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1111 oldy = (by - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1114 oldy = (by - oldcmpt->tly_) / oldcmpt->vstep_; in jas_image_sampcmpt()
1117 oldy >= 0 && oldy < oldcmpt->height_); in jas_image_sampcmpt()
1119 (oldy * oldcmpt->width_ + oldx), SEEK_SET) < 0) in jas_image_sampcmpt()
/external/opencv3/doc/pattern_tools/
Dsvgfig.py1494 oldx, oldy = x, y
1514 centerx, centery = (x + oldx)/2., (y + oldy)/2.