Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/apex/
Dandroid_paint.cpp31 delete TypeCast::toPaint(paint); in APaint_destroyPaint()
46 TypeCast::toPaint(paint)->setBlendMode(convertBlendMode(blendMode)); in APaint_setBlendMode()
DTypeCast.h56 static inline const Paint* toPaint(const APaint* paint) { in toPaint() function
60 static inline Paint* toPaint(APaint* paint) { in toPaint() function
Dandroid_canvas.cpp108 TypeCast::toPaint(paint)); in ACanvas_drawBitmap()
/frameworks/base/libs/hwui/jni/text/
DMeasuredText.cpp45 static inline Paint* toPaint(jlong ptr) { in toPaint() function
69 Paint* paint = toPaint(paintPtr); in nAddStyleRun()
79 toPaint(paintPtr)->getMinikinLocaleListId()); in nAddReplacementRun()