Home
last modified time | relevance | path

Searched refs:cbuilder (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/c/
Dsk_surface.cpp97 static SkPathBuilder* as_pathbuilder(sk_pathbuilder_t* cbuilder) { in as_pathbuilder() argument
98 return reinterpret_cast<SkPathBuilder*>(cbuilder); in as_pathbuilder()
181 void sk_pathbuilder_delete(sk_pathbuilder_t* cbuilder) { delete as_pathbuilder(cbuilder); } in sk_pathbuilder_delete() argument
183 void sk_pathbuilder_move_to(sk_pathbuilder_t* cbuilder, float x, float y) { in sk_pathbuilder_move_to() argument
184 as_pathbuilder(cbuilder)->moveTo(x, y); in sk_pathbuilder_move_to()
187 void sk_pathbuilder_line_to(sk_pathbuilder_t* cbuilder, float x, float y) { in sk_pathbuilder_line_to() argument
188 as_pathbuilder(cbuilder)->lineTo(x, y); in sk_pathbuilder_line_to()
191 void sk_pathbuilder_quad_to(sk_pathbuilder_t* cbuilder, in sk_pathbuilder_quad_to() argument
193 as_pathbuilder(cbuilder)->quadTo(x0, y0, x1, y1); in sk_pathbuilder_quad_to()
196 void sk_pathbuilder_conic_to(sk_pathbuilder_t* cbuilder, in sk_pathbuilder_conic_to() argument
[all …]
/third_party/skia/modules/skottie/src/
DLayer.cpp330 CompositionBuilder* cbuilder) { in buildTransform() argument
334 fLayerTransform = this->getTransform(abuilder, cbuilder, transform_chain_type); in buildTransform()
340 CompositionBuilder* cbuilder, in getTransform() argument
349 fTransformCache[ttype] = this->doAttachTransform(abuilder, cbuilder, ttype); in getTransform()
358 CompositionBuilder* cbuilder, in getParentTransform() argument
360 if (auto* parent_builder = cbuilder->layerBuilder(fParentIndex)) { in getParentTransform()
362 return parent_builder->getTransform(abuilder, cbuilder, ttype); in getParentTransform()
368 SkASSERT(!this->isCamera() || !cbuilder->getCameraTransform()); in getParentTransform()
371 return cbuilder->getCameraTransform(); in getParentTransform()
378 CompositionBuilder* cbuilder, in doAttachTransform() argument
[all …]
/third_party/skia/modules/skottie/src/effects/
DEffects.cpp24 CompositionBuilder* cbuilder) in EffectBuilder() argument
26 , fCompBuilder(cbuilder) in EffectBuilder()
/third_party/openssl/
DNOTES-WINDOWS.md135 <https://www.embarcadero.com/products/cbuilder/starter>