Home
last modified time | relevance | path

Searched defs:ptCount (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Matrix.cpp55 jint ptCount, jboolean isPts) { in mapPoints()
95 jfloatArray jdst, jint dstIndex, jint ptCount) { in setPolyToPoly()
H A Dandroid_graphics_Canvas.cpp584 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() local
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java866 int ptCount, boolean isPts); in nMapPoints()
/aosp14/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp639 const int ptCount = (meshWidth + 1) * (meshHeight + 1); in drawBitmapMesh() local