Lines Matching refs:maFillModel
299 mrTypeModel.maFillModel.moFilled = lclDecodeBool( rAttribs, XML_filled ); in ShapeTypeContext()
300 mrTypeModel.maFillModel.moColor = rAttribs.getString( XML_fillcolor ); in ShapeTypeContext()
324 mrTypeModel.maFillModel.moFilled.assignIfUsed( lclDecodeBool( rAttribs, XML_on ) ); in onCreateContext()
325 mrTypeModel.maFillModel.moColor.assignIfUsed( rAttribs.getString( XML_color ) ); in onCreateContext()
326 mrTypeModel.maFillModel.moOpacity = lclDecodeOpacity( rAttribs, XML_opacity, 1.0 ); in onCreateContext()
327 mrTypeModel.maFillModel.moColor2 = rAttribs.getString( XML_color2 ); in onCreateContext()
328 mrTypeModel.maFillModel.moOpacity2 = lclDecodeOpacity( rAttribs, XML_opacity2, 1.0 ); in onCreateContext()
329 mrTypeModel.maFillModel.moType = rAttribs.getToken( XML_type ); in onCreateContext()
330 mrTypeModel.maFillModel.moAngle = rAttribs.getInteger( XML_angle ); in onCreateContext()
331 mrTypeModel.maFillModel.moFocus = lclDecodePercent( rAttribs, XML_focus, 0.0 ); in onCreateContext()
332 … mrTypeModel.maFillModel.moFocusPos = lclDecodePercentPair( rAttribs, XML_focusposition ); in onCreateContext()
333 mrTypeModel.maFillModel.moFocusSize = lclDecodePercentPair( rAttribs, XML_focussize ); in onCreateContext()
334 mrTypeModel.maFillModel.moBitmapPath = decodeFragmentPath( rAttribs, O_TOKEN( relid ) ); in onCreateContext()
335 mrTypeModel.maFillModel.moRotate = lclDecodeBool( rAttribs, XML_rotate ); in onCreateContext()