Searched refs:sizeProperty (Results 1 – 4 of 4) sorted by relevance
61 JSRef<JSVal> sizeProperty = pickerButtonParamObject->GetProperty("fontSize"); in ParseFontOfButtonStyle() local62 …if (JSViewAbstract::ParseJsDimensionVpNG(sizeProperty, fontSize) && fontSize.Unit() != DimensionUn… in ParseFontOfButtonStyle()64 if (JSViewAbstract::ParseJsDimensionFp(sizeProperty, fontSize)) { in ParseFontOfButtonStyle()
862 auto sizeProperty = paramObj->GetProperty("size"); in ParseEmitterProperty() local863 if (sizeProperty->IsObject()) { in ParseEmitterProperty()864 auto sizeValue = Framework::JSRef<Framework::JSObject>::Cast(sizeProperty); in ParseEmitterProperty()
181 JSRef<JSVal> sizeProperty = pickerButtonParamObject->GetProperty("fontSize"); in ParseFontOfButtonStyle() local182 …if (JSViewAbstract::ParseJsDimensionVpNG(sizeProperty, fontSize) && fontSize.Unit() != DimensionUn… in ParseFontOfButtonStyle()184 if (JSViewAbstract::ParseJsDimensionFp(sizeProperty, fontSize)) { in ParseFontOfButtonStyle()
101 JSRef<JSVal> sizeProperty = pickerButtonParamObject->GetProperty("fontSize"); in ParseFontOfButtonStyle() local102 …if (JSViewAbstract::ParseJsDimensionVpNG(sizeProperty, fontSize) && fontSize.Unit() != DimensionUn… in ParseFontOfButtonStyle()104 if (JSViewAbstract::ParseJsDimensionFp(sizeProperty, fontSize)) { in ParseFontOfButtonStyle()