Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleShip.cpp63 SkScalar anchorY = fAtlas->height()*0.5f; in DrawShipView() local
74 xPos, yPos, anchorX, anchorY); in DrawShipView()
82 kWidth*0.5f, kHeight*0.5f, anchorX, anchorY); in DrawShipView()
132 SkScalar anchorY = fAtlas->height()*0.5f; in onDrawContent() local
137 SkScalar dx = c*anchorX - s*anchorY; in onDrawContent()
138 SkScalar dy = s*anchorX + c*anchorY; in onDrawContent()
143 dx -= fXform[i].fSCos*anchorX - fXform[i].fSSin*anchorY; in onDrawContent()
144 dy -= fXform[i].fSSin*anchorX + fXform[i].fSCos*anchorY; in onDrawContent()
/external/skia/experimental/GLFWTest/
Dglfw_main.cpp98 SkScalar anchorY = atlas->height()*0.5f; in main() local
107 xPos, yPos, anchorX, anchorY); in main()
113 kWidth*0.5f, kHeight*0.5f, anchorX, anchorY); in main()
148 SkScalar dx = c*anchorX - s*anchorY; in main()
149 SkScalar dy = s*anchorX + c*anchorY; in main()
154 dx -= xform[i].fSCos*anchorX - xform[i].fSSin*anchorY; in main()
155 dy -= xform[i].fSSin*anchorX + xform[i].fSCos*anchorY; in main()
/external/opencv/cv/src/
Dcvmorph.cpp727 int anchorX, int anchorY, in cvCreateStructuringElementEx() argument
743 (unsigned) anchorY >= (unsigned) rows ) in cvCreateStructuringElementEx()
753 element->anchorY = anchorY; in cvCreateStructuringElementEx()
768 shape, cvPoint(anchorX,anchorY))); in cvCreateStructuringElementEx()
879 el_anchor = cvPoint( element->anchorX, element->anchorY ); in icvMorphOp()
/external/opencv/cxcore/include/
Dcxtypes.h417 int anchorY; member
428 int anchorY; member