This is the source:

564    public boolean setPolyToPoly(float[] src, int srcIndex,
565                                 float[] dst, int dstIndex,
566                                 int pointCount) {
567        if (pointCount > 4) {
568            throw new IllegalArgumentException();
569        }
570        checkPointArrays(src, srcIndex, dst, dstIndex, pointCount);
571        return native_setPolyToPoly(native_instance, src, srcIndex,
572                                    dst, dstIndex, pointCount);
573    }


I can't find the source for native_setPolyToPoly though.  This is what 
happens practically every time I try to see the source.


On Tuesday, September 25, 2012 3:42:10 PM UTC-5, TreKing wrote:
>
> On Tue, Sep 25, 2012 at 2:00 PM, bob <[email protected]<javascript:>
> > wrote:
>
>> Anyone know under what circumstances it will return false?
>
>
> You will know when you look at the source.
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago 
> transit tracking app for Android-powered devices
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to