textrendering/textformatting/tagma/TMINTERP.CPP
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
child 40 91ef7621b7fc
child 49 4d76f1414957
equal deleted inserted replaced
0:1fb32624e06b 16:56cd22a7a1cb
  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;