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

  /external/skia/include/gpu/
GrClip.h 17 * masks. 'A GrClip is either wide open, just an IRect, just a Rect, or a full clipstack.
58 fClip.fIRect = other.irect();
85 return this->irect() == other.irect();
117 const SkIRect& irect() const { function in class:GrClip
141 (kIRect_ClipType == fClipType && this->irect().contains(rect));
147 (kIRect_ClipType == fClipType && this->irect().contains(rect));
158 (kIRect_ClipType == fClipType && this->irect().contains(rect));
  /external/skia/tests/
PictureTest.cpp 1219 const SkIRect irect = { 2, 2, 3, 3 }; local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1098 hwc_rect_t irect = getIntersection(layer1->displayFrame, local
1216 hwc_rect_t irect = getIntersection(bottomframe, topframe); local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1085 hwc_rect_t irect = getIntersection(layer1->displayFrame, local
1204 hwc_rect_t irect = getIntersection(bottomframe, topframe); local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1411 const SkIRect& irect = clip; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 1370 hwc_rect_t irect = getIntersection(layer1->displayFrame, local
1522 hwc_rect_t irect = getIntersection(bottomframe, topframe); local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1303 hwc_rect_t irect = getIntersection(layer1->displayFrame, local
1430 hwc_rect_t irect = getIntersection(bottomframe, topframe); local
    [all...]

Completed in 430 milliseconds