Searched refs:paint_instance_or_null (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | NinePatch_Delegate.java | 177 long chunk, long paint_instance_or_null, int destDensity, int srcDensity) { in nativeDraw() argument 180 bitmap_instance, chunk, paint_instance_or_null, in nativeDraw() 186 long chunk, long paint_instance_or_null, int destDensity, int srcDensity) { in nativeDraw() argument 189 bitmap_instance, chunk, paint_instance_or_null, in nativeDraw() 202 long bitmap_instance, long chunk, long paint_instance_or_null, in draw() argument 221 paint_instance_or_null, destDensity, srcDensity); in draw() 237 Paint_Delegate paint_delegate = Paint_Delegate.getDelegate(paint_instance_or_null); in draw()
|
/frameworks/base/graphics/java/android/graphics/ |
D | NinePatch.java | 277 long c, long paint_instance_or_null, int destDensity, int srcDensity); in nativeDraw() argument 279 long c, long paint_instance_or_null, int destDensity, int srcDensity); in nativeDraw() argument
|