HomeSort by relevance Sort by last modified time
    Searched refs:setIRectFan (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gl/
SkGL.h 117 void setIRectFan(int l, int t, int r, int b) {
173 void setIRectFan(int l, int t, int r, int b) {
187 void setIRectFan(const SkIRect& r) {
188 this->setIRectFan(r.fLeft, r.fTop, r.fRight, r.fBottom);
SkGLDevice.cpp 47 fVerts[fCurrQuad].setIRectFan(x, y,
395 pts->setIRectFan(0, 0, bitmap.width(), bitmap.height());
428 pts->setIRectFan(x, y, x + w, y + h);

Completed in 351 milliseconds