Searched defs:anchorX (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery3D/src/com/cooliris/media/
H A DCanvasTexture.java168 public void drawWithEffect(RenderView view, GL11 gl, float x, float y, float anchorX, float anchorY, float alpha, float scale) { argument
175 float originX = x + anchorX * width;
179 x = originX - anchorX * width;

Completed in 47 milliseconds