Searched defs:stroker (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/base/ |
D | ftstroke.c | 795 FT_Stroker stroker = NULL; in FT_Stroker_New() local 823 FT_Stroker_Set( FT_Stroker stroker, in FT_Stroker_Set() 852 FT_Stroker_Rewind( FT_Stroker stroker ) in FT_Stroker_Rewind() 865 FT_Stroker_Done( FT_Stroker stroker ) in FT_Stroker_Done() 883 ft_stroker_arcto( FT_Stroker stroker, in ft_stroker_arcto() 910 ft_stroker_cap( FT_Stroker stroker, in ft_stroker_cap() 970 ft_stroker_inside( FT_Stroker stroker, in ft_stroker_inside() 1036 ft_stroker_outside( FT_Stroker stroker, in ft_stroker_outside() 1189 ft_stroker_process_corner( FT_Stroker stroker, in ft_stroker_process_corner() 1223 ft_stroker_subpath_start( FT_Stroker stroker, in ft_stroker_subpath_start() [all …]
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath() local
|
D | SkStroke.cpp | 1451 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), in strokePath() local
|
/external/skqp/src/core/ |
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath() local
|
D | SkStroke.cpp | 1415 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), in strokePath() local
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.h | 107 const GrCCStroker& stroker() const { SkASSERT(!this->isMapped()); return fStroker; } in stroker() function
|
D | GrCCStroker.cpp | 366 InstanceBufferBuilder(GrOnFlushResourceProvider* onFlushRP, GrCCStroker* stroker) { in InstanceBufferBuilder()
|
/external/skqp/samplecode/ |
D | SampleCCPRGeometry.cpp | 368 GrCCStroker stroker(0,0,0); in onExecute() local
|
/external/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 438 SkPathStroker2 stroker; in onDrawContent() local
|
D | SampleVariableWidthStroker.cpp | 1166 SkVarWidthStroker stroker; in onDrawContent() local
|