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

  /external/skia/src/gpu/
GrStrokeInfo.h 36 if (includeDash && src.isDashed()) {
59 if (other.isDashed()) {
72 if (this->isDashed() != other.isDashed()) {
75 if (this->isDashed()) {
122 bool isDashed() const {
127 SkASSERT(this->isDashed());
132 SkASSERT(this->isDashed());
137 SkASSERT(this->isDashed());
161 if (this->isDashed()) {
    [all...]
GrStrokeInfo.cpp 23 if (this->isDashed()) {
78 if (this->isDashed()) {
GrBlurUtils.cpp 168 SkASSERT(strokeInfo.isDashed() || !pathEffect);
172 if (strokeInfo.isDashed()) {
266 if (!strokeInfo.isDashed() && pathEffect && pathEffect->filterPath(tmpPath.init(), *pathPtr,
329 if (!strokeInfo.isDashed() && pathEffect &&
GrPath.cpp 40 if (stroke.isDashed() || !path.isOval(&rect)) {
206 if (!fStroke.isDashed() && fSkPath.isOval(&ovalBounds)) {
GrPathRenderer.h 214 if (stroke.isDashed()) {
GrSoftwarePathRenderer.cpp 20 if (args.fStroke->isDashed()) {
GrDrawContext.cpp 262 SkASSERT(!strokeInfo || !strokeInfo->isDashed());
490 SkASSERT(!strokeInfo.isDashed()); // this should've been devolved to a path in SkGpuDevice
534 SkASSERT(!strokeInfo.isDashed()); // this should've been devolved to a path in SkGpuDevice
686 if (should_apply_coverage_aa(paint, fRenderTarget) && !strokeInfo.isDashed()) {
758 if (nullptr == pr && strokeInfo.isDashed()) {
SkGpuDevice.cpp 558 SkASSERT(!strokeInfo.isDashed());
688 SkASSERT(!strokeInfo.isDashed());
    [all...]
  /external/skia/src/gpu/batches/
GrDashLinePathRenderer.cpp 15 if (args.fStroke->isDashed() && args.fPath->isLine(pts)) {
GrTessellatingPathRenderer.cpp 112 if (stroke.isDashed()) {
GrAALinearizingConvexPathRenderer.cpp 55 return strokeWidth >= 1.0f && strokeWidth <= kMaxStrokeWidth && !args.fStroke->isDashed() &&
GrAADistanceFieldPathRenderer.cpp 91 args.fStroke->isDashed()) {
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 40 bool forceFill = fStroke.isDashed() ||
81 if (fStroke.isDashed()) {
GrGLPath.cpp 246 SkASSERT(!stroke.isDashed());
277 if (stroke->isDashed()) {
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 375 if (!fFont.getPathEffect() && !fStroke.isDashed()) {
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 47 if (!strokeInfo.isDashed() || 2 != strokeInfo.getDashCount()) {
    [all...]

Completed in 155 milliseconds