HomeSort by relevance Sort by last modified time
    Searched refs:getStrokeMiter (Results 1 - 25 of 38) sorted by null

1 2

  /external/skia/src/core/
SkStrokeRec.cpp 55 fMiterLimit = paint.getStrokeMiter();
SkStroke.cpp 517 fMiterLimit = p.getStrokeMiter();
525 fMiterLimit = p.getStrokeMiter();
SkPaint.cpp     [all...]
SkPicturePlayback.cpp     [all...]
  /external/skia/src/pdf/
SkPDFGraphicState.cpp 220 insertScalar("ML", fPaint.getStrokeMiter());
250 a->getStrokeMiter() != b->getStrokeMiter()) {
  /external/skia/tests/
PaintTest.cpp 90 SkScalar miter = SkMaxScalar(SK_Scalar1, paint.getStrokeMiter());
  /external/webkit/Source/WebKit/android/plugins/
ANPPaintInterface.cpp 68 return SkScalarToFloat(paint->getStrokeMiter());
190 ASSIGN(i, getStrokeMiter);
android_npapi.h 552 float (*getStrokeMiter)(const ANPPaint*);
    [all...]
  /external/skia/legacy/src/core/
SkPathEffect.cpp 74 : fWidth(paint.getStrokeWidth()), fMiter(paint.getStrokeMiter()),
SkPictureFlat.cpp 185 if (strokeMiter != defaultPaint.getStrokeMiter())
SkStroke.cpp 487 fMiterLimit = p.getStrokeMiter();
495 fMiterLimit = p.getStrokeMiter();
SkPaint.cpp     [all...]
SkPicturePlayback.cpp     [all...]
  /external/skia/legacy/src/effects/
SkLayerDrawLooper.cpp 105 dst->setStrokeMiter(src.getStrokeMiter());
SkLayerRasterizer.cpp 171 buffer.writeScalar(paint.getStrokeMiter());
  /external/skia/legacy/src/pipe/
SkGPipeWrite.cpp 695 if (base.getStrokeMiter() != paint.getStrokeMiter()) {
697 *ptr++ = castToU32(paint.getStrokeMiter());
698 base.setStrokeMiter(paint.getStrokeMiter());
  /external/skia/src/pipe/
SkGPipeWrite.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 680 assertEquals(0.0f, p.getStrokeMiter());
683 assertEquals(10.0f, p.getStrokeMiter());
687 assertEquals(10.0f, p.getStrokeMiter());
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 193 static jfloat getStrokeMiter(JNIEnv* env, jobject paint) {
195 return SkScalarToFloat(GraphicsJNI::getNativePaint(env, paint)->getStrokeMiter());
817 {"getStrokeMiter","()F", (void*) SkPaintGlue::getStrokeMiter},
    [all...]
  /external/skia/include/core/
SkPaint.h 372 SkScalar getStrokeMiter() const { return fMiterLimit; }
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 371 SkScalar getStrokeMiter() const { return fMiterLimit; }
    [all...]
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 110 dst->setStrokeMiter(src.getStrokeMiter());
  /frameworks/base/libs/hwui/
PathCache.cpp 59 miter(paint->getStrokeMiter()),
  /frameworks/base/graphics/java/android/graphics/
Paint.java 759 public native float getStrokeMiter();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 402 /*package*/ static float getStrokeMiter(Paint thisPaint) {
    [all...]

Completed in 325 milliseconds

1 2