Searched defs:approximate (Results 1 – 3 of 3) sorted by relevance
812 public float[] approximate(@FloatRange(from = 0) float acceptableError) { in approximate() method in Path
412 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, in approximate() function in android::SkPathGlue
1388 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString() local