Lines Matching refs:draw

89      * Returns the current {@link Graphics2D} used to draw.
496 draw(nativeCanvas, new GcSnapshot.Drawable() {
499 public void draw(Graphics2D graphics, Paint_Delegate paint) {
544 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
547 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
557 draw(nativeCanvas, nativePaint, false /*compositeOnly*/,
560 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
573 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
576 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
579 // draw
599 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
602 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
605 // draw
636 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
639 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
647 // draw
655 graphics.draw(arc);
666 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
669 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
672 // draw
699 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
702 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
713 graphics.draw(shape);
768 draw(nativeCanvas, nativePaintOrZero, true /*compositeOnly*/, false /*forceSrcMode*/,
771 public void draw(Graphics2D graphics, Paint_Delegate paint) {
809 canvasDelegate.getSnapshot().draw(new GcSnapshot.Drawable() {
811 public void draw(Graphics2D graphics, Paint_Delegate paint) {
926 private static void draw(long nCanvas, long nPaint, boolean compositeOnly, boolean forceSrcMode,
937 canvasDelegate.getSnapshot().draw(drawable, paintDelegate, compositeOnly, forceSrcMode);
942 * to {@link GcSnapshot.Drawable#draw(Graphics2D, Paint_Delegate)}.
946 private static void draw(long nCanvas, GcSnapshot.Drawable drawable) {
953 canvasDelegate.mSnapshot.draw(drawable);
960 draw(nativeCanvas, paint, false /*compositeOnly*/, false /*forceSrcMode*/,
963 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
1069 draw(nativeCanvas, nativePaintOrZero, true /*compositeOnly*/, sBoolOut[0],
1072 public void draw(Graphics2D graphics, Paint_Delegate paint) {
1092 * @param paint the paint that will be used to draw
1094 * @return the image to draw
1111 // - Create a different bitmap to draw in which all the alpha channel values is set