Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp80 static void android_view_RenderNode_discardDisplayList(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePt… in android_view_RenderNode_discardDisplayList()
85 static jboolean android_view_RenderNode_isValid(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr) { in android_view_RenderNode_isValid()
93 static jboolean android_view_RenderNode_setLayerType(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr,… in android_view_RenderNode_setLayerType()
98 static jboolean android_view_RenderNode_setLayerPaint(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr… in android_view_RenderNode_setLayerPaint()
103 static jboolean android_view_RenderNode_setStaticMatrix(CRITICAL_JNI_PARAMS_COMMA jlong renderNodeP… in android_view_RenderNode_setStaticMatrix()
108 static jboolean android_view_RenderNode_setAnimationMatrix(CRITICAL_JNI_PARAMS_COMMA jlong renderNo… in android_view_RenderNode_setAnimationMatrix()
113 static jboolean android_view_RenderNode_setClipToBounds(CRITICAL_JNI_PARAMS_COMMA jlong renderNodeP… in android_view_RenderNode_setClipToBounds()
118 static jboolean android_view_RenderNode_setClipBounds(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr, in android_view_RenderNode_setClipBounds()
124 static jboolean android_view_RenderNode_setClipBoundsEmpty(CRITICAL_JNI_PARAMS_COMMA jlong renderNo… in android_view_RenderNode_setClipBoundsEmpty()
128 static jboolean android_view_RenderNode_setProjectBackwards(CRITICAL_JNI_PARAMS_COMMA jlong renderN… in android_view_RenderNode_setProjectBackwards()
[all …]
Dandroid_graphics_Matrix.cpp139 static jboolean isIdentity(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isIdentity()
144 static jboolean isAffine(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isAffine()
149 static jboolean rectStaysRect(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in rectStaysRect()
154 static void reset(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in reset()
159 static void set(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong otherHandle) { in set()
165 static void setTranslate(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat dx, jfloat dy) { in setTranslate()
170 …static void setScale__FFFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy, jfloat… in setScale__FFFF()
176 static void setScale__FF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF()
181 static void setRotate__FFF(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat degrees, jfloat px, in setRotate__FFF()
187 static void setRotate__F(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jfloat degrees) { in setRotate__F()
[all …]
DPaint.cpp653 static void reset(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in reset()
657 static void assign(CRITICAL_JNI_PARAMS_COMMA jlong dstPaintHandle, jlong srcPaintHandle) { in assign()
663 static jint getFlags(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle) { in getFlags()
668 static void setFlags(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jint flags) { in setFlags()
672 static jint getHinting(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle) { in getHinting()
677 static void setHinting(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jint mode) { in setHinting()
682 static void setAntiAlias(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jboolean aa) { in setAntiAlias()
686 static void setLinearText(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jboolean linearText) { in setLinearText()
690 … static void setSubpixelText(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jboolean subpixelText) { in setSubpixelText()
694 …static void setUnderlineText(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle, jboolean underlineText) { in setUnderlineText()
[all …]
Dandroid_graphics_DisplayListCanvas.cpp74 static jlong android_view_DisplayListCanvas_createDisplayListCanvas(CRITICAL_JNI_PARAMS_COMMA jlong… in android_view_DisplayListCanvas_createDisplayListCanvas()
80 static void android_view_DisplayListCanvas_resetDisplayListCanvas(CRITICAL_JNI_PARAMS_COMMA jlong c… in android_view_DisplayListCanvas_resetDisplayListCanvas()
95 static void android_view_DisplayListCanvas_enableZ(CRITICAL_JNI_PARAMS_COMMA jlong canvasPtr, in android_view_DisplayListCanvas_enableZ()
102 CRITICAL_JNI_PARAMS_COMMA jlong canvasPtr, jlong renderNodePtr) { in android_view_DisplayListCanvas_finishRecording()
108 static void android_view_DisplayListCanvas_drawRenderNode(CRITICAL_JNI_PARAMS_COMMA jlong canvasPtr… in android_view_DisplayListCanvas_drawRenderNode()
114 static void android_view_DisplayListCanvas_drawTextureLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasP… in android_view_DisplayListCanvas_drawTextureLayer()
120 static void android_view_DisplayListCanvas_drawRoundRectProps(CRITICAL_JNI_PARAMS_COMMA jlong canva… in android_view_DisplayListCanvas_drawRoundRectProps()
134 static void android_view_DisplayListCanvas_drawCircleProps(CRITICAL_JNI_PARAMS_COMMA jlong canvasPt… in android_view_DisplayListCanvas_drawCircleProps()
145 CRITICAL_JNI_PARAMS_COMMA jlong canvasPtr, jlong xPropPtr, jlong yPropPtr, in android_view_DisplayListCanvas_drawRippleProps()
166 static void android_view_DisplayListCanvas_drawWebViewFunctor(CRITICAL_JNI_PARAMS_COMMA jlong canva… in android_view_DisplayListCanvas_drawWebViewFunctor()
Dandroid_graphics_Canvas.cpp79 static jboolean isOpaque(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in isOpaque()
83 static jint getWidth(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getWidth()
87 static jint getHeight(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in getHeight()
91 static jint save(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint flagsHandle) { in save()
96 static jint saveLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat l, jfloat t, in saveLayer()
102 static jint saveLayerAlpha(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jfloat l, jfloat t, in saveLayerAlpha()
107 static jint saveUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint l, jint t, jint r… in saveUnclippedLayer()
111 static void restoreUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount, jlo… in restoreUnclippedLayer()
116 static jboolean restore(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle) { in restore()
125 static void restoreToCount(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount) { in restoreToCount()
[all …]
Dgraphics_jni_helpers.h32 #define CRITICAL_JNI_PARAMS_COMMA macro
35 #define CRITICAL_JNI_PARAMS_COMMA JNIEnv*, jclass, macro
DTypeface.cpp97 static jint Typeface_getStyle(CRITICAL_JNI_PARAMS_COMMA jlong faceHandle) { in Typeface_getStyle()
102 static jint Typeface_getWeight(CRITICAL_JNI_PARAMS_COMMA jlong faceHandle) { in Typeface_getWeight()
133 static void Typeface_setDefault(CRITICAL_JNI_PARAMS_COMMA jlong faceHandle) { in Typeface_setDefault()
360 static jint Typeface_getFamilySize(CRITICAL_JNI_PARAMS_COMMA jlong faceHandle) { in Typeface_getFamilySize()
365 static jlong Typeface_getFamily(CRITICAL_JNI_PARAMS_COMMA jlong faceHandle, jint index) { in Typeface_getFamily()
378 static void Typeface_addFontCollection(CRITICAL_JNI_PARAMS_COMMA jlong faceHandle) { in Typeface_addFontCollection()
DPath.cpp476 static void reset(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in reset()
481 static void rewind(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in rewind()
486 static jboolean isEmpty(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isEmpty()
491 static jboolean isConvex(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isConvex()
496 static jint getFillType(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in getFillType()
501 static void setFillType(CRITICAL_JNI_PARAMS_COMMA jlong pathHandle, jint ftHandle) {; in setFillType()
DFontFamily.cpp79 static jlong FontFamily_create(CRITICAL_JNI_PARAMS_COMMA jlong builderPtr) { in FontFamily_create()
213 static void FontFamily_addAxisValue(CRITICAL_JNI_PARAMS_COMMA jlong builderPtr, jint tag, jfloat va… in FontFamily_addAxisValue()
DBitmap.cpp1232 static jboolean Bitmap_isImmutable(CRITICAL_JNI_PARAMS_COMMA jlong bitmapHandle) { in Bitmap_isImmutable()
1239 static jboolean Bitmap_isBackedByAshmem(CRITICAL_JNI_PARAMS_COMMA jlong bitmapHandle) { in Bitmap_isBackedByAshmem()
/frameworks/base/libs/hwui/jni/text/
DTextShaper.cpp109 static jint TextShaper_Result_getGlyphCount(CRITICAL_JNI_PARAMS_COMMA jlong ptr) { in TextShaper_Result_getGlyphCount()
115 static jfloat TextShaper_Result_getTotalAdvance(CRITICAL_JNI_PARAMS_COMMA jlong ptr) { in TextShaper_Result_getTotalAdvance()
121 static jfloat TextShaper_Result_getAscent(CRITICAL_JNI_PARAMS_COMMA jlong ptr) { in TextShaper_Result_getAscent()
127 static jfloat TextShaper_Result_getDescent(CRITICAL_JNI_PARAMS_COMMA jlong ptr) { in TextShaper_Result_getDescent()
133 static jint TextShaper_Result_getGlyphId(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in TextShaper_Result_getGlyphId()
139 static jfloat TextShaper_Result_getX(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in TextShaper_Result_getX()
145 static jfloat TextShaper_Result_getY(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in TextShaper_Result_getY()
151 static jlong TextShaper_Result_getFont(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in TextShaper_Result_getFont()
DLineBreaker.cpp101 static jint nGetLineCount(CRITICAL_JNI_PARAMS_COMMA jlong ptr) { in nGetLineCount()
105 static jint nGetLineBreakOffset(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in nGetLineBreakOffset()
109 static jfloat nGetLineWidth(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in nGetLineWidth()
113 static jfloat nGetLineAscent(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in nGetLineAscent()
117 static jfloat nGetLineDescent(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in nGetLineDescent()
121 static jint nGetLineFlag(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint i) { in nGetLineFlag()
DMeasuredText.cpp104 static jfloat nGetWidth(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint start, jint end) { in nGetWidth()
113 static jfloat nGetCharWidthAt(CRITICAL_JNI_PARAMS_COMMA jlong ptr, jint offset) { in nGetCharWidthAt()
157 static jint nGetMemoryUsage(CRITICAL_JNI_PARAMS_COMMA jlong ptr) { in nGetMemoryUsage()
/frameworks/base/libs/hwui/jni/fonts/
DFontFamily.cpp54 static void FontFamily_Builder_addFont(CRITICAL_JNI_PARAMS_COMMA jlong builderPtr, jlong fontPtr) { in FontFamily_Builder_addFont()
98 static jint FontFamily_getVariant(CRITICAL_JNI_PARAMS_COMMA jlong familyPtr) { in FontFamily_getVariant()
104 static jint FontFamily_getFontSize(CRITICAL_JNI_PARAMS_COMMA jlong familyPtr) { in FontFamily_getFontSize()
110 static jlong FontFamily_getFont(CRITICAL_JNI_PARAMS_COMMA jlong familyPtr, jint index) { in FontFamily_getFont()
DFont.cpp78 static void Font_Builder_addAxis(CRITICAL_JNI_PARAMS_COMMA jlong builderPtr, jint tag, jfloat value… in Font_Builder_addAxis()
193 static jlong Font_getMinikinFontPtr(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_getMinikinFontPtr()
199 static jlong Font_cloneFont(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_cloneFont()
214 static jlong Font_getBufferAddress(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_getBufferAddress()
259 static jint Font_getPackedStyle(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_getPackedStyle()
267 static jint Font_getIndex(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_getIndex()
280 static jint Font_getAxisCount(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_getAxisCount()
294 static jlong Font_getAxisInfo(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr, jint index) { in Font_getAxisInfo()
311 static jint Font_getSourceId(CRITICAL_JNI_PARAMS_COMMA jlong fontPtr) { in Font_getSourceId()
/frameworks/base/core/jni/
Dcore_jni_helpers.h31 #define CRITICAL_JNI_PARAMS_COMMA macro
34 #define CRITICAL_JNI_PARAMS_COMMA JNIEnv*, jclass, macro
Dandroid_os_SystemProperties.cpp159 T SystemProperties_get_integralH(CRITICAL_JNI_PARAMS_COMMA jlong propJ, T defJ) in SystemProperties_get_integralH()
169 jboolean SystemProperties_get_booleanH(CRITICAL_JNI_PARAMS_COMMA jlong propJ, jboolean defJ) in SystemProperties_get_booleanH()