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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIRect.h 20 struct GrGLIRect {
35 GR_STATIC_ASSERT(sizeof(GrGLIRect) == 4*sizeof(GrGLint));
42 void setRelativeTo(const GrGLIRect& glRect,
63 bool contains(const GrGLIRect& glRect) const {
72 bool operator ==(const GrGLIRect& glRect) const {
73 return 0 == memcmp(this, &glRect, sizeof(GrGLIRect));
76 bool operator !=(const GrGLIRect& glRect) const {return !(*this == glRect);}
  /external/skia/src/gpu/gl/
GrGLIRect.h 20 struct GrGLIRect {
35 GR_STATIC_ASSERT(sizeof(GrGLIRect) == 4*sizeof(GrGLint));
42 void setRelativeTo(const GrGLIRect& glRect,
63 bool contains(const GrGLIRect& glRect) const {
72 bool operator ==(const GrGLIRect& glRect) const {
73 return 0 == memcmp(this, &glRect, sizeof(GrGLIRect));
76 bool operator !=(const GrGLIRect& glRect) const {return !(*this == glRect);}

Completed in 40 milliseconds