textrendering/textformatting/tagma/TMINTERP.CPP
branchRCL_3
changeset 1 e96e8a131979
parent 0 1fb32624e06b
child 16 748ec5531811
equal deleted inserted replaced
0:1fb32624e06b 1:e96e8a131979
  2122 	return NULL != iHighlightExtensions && ! iHighlightExtensions->IsNull();
  2122 	return NULL != iHighlightExtensions && ! iHighlightExtensions->IsNull();
  2123 	}
  2123 	}
  2124 
  2124 
  2125 void RTmDrawingInterpreter::Draw()
  2125 void RTmDrawingInterpreter::Draw()
  2126 	{
  2126 	{
  2127 	if (iClipRect.iBr.iY < TextLayoutTopLeft().iY
  2127 	if (iFlags & EInvisible)
  2128 		|| (iFlags & EInvisible))
       
  2129 		return;
  2128 		return;
  2130 
  2129 
  2131 	iGc.Reset();
  2130 	iGc.Reset();
  2132 	InitGraphicsContext();
  2131 	InitGraphicsContext();
  2133  	TRect drawn = iClipRect;
  2132  	TRect drawn = iClipRect;