Searched refs:miter (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/c/
H A Dsk_paint.h36 void sk_paint_set_stroke_miter(sk_paint_t*, float miter);
/external/skia/src/c/
H A Dsk_paint.cpp97 void sk_paint_set_stroke_miter(sk_paint_t* cpaint, float miter) { argument
98 AsPaint(cpaint)->setStrokeMiter(miter);
/external/skia/tests/
H A DPaintTest.cpp195 SkScalar miter = SkMaxScalar(SK_Scalar1, paint.getStrokeMiter()); local
197 SkScalarMul(paint.getStrokeWidth(), miter) :
/external/skia/samplecode/
H A DSamplePathFuzz.cpp284 SkScalar miter = makeScalar(); local
285 paint.setStrokeMiter(miter);
/external/openfst/src/include/fst/
H A Darc-map.h901 typename Map::iterator miter = map_.find(w1); local
902 if (miter != map_.end()) {
903 l = (*miter).second;
/external/skia/include/core/
H A DSkPaint.h423 /** Return the paint's stroke miter value. This is used to control the
424 behavior of miter joins when the joins angle is sharp.
425 @return the paint's miter limit, used whenever the paint's style is
430 /** Set the paint's stroke miter value. This is used to control the
431 behavior of miter joins when the joins angle is sharp. This value must
433 @param miter set the miter limit on the paint, used whenever the
436 void setStrokeMiter(SkScalar miter);

Completed in 184 milliseconds