Searched refs:aTextSize2 (Results 1 – 1 of 1) sorted by relevance
648 Size aTextSize2(aMPol.aTextSize); in TakeUnrotatedSnapRect() local649 if (aTextSize2.Width()<1) aTextSize2.Width()=1; in TakeUnrotatedSnapRect()650 if (aTextSize2.Height()<1) aTextSize2.Height()=1; in TakeUnrotatedSnapRect()651 aTextSize2.Width()+=GetTextLeftDistance()+GetTextRightDistance(); in TakeUnrotatedSnapRect()652 aTextSize2.Height()+=GetTextUpperDistance()+GetTextLowerDistance(); in TakeUnrotatedSnapRect()674 … case SDRMEASURE_TEXTLEFTOUTSIDE: aTextPos.X()=aPt1b.X()-aTextSize2.Width()-nArr1Len-nLWdt; break; in TakeUnrotatedSnapRect()676 default: aTextPos.X()=aPt1b.X(); aTextSize2.Width()=nLen; in TakeUnrotatedSnapRect()680 case SDRMEASURETEXT_BREAKEDLINE: aTextPos.Y()=aPt1b.Y()-aTextSize2.Height()/2; break; in TakeUnrotatedSnapRect()683 else aTextPos.Y()=aPt1b.Y()-aTextSize2.Height()-nLWdt; in TakeUnrotatedSnapRect()686 if (!bUpsideDown) aTextPos.Y()=aPt1b.Y()-aTextSize2.Height()-nLWdt; in TakeUnrotatedSnapRect()[all …]