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

  /external/skia/tests/
StrokeTest.cpp 90 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle);
91 SkStrokeRec s2(SkStrokeRec::kFill_InitStyle);
117 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle);
118 SkStrokeRec s2(SkStrokeRec::kFill_InitStyle);
134 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle);
135 SkStrokeRec s2(SkStrokeRec::kFill_InitStyle);
GpuDrawPathTest.cpp 108 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
TessellatingPathRendererTests.cpp 242 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
PathTest.cpp 133 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle);
907 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle)
    [all...]
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 43 , fStroke(SkStrokeRec::kFill_InitStyle) {}
  /external/skia/include/core/
SkStrokeRec.h 20 kFill_InitStyle
  /external/skia/src/core/
SkStrokeRec.cpp 16 fWidth = (kFill_InitStyle == s) ? kStrokeRec_FillStyleWidth : 0;
SkScalerContext.cpp 631 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 74 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle);
GrGLPath.cpp 275 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle);
  /external/skia/src/gpu/
GrStrokeInfo.h 25 static const GrStrokeInfo gFill(kFill_InitStyle);
GrTestUtils.cpp 234 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
242 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
GrClipMaskManager.cpp 88 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
544 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
    [all...]
SkGpuDevice_drawTexture.cpp 224 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
  /external/skia/samplecode/
ClockFaceView.cpp 206 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);

Completed in 298 milliseconds