HomeSort by relevance Sort by last modified time
    Searched refs:isSimpleFill (Results 1 - 18 of 18) sorted by null

  /external/skia/src/gpu/
GrPathRenderer.h 65 SkASSERT(shape.style().isSimpleFill());
165 SkASSERT(args.fShape->style().isSimpleFill());
194 SkASSERT(fShape->style().isSimpleFill());
GrPathRendererChain.cpp 94 if (!args.fShape->style().isSimpleFill()) {
GrStyle.h 113 bool isSimpleFill() const { return fStrokeRec.isFillStyle() && !fPathEffect; }
GrShape.cpp 319 } else if (tmpParent.get()->style().isSimpleFill()) {
393 if (closed || this->style().isSimpleFill()) {
483 if (fStyle.isSimpleFill() && !fLineData.fInverted) {
GrBlurUtils.cpp 171 SkASSERT(style.isSimpleFill());
GrShape.h 241 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) &&
GrRenderTargetContext.cpp     [all...]
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.h 55 SkASSERT(shape.style().isSimpleFill());
72 SkASSERT(shape.style().isSimpleFill());
GrDefaultPathRenderer.cpp 44 if (shape.style().isSimpleFill()) {
491 SkASSERT(shape.style().isSimpleFill());
617 (args.fShape->style().isSimpleFill() || isHairline);
GrTessellatingPathRenderer.cpp 143 if (!args.fShape->style().isSimpleFill() || args.fShape->knownToBeConvex()) {
394 } while (!style.isSimpleFill());
GrMSAAPathRenderer.cpp 593 SkASSERT(shape.style().isSimpleFill());
690 return args.fShape->style().isSimpleFill() && (GrAAType::kCoverage != args.fAAType);
716 SkASSERT(args.fShape->style().isSimpleFill());
GrAALinearizingConvexPathRenderer.cpp 332 bool fill = args.fShape->style().isSimpleFill();
GrAAConvexPathRenderer.cpp 670 (GrAAType::kCoverage == args.fAAType) && args.fShape->style().isSimpleFill() &&
    [all...]
GrSmallPathRenderer.cpp 95 if (!args.fShape->style().isSimpleFill()) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 72 if (!fStyle.isSimpleFill()) {
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 345 if (fFont.isFakeBoldText() && fStyle.isSimpleFill()) {
368 if (!fStyle.isSimpleFill()) {
392 if (fUsingRawGlyphPaths && fStyle.isSimpleFill()) {
622 if (!fStyle.isSimpleFill()) {
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 43 if (!args.fShape->style().isSimpleFill() ||
  /external/skia/tests/
GrShapeTest.cpp 398 REPORTER_ASSERT(r, fAppliedFull.style().isSimpleFill());
451 (shape.style().isSimpleFill() && path.isConvex());
476 bool allowedClosednessDiff = (a.style().isSimpleFill() != b.style().isSimpleFill());
    [all...]

Completed in 1986 milliseconds