Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/@colors/colors/lib/
H A Dcolors.js87 return applyStyle.apply(builder, arguments);
113 function applyStyle() { function
/third_party/node/deps/npm/node_modules/chalk/source/
H A Dindex.js155 const builder = (...arguments_) => applyStyle(builder, (arguments_.length === 1) ? ('' + arguments_[0]) : arguments_.join(' '));
168 const applyStyle = (self, string) => {
/third_party/skia/tests/
H A DPathRendererCacheTests.cpp47 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
H A DGrStyledShapeTest.cpp336 // applied by GrStyledShape in its constructor (without calling GrStyledShape::applyStyle).
593 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init()
595 fAppliedPE->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
596 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init()
1663 // applyStyle() is called. in test_rrect()
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function in GrStyledShape
285 /** Constructor used by the applyStyle() function */
H A DGrStyledShape.cpp364 *this = tmpParent->applyStyle(apply, scale); in GrStyledShape()
/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp511 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1857 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1866 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()

Completed in 11 milliseconds