Home
last modified time | relevance | path

Searched refs:kFill_InitStyle (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/core/
DSkStrokeRec.h19 kFill_InitStyle enumerator
/external/skia/src/gpu/
DGrClipMaskManager.cpp87 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in useSWOnlyPath()
289 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in drawElement()
324 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in canStencilAndDrawElement()
626 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in createStencilClipMask()
937 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in createSoftwareClipMask()
DGrTextContext.cpp181 SkStrokeRec stroke(SkStrokeRec::kFill_InitStyle); in drawPackedGlyph()
DGrInOrderDrawBuffer.cpp357 GrInOrderDrawBuffer::StencilPath::StencilPath() : fStroke(SkStrokeRec::kFill_InitStyle) {} in StencilPath()
/external/skia/src/core/
DSkStrokeRec.cpp15 fWidth = (kFill_InitStyle == s) ? kStrokeRec_FillStyleWidth : 0; in SkStrokeRec()
DSkScalerContext.cpp645 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in internalGetPath()
/external/skia/tests/
DPathTest.cpp476 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle); in test_strokerec()