Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/apex/
H A Dandroid_paint.cpp32 delete TypeCast::toPaint(paint); in APaint_destroyPaint()
47 TypeCast::toPaint(paint)->setBlendMode(convertBlendMode(blendMode)); in APaint_setBlendMode()
H A DTypeCast.h56 static inline const Paint* toPaint(const APaint* paint) { in toPaint() function
60 static inline Paint* toPaint(APaint* paint) { in toPaint() function
H A Dandroid_canvas.cpp110 TypeCast::toPaint(paint)); in ACanvas_drawBitmap()
/aosp14/frameworks/base/libs/hwui/jni/text/
H A DMeasuredText.cpp45 static inline Paint* toPaint(jlong ptr) { in toPaint() function
70 Paint* paint = toPaint(paintPtr); in nAddStyleRun()
81 toPaint(paintPtr)->getMinikinLocaleListId()); in nAddReplacementRun()