Searched refs:strokeStyleValue_ (Results 1 – 2 of 2) sorted by relevance
192 strokeStyleValue_(nullptr), in CanvasComponent()245 ACE_FREE(strokeStyleValue_); in ReleaseNativeViews()418 ACE_FREE(component->strokeStyleValue_); in StrokeStyleSetter()420 component->strokeStyleValue_ = MallocStringOf(args[ArgsIndex::IDX_0], &strokeStyleLength); in StrokeStyleSetter()421 if (component->strokeStyleValue_ == nullptr) { in StrokeStyleSetter()428 uint16_t strokeStyleId = KeyParser::ParseKeyId(component->strokeStyleValue_, strokeStyleLength); in StrokeStyleSetter()437 if (ParseColor(component->strokeStyleValue_, color, alpha)) { in StrokeStyleSetter()459 if (component->strokeStyleValue_ == nullptr) { in StrokeStyleGetter()460 CopyFontFamily(component->strokeStyleValue_, DEFAULT_STROKESTYLE); in StrokeStyleGetter()463 if (component->strokeStyleValue_ != nullptr) { in StrokeStyleGetter()[all …]
386 char *strokeStyleValue_; variable