Searched refs:threadLocalPoints (Results 1 – 1 of 1) sorted by relevance
62 private static final ThreadLocal<float[]> threadLocalPoints = new ThreadLocal<float[]>() { field in Utils102 final float[] points = threadLocalPoints.get(); in getScale()117 final float[] points = threadLocalPoints.get(); in hasZeroScaleAxis()