Searched refs:glRect (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLIRect.h42 void setRelativeTo(const GrGLIRect& glRect, argument
48 fLeft = glRect.fLeft + leftOffset;
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
53 fBottom = glRect.fBottom + topOffset;
63 bool contains(const GrGLIRect& glRect) const {
64 return fLeft <= glRect.fLeft &&
65 fBottom <= glRect.fBottom &&
66 fLeft + fWidth >= glRect.fLeft + glRect
[all...]

Completed in 92 milliseconds