/frameworks/base/graphics/java/android/graphics/ |
D | NinePatch.java | 195 canvas.drawPatch(this, location, mPaint); in draw() 205 canvas.drawPatch(this, location, mPaint); in draw() 217 canvas.drawPatch(this, location, paint); in draw()
|
D | Canvas.java | 1824 public void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, @Nullable Paint paint) { in drawPatch() method in Canvas 1825 super.drawPatch(patch, dst, paint); in drawPatch() 1836 public void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, @Nullable Paint paint) { in drawPatch() method in Canvas 1837 super.drawPatch(patch, dst, paint); in drawPatch()
|
D | BaseRecordingCanvas.java | 260 public final void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, in drawPatch() method in BaseRecordingCanvas 271 public final void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, in drawPatch() method in BaseRecordingCanvas
|
D | BaseCanvas.java | 302 public void drawPatch(@NonNull NinePatch patch, @NonNull Rect dst, @Nullable Paint paint) { in drawPatch() method in BaseCanvas 312 public void drawPatch(@NonNull NinePatch patch, @NonNull RectF dst, @Nullable Paint paint) { in drawPatch() method in BaseCanvas
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 209 public void drawPatch(NinePatch patch, Rect dst, Paint paint) { in drawPatch() method in NopCanvas 213 public void drawPatch(NinePatch patch, RectF dst, Paint paint) { in drawPatch() method in NopCanvas
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.h | 114 void drawPatch(const SkPoint[12], const SkColor[4], const SkPoint[4], SkBlendMode,
|
D | RecordingCanvas.cpp | 416 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, xfermode, in draw() 646 void DisplayListData::drawPatch(const SkPoint points[12], const SkColor colors[4], in drawPatch() function in android::uirenderer::DisplayListData 960 fDL->drawPatch(cubics, colors, texCoords, bmode, paint); in onDrawPatch()
|