Searched refs:getCoordinate (Results 1 – 1 of 1) sorted by relevance
204 int x = getCoordinate(Math.round(fx), mImage.getWidth(), mTileModeX); in getColor()205 int y = getCoordinate(Math.round(fy), mImage.getHeight(), mTileModeY); in getColor()210 private int getCoordinate(int i, int size, TileMode mode) { in getCoordinate() method in BitmapShader_Delegate.BitmapShaderPaint