Searched refs:fInner (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/bench/ |
H A D | BlurRectsBench.cpp | 21 fInner = inner; in BlurRectsBench() 38 path.addRect(fInner, SkPathDirection::kCW); 48 SkRect fInner; member in BlurRectsBench
|
/third_party/skia/samplecode/ |
H A D | SampleSimpleStroker.cpp | 101 PathRecorder fInner, fOuter; member in __anon18654::SkPathStroker2 130 fInner.rewind(); in initForPath() 174 appendPathReversed(fInner, &fOuter); in getFillPath() 186 fInner.moveTo(line.fPoints[0] - offset); in strokeLine() 189 fInner.lineTo(line.fPoints[1] - offset); in strokeLine() 200 fInner.getLastPt(&innerLastPt); in endcap() 225 PathRecorder *outer = &fOuter, *inner = &fInner; in join()
|
H A D | SampleVariableWidthStroker.cpp | 446 std::vector<PathSegment> fInner; 507 SkPath fInner, fOuter; 516 fInner.rewind(); 529 fInner.moveTo(strokes.fInner.front().fPoints[0]); 536 for (const PathSegment& seg : strokes.fInner) { 537 fInner.quadTo(seg.fPoints[1], seg.fPoints[2]); 620 appendPathReversed(fInner, &fOuter); 751 fInner.getLastPt(&innerLastPt); 781 SkPath* path = left ? &fOuter : &fInner; [all...] |
/third_party/skia/src/core/ |
H A D | SkColorFilter.cpp | 149 return fOuter->isAlphaUnchanged() && fInner->isAlphaUnchanged(); 154 if (!fInner->isAlphaUnchanged()) { 157 return fInner->appendStages(rec, shaderIsOpaque) && 164 c = fInner->program(p, c, dst, uniforms, alloc); 175 fInner->asFragmentProcessor(std::move(inputFP), context, dstColorInfo); 198 buffer.writeFlattenable(fInner.get()); 204 , fInner(as_CFB_sp(std::move(inner))) in SkComposeColorFilter() 208 sk_sp<SkColorFilterBase> fInner; member in SkComposeColorFilter
|
H A D | SkStroke.cpp | 184 return fInner.isZeroLengthSincePoint(0) && in isCurrentContourEmpty() 206 SkPath fInner, fOuter, fCusper; // outer is our working answer, inner is temp member in SkPathStroker 311 fInner.moveTo(prevX - normal->fX, prevY - normal->fY); in preJoinTo() 313 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, *unitNormal, in preJoinTo() 334 fJoiner(&fOuter, &fInner, fPrevUnitNormal, fPrevPt, in finishContour() 342 if (fInner.getBounds().contains(fOuter.getBounds())) { in finishContour() 343 fInner.swap(fOuter); in finishContour() 346 // now add fInner as its own contour in finishContour() 347 fInner.getLastPt(&pt); in finishContour() 349 fOuter.reversePathTo(fInner); in finishContour() [all...] |
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 1810 fInner = inner; in DrawDRRectCommand() 1815 canvas->drawDRRect(fOuter, fInner, fPaint); in execute() 1819 render_drrect(canvas, fOuter, fInner); in render() 1828 make_json_rrect(writer, fInner); in toJSON()
|
H A D | DrawCommand.h | 567 SkRRect fInner; member in DrawDRRectCommand
|
Completed in 10 milliseconds