Home
last modified time | relevance | path

Searched defs:GrStyle (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrStyle.h76 GrStyle() : GrStyle(SkStrokeRec::kFill_InitStyle) {} in GrStyle() function
78 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {} in GrStyle() function
80 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() function
86 explicit GrStyle(const SkPaint& paint) : fStrokeRec(paint) { in GrStyle() function
90 explicit GrStyle(const SkPaint& paint, SkPaint::Style overrideStyle) in GrStyle() function
DGrBlurUtils.h20 class GrStyle; variable
DGrPathRendering.h17 class GrStyle; variable
DGrTestUtils.h28 class GrStyle; variable
DGrPathRendering_none.cpp43 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath&, const GrStyle&) { return nullptr; } in createPath()
DGrResourceProvider.h30 class GrStyle; variable
DGrPathRenderer.h24 class GrStyle; variable
DGrRenderTargetContext.h36 class GrStyle; variable
/third_party/skia/src/gpu/
DGrStyle.h77 GrStyle() : GrStyle(SkStrokeRec::kFill_InitStyle) {} in GrStyle() function
79 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {} in GrStyle() function
81 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() function
87 explicit GrStyle(const SkPaint& paint) : fStrokeRec(paint) { in GrStyle() function
91 explicit GrStyle(const SkPaint& paint, SkPaint::Style overrideStyle) in GrStyle() function
DGrBlurUtils.h18 class GrStyle; variable
DGrUtil.h13 class GrStyle; variable
DGrTestUtils.h29 class GrStyle; variable
DGrResourceProvider.h30 class GrStyle; variable
/third_party/skia/src/gpu/ops/
DDashOp.h16 class GrStyle; variable
DGrOvalOpFactory.h19 class GrStyle; variable
/third_party/flutter/skia/src/gpu/ops/
DGrOvalOpFactory.h18 class GrStyle; variable
DGrDashOp.h17 class GrStyle; variable
/third_party/flutter/skia/src/gpu/gl/
DGrGLPath.h15 class GrStyle; variable
DGrGLPathRendering.h20 class GrStyle; variable
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h36 class GrStyle; variable
DPathRenderer.h22 class GrStyle; variable