Searched defs:Scissor (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/renderstate/
H A DScissor.h27 class Scissor { class in namespace:android::uirenderer
37 Scissor();
H A DScissor.cpp16 #include "renderstate/Scissor.h"
25 Scissor::Scissor() function in class:android::uirenderer::Scissor
33 bool Scissor::setEnabled(bool enabled) {
46 bool Scissor::set(GLint x, GLint y, GLint width, GLint height) {
76 void Scissor::set(int viewportHeight, const Rect& clip) {
96 void Scissor::reset() {
100 void Scissor::invalidate() {
106 void Scissor::dump() {
107 ALOGD("Scissor
[all...]

Completed in 75 milliseconds