HomeSort by relevance Sort by last modified time
    Searched defs:GrStrokeInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrStrokeInfo.h 15 * GrStrokeInfo encapsulates the data objects that hold all the pertinent infomation
20 class GrStrokeInfo {
22 GrStrokeInfo(SkStrokeRec::InitStyle style) :
25 GrStrokeInfo(const GrStrokeInfo& src, bool includeDash = true) : fStroke(src.fStroke) {
36 GrStrokeInfo(const SkPaint& paint, SkPaint::Style styleOverride) :
42 explicit GrStrokeInfo(const SkPaint& paint) :
  /external/skia/src/gpu/
GrStrokeInfo.h 15 * GrStrokeInfo encapsulates the data objects that hold all the pertinent infomation
20 class GrStrokeInfo {
22 GrStrokeInfo(SkStrokeRec::InitStyle style) :
25 GrStrokeInfo(const GrStrokeInfo& src, bool includeDash = true) : fStroke(src.fStroke) {
36 GrStrokeInfo(const SkPaint& paint, SkPaint::Style styleOverride) :
42 explicit GrStrokeInfo(const SkPaint& paint) :

Completed in 70 milliseconds