Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.h416 static const char * const DEFAULT_LINECAP; variable
H A Dcanvas_component.cpp37 const char * const CanvasComponent::DEFAULT_LINECAP = "butt"; member in OHOS::ACELite::CanvasComponent
900 CopyFontFamily(component->lineCapValue_, DEFAULT_LINECAP); in LineCapGetter()