Skip to content

What is the purpose of the pixels dictionary member in the Outline examples? #1278

Discussion options

You must be logged in to vote

In brief:

  • The pixels property defines the number of pixels in the render buffer using by Poco. The default is 2 scan lines of pixels. More pixels improves rendering performance. Practically speaking, increasing it much beyond 32 scan lines generally doesn't make much difference however. The details depend on what your project draws, so some experimentation and watching the rendering frame rate is usually appropriate.
  • The commandListLength is the space reserved (in bytes) for Piu drawing operations. These are high level commands. The default is 1024.
  • The displayListLength is the space reserved (in bytes) for Poco display list operations. These are low level commands. One Piu drawing opera…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kallistisoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants