HomeSort by relevance Sort by last modified time
    Searched defs:fillOrHairline (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrBlurUtils.cpp 61 SkStrokeRec::InitStyle fillOrHairline) {
64 SkMask::kComputeBoundsAndRenderImage_CreateMode, fillOrHairline)) {
108 SkStrokeRec::InitStyle fillOrHairline,
137 GrStyle(fillOrHairline));
158 SkStrokeRec::InitStyle fillOrHairline;
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,
    [all...]
GrShape.cpp 314 SkStrokeRec::InitStyle fillOrHairline;
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;
341 SkAssertResult(parent.fStyle.applyToPath(&this->path(), &fillOrHairline, *srcForParentStyle,
343 fStyle.resetToInitStyle(fillOrHairline);
  /external/skia/tests/
GrShapeTest.cpp 380 SkStrokeRec::InitStyle fillOrHairline;
381 if (fBase.style().applyToPath(&postAllStyle, &fillOrHairline, preStyle, scale)) {
393 GrShape(postAllStyle, GrStyle(fillOrHairline)).asPath(&postAllStyle);
397 if (fillOrHairline == SkStrokeRec::kFill_InitStyle) {
    [all...]

Completed in 170 milliseconds