Searched refs:applyStyle (Results 1 – 10 of 10) sorted by relevance
/third_party/jsframework/runtime/main/model/ |
D | selector.ts | 114 const applyStyleRes = applyStyle(selector, params, parentElement, vm, undefined); 121 const applyStyleRes = applyStyle(selector, params, parentElement, vm, v); 146 function applyStyle( function
|
D | directive.ts | 134 applyStyle(vm, el); 1020 function applyStyle(vm: Vm, el: Element): void { function
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
D | colors.js | 87 return applyStyle.apply(builder, arguments); 113 function applyStyle() { function
|
/third_party/node/deps/npm/node_modules/chalk/source/ |
D | index.js | 155 …const builder = (...arguments_) => applyStyle(builder, (arguments_.length === 1) ? ('' + arguments… 168 const applyStyle = (self, string) => { function
|
/third_party/skia/tests/ |
D | PathRendererCacheTests.cpp | 47 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
|
D | GrStyledShapeTest.cpp | 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()
|
/third_party/skia/src/gpu/geometry/ |
D | GrStyledShape.h | 143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
|
D | GrStyledShape.cpp | 364 *this = tmpParent->applyStyle(apply, scale); in GrStyledShape()
|
/third_party/skia/src/gpu/ |
D | GrBlurUtils.cpp | 482 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1855 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer() 1864 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()
|