Searched refs:applyStyle (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | colors.js | 87 return applyStyle.apply(builder, arguments); 113 function applyStyle() { function
|
/third_party/node/deps/npm/node_modules/chalk/source/ |
H A D | index.js | 155 const builder = (...arguments_) => applyStyle(builder, (arguments_.length === 1) ? ('' + arguments_[0]) : arguments_.join(' ')); 168 const applyStyle = (self, string) => {
|
/third_party/skia/tests/ |
H A D | PathRendererCacheTests.cpp | 47 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
|
H A D | GrStyledShapeTest.cpp | 336 // 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 D | GrStyledShape.h | 143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function in GrStyledShape 285 /** Constructor used by the applyStyle() function */
|
H A D | GrStyledShape.cpp | 364 *this = tmpParent->applyStyle(apply, scale); in GrStyledShape()
|
/third_party/skia/src/gpu/ |
H A D | GrBlurUtils.cpp | 511 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext.cpp | 1857 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer() 1866 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()
|
Completed in 11 milliseconds