Lines Matching refs:ScaleRect
359 CPDF_Rect CPWL_Utils::ScaleRect(const CPDF_Rect& rcRect, FX_FLOAT fScale) {
1184 return GetAppStream_Circle(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
1188 return GetAppStream_Diamond(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
1190 return GetAppStream_Square(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
1192 return GetAppStream_Star(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
1205 return GetAppStream_Circle(ScaleRect(rcCenter, 1.0f / 2.0f), crText);
1209 return GetAppStream_Diamond(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
1211 return GetAppStream_Square(ScaleRect(rcCenter, 2.0f / 3.0f), crText);
1213 return GetAppStream_Star(ScaleRect(rcCenter, 2.0f / 3.0f), crText);