Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/view/math/
H A DMath3DHelper.java35 public static float[] flatBound(float[] poly, int dimension) { in flatBound()
65 public static void translate(float[] poly, float translateX, float translateY, int dimension) { in translate()
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dshadows.c38 double *poly = (double *) malloc(5*sizeof(double)); in JNIFUNCF() local
H A Dhsv.c21 double fastevalPoly(double *poly,int n, double x){ in fastevalPoly()
/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/
H A DHighQualityShadowPainter.java72 float[] poly = getPoly(rectScaled, elevation / SCALE_DOWN, radius); in paintRectShadow() local
273 … float[] poly = new float[ShadowConstants.RECT_VERTICES_SIZE * ShadowConstants.COORDINATE_SIZE]; in getPoly() local
H A DSpotShadowConfig.java119 public Builder setPolygon(float[] poly, int polyLength) { in setPolygon()
H A DSpotShadowVertexCalculator.java88 float[] poly, in calculateShadow()
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
H A DCbSendMessageCalculatorTest.java126 Polygon poly = createPolygon(llNorthWest, ll2, ll3, ll4, ll5); in testTMoThresholdsWithExistingTestGeofence() local
/aosp12/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp956 uint32_t poly = 0x04C11DB7; in initCrcTable() local
/aosp12/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp118 Poly poly; in visibilityTest() local