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

  /external/skia/src/gpu/
GrRect.h 14 struct GrIRect16 {
17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() {
18 GrIRect16 r;
23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) {
24 GrIRect16 r;
29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) {
30 GrIRect16 r;
GrGlyph.h 39 GrIRect16 fBounds;

Completed in 474 milliseconds