tmap/smali_classes3/com/google/android/material/shape/ShapePath$PathCubicOperation.smali
2022-06-10 21:38:30 +09:00

211 lines
5.1 KiB
Smali

.class public Lcom/google/android/material/shape/ShapePath$PathCubicOperation;
.super Lcom/google/android/material/shape/ShapePath$PathOperation;
.source "ShapePath.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/material/shape/ShapePath;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "PathCubicOperation"
.end annotation
# instance fields
.field private controlX1:F
.field private controlX2:F
.field private controlY1:F
.field private controlY2:F
.field private endX:F
.field private endY:F
# direct methods
.method public constructor <init>(FFFFFF)V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/android/material/shape/ShapePath$PathOperation;-><init>()V
.line 2
invoke-direct {p0, p1}, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->setControlX1(F)V
.line 3
invoke-direct {p0, p2}, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->setControlY1(F)V
.line 4
invoke-direct {p0, p3}, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->setControlX2(F)V
.line 5
invoke-direct {p0, p4}, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->setControlY2(F)V
.line 6
invoke-direct {p0, p5}, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->setEndX(F)V
.line 7
invoke-direct {p0, p6}, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->setEndY(F)V
return-void
.end method
.method private getControlX1()F
.locals 1
.line 1
iget v0, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlX1:F
return v0
.end method
.method private getControlX2()F
.locals 1
.line 1
iget v0, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlX2:F
return v0
.end method
.method private getControlY1()F
.locals 1
.line 1
iget v0, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlY1:F
return v0
.end method
.method private getControlY2()F
.locals 1
.line 1
iget v0, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlY1:F
return v0
.end method
.method private getEndX()F
.locals 1
.line 1
iget v0, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->endX:F
return v0
.end method
.method private getEndY()F
.locals 1
.line 1
iget v0, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->endY:F
return v0
.end method
.method private setControlX1(F)V
.locals 0
.line 1
iput p1, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlX1:F
return-void
.end method
.method private setControlX2(F)V
.locals 0
.line 1
iput p1, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlX2:F
return-void
.end method
.method private setControlY1(F)V
.locals 0
.line 1
iput p1, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlY1:F
return-void
.end method
.method private setControlY2(F)V
.locals 0
.line 1
iput p1, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlY2:F
return-void
.end method
.method private setEndX(F)V
.locals 0
.line 1
iput p1, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->endX:F
return-void
.end method
.method private setEndY(F)V
.locals 0
.line 1
iput p1, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->endY:F
return-void
.end method
# virtual methods
.method public applyToPath(Landroid/graphics/Matrix;Landroid/graphics/Path;)V
.locals 8
.param p1 # Landroid/graphics/Matrix;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/graphics/Path;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
iget-object v0, p0, Lcom/google/android/material/shape/ShapePath$PathOperation;->matrix:Landroid/graphics/Matrix;
.line 2
invoke-virtual {p1, v0}, Landroid/graphics/Matrix;->invert(Landroid/graphics/Matrix;)Z
.line 3
invoke-virtual {p2, v0}, Landroid/graphics/Path;->transform(Landroid/graphics/Matrix;)V
.line 4
iget v2, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlX1:F
iget v3, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlY1:F
iget v4, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlX2:F
iget v5, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->controlY2:F
iget v6, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->endX:F
iget v7, p0, Lcom/google/android/material/shape/ShapePath$PathCubicOperation;->endY:F
move-object v1, p2
invoke-virtual/range {v1 .. v7}, Landroid/graphics/Path;->cubicTo(FFFFFF)V
.line 5
invoke-virtual {p2, p1}, Landroid/graphics/Path;->transform(Landroid/graphics/Matrix;)V
return-void
.end method