Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_rendering_context.cpp163 auto renderingContext = in Constructor() local
166 renderingContext->CreateOffscreenPattern(round(width), round(height)); in Constructor()
168 size_t bitmapSize = renderingContext->GetBitmapSize(offscreenPattern); in Constructor()