Searched defs:FillType (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DShader.h53 enum FillType { enum in class:WebCore::Shader
68 static String generateVertex(VertexType, FillType);
69 static String generateFragment(VertexType, FillType, AntialiasType);
/external/skia/include/core/
H A DSkPath.h47 enum FillType { enum in class:SkPath
69 FillType getFillType() const { return (FillType)fFillType; }
76 void setFillType(FillType ft) {

Completed in 72 milliseconds