Ticket Created
over 3 years ago

CIQQA-1151

clearClip is almost 4 more times expensive then setClip

setClip should contain clearClip becouse there is no multiply clips

Parents
  • I use a lot of clips to separate regions and especially for text because there is problem with fonts when in one sets you have different size of chars (it's drawn vertical background colour in no transparent mode).

    You have to clip if data coming from user or the Internet and you don't know what will be displayed.

    But it doesn't matter bug is bug. But this data are from profiler and I hope, maybe they are on real but proportional when on device.

    In this case I can setClip(0,0,width,height) instead clearClip

Comment
  • I use a lot of clips to separate regions and especially for text because there is problem with fonts when in one sets you have different size of chars (it's drawn vertical background colour in no transparent mode).

    You have to clip if data coming from user or the Internet and you don't know what will be displayed.

    But it doesn't matter bug is bug. But this data are from profiler and I hope, maybe they are on real but proportional when on device.

    In this case I can setClip(0,0,width,height) instead clearClip

Children
No Data