Searched refs:pRendererPaneStyle (Results 1 – 1 of 1) sorted by relevance
307 const ::boost::shared_ptr<RendererPaneStyle> pRendererPaneStyle( in getCalloutOffset() local309 if (pRendererPaneStyle.get() != NULL in getCalloutOffset()310 && pRendererPaneStyle->mpBottomCallout.get() != NULL) in getCalloutOffset()314 pRendererPaneStyle->mpBottomCallout->mnHeight in getCalloutOffset()315 - pRendererPaneStyle->mpBottomCallout->mnYHotSpot); in getCalloutOffset()406 …const ::boost::shared_ptr<RendererPaneStyle> pRendererPaneStyle(mpRenderer->GetRendererPaneStyle(r… in AddBorder() local407 if (pRendererPaneStyle.get() != NULL) in AddBorder()408 return pRendererPaneStyle->AddBorder(rInnerBox, eBorderType); in AddBorder()423 …const ::boost::shared_ptr<RendererPaneStyle> pRendererPaneStyle(mpRenderer->GetRendererPaneStyle(r… in RemoveBorder() local424 if (pRendererPaneStyle.get() != NULL) in RemoveBorder()[all …]