Home
last modified time | relevance | path

Searched refs:applyStyle (Results 1 – 10 of 10) sorted by relevance

/third_party/jsframework/runtime/main/model/
Dselector.ts114 const applyStyleRes = applyStyle(selector, params, parentElement, vm, undefined);
121 const applyStyleRes = applyStyle(selector, params, parentElement, vm, v);
146 function applyStyle( function
Ddirective.ts134 applyStyle(vm, el);
1020 function applyStyle(vm: Vm, el: Element): void { function
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
Dcolors.js87 return applyStyle.apply(builder, arguments);
113 function applyStyle() { function
/third_party/node/deps/npm/node_modules/chalk/source/
Dindex.js155 …const builder = (...arguments_) => applyStyle(builder, (arguments_.length === 1) ? ('' + arguments…
168 const applyStyle = (self, string) => { function
/third_party/skia/tests/
DPathRendererCacheTests.cpp47 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.0f); in draw_path()
DGrStyledShapeTest.cpp593 *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/
DGrStyledShape.h143 GrStyledShape applyStyle(GrStyle::Apply apply, SkScalar scale) const { in applyStyle() function
DGrStyledShape.cpp364 *this = tmpParent->applyStyle(apply, scale); in GrStyledShape()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp482 tmpShape.init(origShape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale)); in draw_shape_with_mask_filter()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1855 shape = shape.applyStyle(GrStyle::Apply::kPathEffectOnly, styleScale); in drawShapeUsingPathRenderer()
1864 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, styleScale); in drawShapeUsingPathRenderer()