Home
last modified time | relevance | path

Searched defs:fillType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h220 int fillType = 0; /* non-zero or kWinding_FillType in Skia */ member
286 int strokeLineCap, int strokeLineJoin, int fillType) { in updateProperties()
320 fillType, enumerator
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java2011 int fillType = properties.getInt(FILL_TYPE_INDEX * 4); in updateStateFromTypedArray() local
2304 int strokeLineJoin, int fillType); in nUpdateFullPathProperties()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp138 jint strokeLineCap, jint strokeLineJoin, jint fillType) { in updateFullPathPropertiesAndStrokeStyles()
/frameworks/base/graphics/java/android/graphics/
DPath.java80 final FillType fillType = getFillType(); in reset() local