Home
last modified time | relevance | path

Searched refs:InitStyle (Results 1 – 25 of 38) sorted by relevance

12

/external/skqp/src/gpu/
DGrStyle.h78 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {} in GrStyle()
102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle()
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
DGrTestUtils.cpp252 SkStrokeRec::InitStyle style = in TestStrokeRec()
253 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1)); in TestStrokeRec()
260 SkStrokeRec::InitStyle initStyle = in TestStyle()
261 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1)); in TestStyle()
DGrBlurUtils.cpp60 SkStrokeRec::InitStyle fillOrHairline) { in sw_draw_with_mask_filter()
108 SkStrokeRec::InitStyle fillOrHairline, in create_mask_GPU()
158 SkStrokeRec::InitStyle fillOrHairline; in draw_path_with_mask_filter()
DGrStyle.cpp170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath()
DGrShape.cpp430 SkStrokeRec::InitStyle fillOrHairline; in GrShape()
454 SkStrokeRec::InitStyle fillOrHairline; in GrShape()
/external/skia/src/gpu/
DGrStyle.h78 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {} in GrStyle()
102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle()
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
DGrTestUtils.cpp252 SkStrokeRec::InitStyle style = in TestStrokeRec()
253 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1)); in TestStrokeRec()
260 SkStrokeRec::InitStyle initStyle = in TestStyle()
261 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1)); in TestStyle()
DGrBlurUtils.cpp60 SkStrokeRec::InitStyle fillOrHairline) { in sw_draw_with_mask_filter()
108 SkStrokeRec::InitStyle fillOrHairline, in create_mask_GPU()
158 SkStrokeRec::InitStyle fillOrHairline; in draw_path_with_mask_filter()
DGrStyle.cpp170 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath()
DGrShape.cpp478 SkStrokeRec::InitStyle fillOrHairline; in GrShape()
502 SkStrokeRec::InitStyle fillOrHairline; in GrShape()
/external/skqp/include/core/
DSkStrokeRec.h18 enum InitStyle { enum
22 SkStrokeRec(InitStyle style);
/external/skia/include/core/
DSkStrokeRec.h18 enum InitStyle { enum
22 SkStrokeRec(InitStyle style);
/external/clang/lib/Sema/
DSemaLambda.cpp771 unsigned InitStyle, Expr *Init) { in createLambdaInitCaptureVarDecl() argument
783 NewVD->setInitStyle(static_cast<VarDecl::InitializationStyle>(InitStyle)); in createLambdaInitCaptureVarDecl()
987 unsigned InitStyle; in ActOnStartOfLambdaDefinition() local
992 InitStyle = VarDecl::CInit; in ActOnStartOfLambdaDefinition()
995 InitStyle = VarDecl::CallInit; in ActOnStartOfLambdaDefinition()
998 InitStyle = VarDecl::ListInit; in ActOnStartOfLambdaDefinition()
1002 C->Id, InitStyle, C->Init.get()); in ActOnStartOfLambdaDefinition()
/external/skqp/src/gpu/gl/
DGrGLPathRange.cpp73 SkStrokeRec::InitStyle fill; in onInitPath()
/external/skia/src/gpu/gl/
DGrGLPathRange.cpp73 SkStrokeRec::InitStyle fill; in onInitPath()
/external/skqp/src/core/
DSkMaskFilterBase.h227 SkStrokeRec::InitStyle) const;
DSkDraw.h96 SkStrokeRec::InitStyle style);
DSkStrokeRec.cpp14 SkStrokeRec::SkStrokeRec(InitStyle s) { in SkStrokeRec()
DSkDraw.cpp986 SkStrokeRec::InitStyle style = doFill ? SkStrokeRec::kFill_InitStyle in drawDevPath()
1688 SkStrokeRec::InitStyle style) { in draw_into_mask()
1721 SkStrokeRec::InitStyle style) { in DrawToMask()
/external/skia/src/core/
DSkMaskFilterBase.h227 SkStrokeRec::InitStyle) const;
DSkDraw.h97 SkStrokeRec::InitStyle style);
DSkStrokeRec.cpp14 SkStrokeRec::SkStrokeRec(InitStyle s) { in SkStrokeRec()
DSkDraw.cpp976 SkStrokeRec::InitStyle style = doFill ? SkStrokeRec::kFill_InitStyle in drawDevPath()
1715 SkStrokeRec::InitStyle style) { in draw_into_mask()
1748 SkStrokeRec::InitStyle style) { in DrawToMask()
/external/clang/include/clang/AST/
DDecl.h811 unsigned InitStyle : 2; variable
1185 VarDeclBits.InitStyle = Style; in setInitStyle()
1199 return static_cast<InitializationStyle>(VarDeclBits.InitStyle); in getInitStyle()
2337 InClassInitStyle InitStyle) in FieldDecl() argument
2340 InitStorage(BW, (InitStorageKind) InitStyle) { in FieldDecl()
2341 assert((!BW || InitStyle == ICIS_NoInit) && "got initializer for bitfield"); in FieldDecl()
2349 InClassInitStyle InitStyle);
/external/clang/lib/AST/
DStmtPrinter.cpp2172 CXXNewExpr::InitializationStyle InitStyle = E->getInitializationStyle(); in VisitCXXNewExpr() local
2173 if (InitStyle) { in VisitCXXNewExpr()
2174 if (InitStyle == CXXNewExpr::CallInit) in VisitCXXNewExpr()
2177 if (InitStyle == CXXNewExpr::CallInit) in VisitCXXNewExpr()

12