MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / clear

Method clear

CesiumVectorData/src/VectorRasterizer.cpp:437–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void VectorRasterizer::clear(const CesiumUtility::Color& clearColor) {
438 if (this->_finalized) {
439 return;
440 }
441
442 this->_context.fillAll(BLRgba32(clearColor.toRgba32()));
443}
444
445CesiumUtility::IntrusivePointer<CesiumImage::ImageAsset>
446VectorRasterizer::finalize() {

Callers 15

vectorizeModelFunction · 0.80
ensureValidTokenMethod · 0.80
releaseAllReferencesMethod · 0.80
CreditSystem.cppFile · 0.80
beginTraversalMethod · 0.80
resetMethod · 0.80
readArrayStartFunction · 0.80
resetMethod · 0.80
failHeightRequestsMethod · 0.80

Calls 1

toRgba32Method · 0.80

Tested by 1

resetMethod · 0.64