Searched refs:setFillType (Results 1 – 15 of 15) sorted by relevance
35 path.setFillType(fillType); in testResetPreservesFillType()
98 path.setFillType(Path.FillType.EVEN_ODD); in testGetSetFillType()
182 pathDelegate.setFillType(Path.sFillTypeArray[ft]); in nSetFillType()542 setFillType(delegate.mFillType); in set()546 private void setFillType(FillType fillType) { in setFillType() method in Path_Delegate
501 static void setFillType(CRITICAL_JNI_PARAMS_COMMA jlong pathHandle, jint ftHandle) {; in setFillType() function in android::SkPathGlue504 path->setFillType(ft); in setFillType()550 {"nSetFillType","(JI)V", (void*) SkPathGlue::setFillType},
99 setFillType(fillType); in reset()279 public void setFillType(@NonNull FillType ft) { in setFillType() method in Path
92 path.setFillType(FillType.EVEN_ODD); in paintShadow()
231 path.setFillType(fillType); in nUpdateFullPathProperties()805 private void setFillType(int fillType) { in setFillType() method in VectorDrawable_Delegate.VFullPath_Delegate1148 mRenderPath.setFillType(FillType.WINDING); in drawPath()
200 mCutoutPath.setFillType(FillType.WINDING); in draw()
355 mShapePath.setFillType(FillType.WINDING); in draw()
138 outPath->setFillType(static_cast<SkPathFillType>(properties.getFillType())); in getUpdatedPath()
1041 ringPath.setFillType(Path.FillType.EVEN_ODD);
6909 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V
15809 method public void setFillType(@NonNull android.graphics.Path.FillType);
11167 method public void setFillType(android.graphics.Path.FillType);
6907 HSPLandroid/graphics/Path;->setFillType(Landroid/graphics/Path$FillType;)V