Home | History | Annotate | Download | only in gpu

Lines Matching full:int16_t

15     int16_t fLeft, fTop, fRight, fBottom;
23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) {
29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) {
42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) {