Home
last modified time | relevance | path

Searched refs:fStrokeCap (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFGraphicState.h82 const uint8_t fStrokeCap; // SkPaint::Cap variable
DSkPDFGraphicState.cpp108 , fStrokeCap(SkToU8(p.getStrokeCap())) in SkPDFGraphicState()
208 SkPaint::Cap strokeCap = (SkPaint::Cap)fStrokeCap; in emitObject()