Home | History | Annotate | Download | only in hwui

Lines Matching full:paintcopy

2985         SkPaint paintCopy(*paint);
2986 paintCopy.setTextAlign(SkPaint::kLeft_Align);
2987 status = fontRenderer.renderPosText(&paintCopy, clip, text, 0, bytesCount, count, x, y,
3280 SkPaint paintCopy(*paint);
3283 const float textSize = paintCopy.getTextSize();
3313 paintCopy.setStrokeWidth(strokeWidth);
3315 drawLines(&points[0], pointsCount, &paintCopy);