Searched refs:shadowColorValue_ (Results 1 – 2 of 2) sorted by relevance
199 shadowColorValue_(nullptr), in CanvasComponent()808 ACE_FREE(component->shadowColorValue_); in ShadowColorSetter()810 component->shadowColorValue_ = MallocStringOf(args[ArgsIndex::IDX_0]); in ShadowColorSetter()811 if (component->shadowColorValue_ == nullptr) { in ShadowColorSetter()818 ParseColor(component->shadowColorValue_, color, alpha); in ShadowColorSetter()840 if (component->shadowColorValue_ == nullptr) { in ShadowColorGetter()841 CopyFontFamily(component->shadowColorValue_, DEFAULT_FILLSTYLE); in ShadowColorGetter()844 if (component->shadowColorValue_ != nullptr) { in ShadowColorGetter()845 … return jerry_create_string(reinterpret_cast<const jerry_char_t *>(component->shadowColorValue_)); in ShadowColorGetter()
393 char *shadowColorValue_; variable