Home | History | Annotate | Download | only in hwui

Lines Matching full:scissor

160         INIT_LOGD("  Scissor optimization %s",
163 INIT_LOGD(" Scissor optimization enabled");
383 // Scissor may have been modified, reset dirty clip
1383 // NOTE: if we ever want to use this clipping info to drive whether the scissor
1512 // The scissor was not set so we now need to update it
1552 * Returns false and sets scissor enable based upon bounds if drawing won't be clipped out.
1576 // not quick rejected, so enable the scissor if clipRequired
1599 // changes the scissor test state
2014 * will not set the scissor enable or dirty the current layer, if any.
2360 * will not set the scissor enable or dirty the current layer, if any.
2896 // TODO: avoid scissor by calculating maximum bounds using path bounds + font metrics
3197 // TODO: use quickRejectWithScissor. For now, always force enable scissor.