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

/external/skia/src/gpu/
H A DGrBlurUtils.cpp61 SkStrokeRec::InitStyle fillOrHairline) {
64 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,
53 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.cpp314 SkStrokeRec::InitStyle fillOrHairline; local
317 SkAssertResult(tmpParent.get()->style().applyToPath(&this->path(), &fillOrHairline,
320 fillOrHairline = SkStrokeRec::kFill_InitStyle;
323 fillOrHairline = SkStrokeRec::kHairline_InitStyle;
325 fStyle.resetToInitStyle(fillOrHairline);
338 SkStrokeRec::InitStyle fillOrHairline; local
341 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
343 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.cpp380 SkStrokeRec::InitStyle fillOrHairline; local
381 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
393 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle);
397 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) {

Completed in 88 milliseconds