Searched refs:getStrokeMiter (Results 1 - 25 of 41) sorted by relevance
12
/external/skia/src/core/ |
H A D | SkStrokeRec.cpp | 62 fMiterLimit = paint.getStrokeMiter(); 162 return get_inflation_bounds(paint.getStrokeJoin(), width, paint.getStrokeMiter());
|
H A D | SkPaint.cpp | 1413 buffer.writeScalar(this->getStrokeMiter()); 1656 str->appendScalar(this->getStrokeMiter());
|
H A D | SkStroke.cpp | 1308 fMiterLimit = p.getStrokeMiter(); 1317 fMiterLimit = p.getStrokeMiter();
|
H A D | SkScalerContext.cpp | 963 rec->fMiterLimit = paint.getStrokeMiter();
|
H A D | SkDraw.cpp | 686 paint.getStrokeMiter() < SK_ScalarSqrt2) {
|
/external/skqp/src/core/ |
H A D | SkStrokeRec.cpp | 62 fMiterLimit = paint.getStrokeMiter(); 162 return get_inflation_bounds(paint.getStrokeJoin(), width, paint.getStrokeMiter());
|
H A D | SkPaint.cpp | 1415 buffer.writeScalar(this->getStrokeMiter()); 1658 str->appendScalar(this->getStrokeMiter());
|
H A D | SkStroke.cpp | 1307 fMiterLimit = p.getStrokeMiter(); 1316 fMiterLimit = p.getStrokeMiter();
|
H A D | SkScalerContext.cpp | 969 rec->fMiterLimit = paint.getStrokeMiter();
|
/external/skia/src/pdf/ |
H A D | SkPDFGraphicState.cpp | 102 p.getStrokeWidth(), p.getStrokeMiter(),
|
/external/skqp/src/pdf/ |
H A D | SkPDFGraphicState.cpp | 102 p.getStrokeWidth(), p.getStrokeMiter(),
|
/external/skia/src/c/ |
H A D | sk_paint.cpp | 93 return AsPaint(*cpaint).getStrokeMiter();
|
/external/skqp/src/c/ |
H A D | sk_paint.cpp | 93 return AsPaint(*cpaint).getStrokeMiter();
|
/external/skia/include/core/ |
H A D | SkPaint.h | 625 SkScalar getStrokeMiter() const { return fMiterLimit; } function in class:SkPaint
|
/external/skia/src/effects/ |
H A D | SkLayerDrawLooper.cpp | 99 dst->setStrokeMiter(src.getStrokeMiter());
|
/external/skia/tests/ |
H A D | PaintTest.cpp | 193 SkScalar miter = SkMaxScalar(SK_Scalar1, paint.getStrokeMiter());
|
/external/skqp/include/core/ |
H A D | SkPaint.h | 626 SkScalar getStrokeMiter() const { return fMiterLimit; } function in class:SkPaint
|
/external/skqp/src/effects/ |
H A D | SkLayerDrawLooper.cpp | 99 dst->setStrokeMiter(src.getStrokeMiter());
|
/external/skqp/tests/ |
H A D | PaintTest.cpp | 193 SkScalar miter = SkMaxScalar(SK_Scalar1, paint.getStrokeMiter());
|
/external/skia/src/gpu/text/ |
H A D | GrAtlasTextBlob.cpp | 194 fStrokeInfo.fMiterLimit != paint.skPaint().getStrokeMiter() ||
|
H A D | GrAtlasTextBlob.h | 97 fStrokeInfo.fMiterLimit = paint.getStrokeMiter();
|
/external/skqp/src/gpu/text/ |
H A D | GrAtlasTextBlob.h | 92 fStrokeInfo.fMiterLimit = paint.getStrokeMiter();
|
H A D | GrAtlasTextBlob.cpp | 187 fStrokeInfo.fMiterLimit != paint.skPaint().getStrokeMiter() ||
|
/external/skia/src/pipe/ |
H A D | SkPipeCanvas.cpp | 75 bits |= (paint.getStrokeMiter() != kStrokeMiter_Default ? kStrokeMiter_NonDef : 0);
|
/external/skqp/src/pipe/ |
H A D | SkPipeCanvas.cpp | 75 bits |= (paint.getStrokeMiter() != kStrokeMiter_Default ? kStrokeMiter_NonDef : 0);
|
Completed in 268 milliseconds
12