Home
last modified time | relevance | path

Searched refs:nativeMeshSpec (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMeshSpecification.java295 long nativeMeshSpec = nativeMake(attributes, in make() local
298 if (nativeMeshSpec == 0) { in make()
301 return new MeshSpecification(nativeMeshSpec); in make()
335 long nativeMeshSpec = nativeMakeWithCS(attributes, in make() local
338 if (nativeMeshSpec == 0) { in make()
341 return new MeshSpecification(nativeMeshSpec); in make()
380 long nativeMeshSpec = in make() local
383 if (nativeMeshSpec == 0) { in make()
386 return new MeshSpecification(nativeMeshSpec); in make()