Searched defs:fillOrHairline (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrBlurUtils.cpp60 SkStrokeRec::InitStyle fillOrHairline) {
63 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) {
108 SkStrokeRec::InitStyle fillOrHairline,
137 GrStyle(fillOrHairline));
158 SkStrokeRec::InitStyle fillOrHairline; local
163 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) {
169 fillOrHairline = SkStrokeRec::kHairline_InitStyle;
172 fillOrHairline = SkStrokeRec::kFill_InitStyle;
212 SkStrokeRec(fillOrHairline),
222 fillOrHairline,
52 sw_draw_with_mask_filter(GrContext* context, GrRenderTargetContext* renderTargetContext, const GrClip& clipData, const SkMatrix& viewMatrix, const SkPath& devPath, const SkMaskFilter* filter, const SkIRect& clipBounds, GrPaint&& paint, SkStrokeRec::InitStyle fillOrHairline) argument
105 create_mask_GPU(GrContext* context, const SkIRect& maskRect, const SkPath& devPath, SkStrokeRec::InitStyle fillOrHairline, GrAA aa, int sampleCnt) argument
[all...]
H A DGrStyle.h102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { argument
105 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) {
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
H A DGrShape.cpp478 SkStrokeRec::InitStyle fillOrHairline; local
481 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
484 fillOrHairline = SkStrokeRec::kFill_InitStyle;
487 fillOrHairline = SkStrokeRec::kHairline_InitStyle;
489 fStyle.resetToInitStyle(fillOrHairline);
502 SkStrokeRec::InitStyle fillOrHairline; local
505 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
507 fStyle.resetToInitStyle(fillOrHairline);
/external/skqp/src/gpu/
H A DGrBlurUtils.cpp60 SkStrokeRec::InitStyle fillOrHairline) {
63 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) {
108 SkStrokeRec::InitStyle fillOrHairline,
137 GrStyle(fillOrHairline));
158 SkStrokeRec::InitStyle fillOrHairline; local
163 if (0 == scale || !style.applyToPath(tmpPath.init(), &fillOrHairline, *path, scale)) {
169 fillOrHairline = SkStrokeRec::kHairline_InitStyle;
172 fillOrHairline = SkStrokeRec::kFill_InitStyle;
212 SkStrokeRec(fillOrHairline),
222 fillOrHairline,
52 sw_draw_with_mask_filter(GrContext* context, GrRenderTargetContext* renderTargetContext, const GrClip& clipData, const SkMatrix& viewMatrix, const SkPath& devPath, const SkMaskFilter* filter, const SkIRect& clipBounds, GrPaint&& paint, SkStrokeRec::InitStyle fillOrHairline) argument
105 create_mask_GPU(GrContext* context, const SkIRect& maskRect, const SkPath& devPath, SkStrokeRec::InitStyle fillOrHairline, GrAA aa, int sampleCnt) argument
[all...]
H A DGrShape.cpp430 SkStrokeRec::InitStyle fillOrHairline; local
433 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
436 fillOrHairline = SkStrokeRec::kFill_InitStyle;
439 fillOrHairline = SkStrokeRec::kHairline_InitStyle;
441 fStyle.resetToInitStyle(fillOrHairline);
454 SkStrokeRec::InitStyle fillOrHairline; local
457 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
459 fStyle.resetToInitStyle(fillOrHairline);
H A DGrStyle.h102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { argument
105 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) {
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
/external/skia/tests/
H A DGrShapeTest.cpp650 SkStrokeRec::InitStyle fillOrHairline; local
651 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
663 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle);
667 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) {
/external/skqp/tests/
H A DGrShapeTest.cpp622 SkStrokeRec::InitStyle fillOrHairline; local
623 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
635 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle);
639 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) {

Completed in 1587 milliseconds