Searched refs:nGetWidth (Results 1 – 6 of 6) sorted by relevance
103 static jfloat nGetWidth(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint start, jint end) { in nGetWidth() function171 {"nGetWidth", "(JII)F", (void*)nGetWidth}, // Critical Natives
310 return nGetWidth(mNativeObject); in getWidth()450 private static native int nGetWidth(long nativeObject); in nGetWidth() method in HardwareBuffer
123 return nGetWidth(mNativePtr, start, end); in getWidth()188 private static native float nGetWidth(/* Non Zero */ long nativePtr, in nGetWidth() method in MeasuredText
503 return beginRecording(nGetWidth(mNativeRenderNode), nGetHeight(mNativeRenderNode)); in beginRecording()1471 return nGetWidth(mNativeRenderNode); in getWidth()1949 private static native int nGetWidth(long renderNode); in nGetWidth() method in RenderNode
274 return nGetWidth(mNativeCanvasWrapper); in getWidth()1467 private static native int nGetWidth(long canvasHandle);
16267 Landroid/graphics/Canvas;->nGetWidth(J)I20233 Landroid/hardware/HardwareBuffer;->nGetWidth(J)I55618 Landroid/text/MeasuredParagraph;->nGetWidth(JII)F