8package org.skia.jetski;
13 private float mCubicCoeffB,
15 private boolean mUseCubic;
45 mCubicCoeffB = cubicCoeffB;
46 mCubicCoeffC = cubicCoeffC;
66 int desc = mUseCubic ? 0x01 : 0x00;
static SamplingOptions MITCHELL()
static SamplingOptions CATMULLROM()
SamplingOptions(FilterMode f)
SamplingOptions(float cubicCoeffB, float cubicCoeffC)
SamplingOptions(FilterMode f, MipmapMode m)