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

  /external/skia/include/c/
sk_paint.h 36 void sk_paint_set_stroke_miter(sk_paint_t*, float miter);
  /external/skia/src/c/
sk_paint.cpp 97 void sk_paint_set_stroke_miter(sk_paint_t* cpaint, float miter) {
98 AsPaint(cpaint)->setStrokeMiter(miter);
  /frameworks/base/libs/hwui/
PathCache.cpp 48 , miter(4.0f)
59 , miter(paint->getStrokeMiter())
70 hash = JenkinsHashMix(hash, android::hash_type(miter));
PathCache.h 128 float miter; member in struct:android::uirenderer::PathDescription
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 152 * returns the value of stroke miter needed by the java api.
155 float miter = mStrokeMiter * mStrokeWidth; local
156 if (miter < 1.f) {
157 miter = 1.f;
159 return miter;
177 case MITER:
420 /*package*/ static void setStrokeMiter(Paint thisPaint, float miter) {
427 delegate.mStrokeMiter = miter;
    [all...]
  /external/skia/tests/
PaintTest.cpp 195 SkScalar miter = SkMaxScalar(SK_Scalar1, paint.getStrokeMiter()); local
197 SkScalarMul(paint.getStrokeWidth(), miter) :
  /external/skia/samplecode/
SamplePathFuzz.cpp 284 SkScalar miter = makeScalar(); local
285 paint.setStrokeMiter(miter);
  /external/openfst/src/include/fst/
arc-map.h 901 typename Map::iterator miter = map_.find(w1); local
902 if (miter != map_.end()) {
903 l = (*miter).second;
    [all...]
  /external/skia/include/core/
SkPaint.h 423 /** 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);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 280 static void setStrokeMiter(JNIEnv* env, jobject paint, jfloat miter) {
282 getNativePaint(env, paint)->setStrokeMiter(miter);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 68 Join.MITER, Join.ROUND, Join.BEVEL
370 * join on a stroked path. The default is MITER.
376 MITER (0),
846 * Return the paint's stroke miter value. Used to control the behavior
847 * of miter joins when the joins angle is sharp.
849 * @return the paint's miter limit, used whenever the paint's style is
855 * Set the paint's stroke miter value. This is used to control the behavior
856 * of miter joins when the joins angle is sharp. This value must be >= 0.
858 * @param miter set the miter limit on the paint, used whenever the paint'
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 461 milliseconds